Sub-skill of mcp-builder: Execution Checklist.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill execution-checklist --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Execution Checklist?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-execution-checklist-8337d8b0)More formats (shields.io, HTML) on the badges page.
---
name: mcp-builder-execution-checklist
description: 'Sub-skill of mcp-builder: Execution Checklist.'
version: 1.2.0
category: development
type: reference
scripts_exempt: true
---
# Execution Checklist
## Execution Checklist
- [ ] Project initialized with TypeScript and MCP SDK
- [ ] tsconfig.json configured for ES2020/NodeNext
- [ ] Server implements ListToolsRequestSchema handler
- [ ] Server implements CallToolRequestSchema handler
- [ ] Input validation with Zod schemas
- [ ] Error handling with actionable messages
- [ ] Environment variables for sensitive config
- [ ] Tested with MCP Inspector
- [ ] Added to claude_desktop_config.json or .mcp.json
- [ ] Documentation complete
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.