Claude-skill-registry integration-tests

Test API routes by importing handlers directly with Bun's test runner. Fast, reliable tests without HTTP overhead.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/integration-tests" ~/.claude/skills/majiayu000-claude-skill-registry-integration-tests && rm -rf "$T"
manifest: skills/data/integration-tests/SKILL.md
source content

Integration Tests

To set up Integration Tests, refer to the fullstackrecipes MCP server resource:

Resource URI:

recipe://fullstackrecipes.com/integration-tests

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/integration-tests