Sub-skill of sparc-specification: MCP Tools (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill mcp-tools --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mcp Tools?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-mcp-tools-2d7a0ef1)More formats (shields.io, HTML) on the badges page.
---
name: sparc-specification-mcp-tools
description: 'Sub-skill of sparc-specification: MCP Tools (+2).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# MCP Tools (+2)
## MCP Tools
```javascript
// Store specification phase start
action: "store",
key: "sparc/specification/status",
namespace: "coordination",
value: JSON.stringify({
phase: "specification",
status: "in_progress",
timestamp: Date.now()
})
}
```
## Hooks
```bash
# Pre-specification hook
# Post-specification hook
```
## Related Skills
- [sparc-pseudocode](../sparc-pseudocode/SKILL.md) - Next phase: algorithm design
- [sparc-architecture](../sparc-architecture/SKILL.md) - System design phase
- [sparc-refinement](../sparc-refinement/SKILL.md) - TDD implementation phase
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.