# Developer Toolkit

> Cross-category developer toolkit router for skill creation, MCP servers, documentation lookup, testing, internal comms, and note processing.

- Skill: `leolin990405/developer-toolkit` (Agent Skill, multi-file: 12 files)
- Install (CLI): `npx skillmds@latest add leolin990405/developer-toolkit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/leolin990405/developer-toolkit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: LeoLin990405 (https://skillmd.com/u/leolin990405)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/leolin990405/developer-toolkit

---


# 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-creator/SKILL.md) | [skill-spec](skill-creator/templates/skill-spec.md) |
| Build an MCP server, define tools/resources, FastMCP or TypeScript SDK | [mcp-builder](mcp-builder/SKILL.md) | [mcp-server-spec](mcp-builder/templates/mcp-server-spec.md) |
| Anthropic docs, Claude API, model selection, Claude Code features | [anthropic-docs](../ai-collaboration/anthropic-docs/SKILL.md) | - |
| Write status reports, leadership updates, newsletters, incident reports | [internal-comms](../system/internal-comms/SKILL.md) | - |
| Test web apps, Playwright, screenshots, browser debugging | [webapp-testing](webapp-testing/SKILL.md) | [test-plan](webapp-testing/templates/test-plan.md) |
| Process history notes, exports, academic research notes | [history-note-processor](../research/history-note-processor/SKILL.md) | - |
| Repository structure, README, CI/CD, release hygiene | [github-repo-design](github-repo-design/SKILL.md) | - |

## Quick Actions

- **"Create a new skill"** -> [skill-creator](skill-creator/SKILL.md) + [skill-spec](skill-creator/templates/skill-spec.md)
- **"Build an MCP server"** -> [mcp-builder](mcp-builder/SKILL.md) + [mcp-server-spec](mcp-builder/templates/mcp-server-spec.md)
- **"Test my web app"** -> [webapp-testing](webapp-testing/SKILL.md) + [test-plan](webapp-testing/templates/test-plan.md)
- **"Write a status report"** -> [internal-comms](../system/internal-comms/SKILL.md)
- **"Look up Anthropic docs"** -> [anthropic-docs](../ai-collaboration/anthropic-docs/SKILL.md)
- **"Process history notes"** -> [history-note-processor](../research/history-note-processor/SKILL.md)

