Developer Toolkit
This toolkit restores the workflow router that previously lived in claude-skills/utility. The underlying skills now span development/, ai-collaboration/, system/, and research/.
Routing Guide
| User Intent | Skill | Templates |
|---|---|---|
| Create a new skill, update SKILL.md structure, package a skill | skill-creator | skill-spec |
| Build an MCP server, define tools/resources, FastMCP or TypeScript SDK | mcp-builder | mcp-server-spec |
| Anthropic docs, Claude API, model selection, Claude Code features | anthropic-docs | - |
| Write status reports, leadership updates, newsletters, incident reports | internal-comms | - |
| Test web apps, Playwright, screenshots, browser debugging | webapp-testing | test-plan |
| Process history notes, exports, academic research notes | history-note-processor | - |
| Repository structure, README, CI/CD, release hygiene | github-repo-design | - |
Quick Actions
- "Create a new skill" -> skill-creator + skill-spec
- "Build an MCP server" -> mcp-builder + mcp-server-spec
- "Test my web app" -> webapp-testing + test-plan
- "Write a status report" -> internal-comms
- "Look up Anthropic docs" -> anthropic-docs
- "Process history notes" -> history-note-processor