Sub-skill of sparc-refinement: 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-a34caf26)More formats (shields.io, HTML) on the badges page.
---
name: sparc-refinement-mcp-tools
description: 'Sub-skill of sparc-refinement: MCP Tools (+2).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# MCP Tools (+2)
## MCP Tools
```javascript
// Store refinement phase progress
action: "store",
key: "sparc/refinement/metrics",
namespace: "coordination",
value: JSON.stringify({
coverage: 85,
testsPass: true,
complexity: 8,
timestamp: Date.now()
})
}
```
## Hooks
```bash
# Pre-refinement hook (run tests)
npm test --if-present
# Post-refinement hook (verify coverage)
npm run test:coverage
```
## Related Skills
- [sparc-specification](../sparc-specification/SKILL.md) - Requirements phase
- [sparc-pseudocode](../sparc-pseudocode/SKILL.md) - Algorithm design phase
- [sparc-architecture](../sparc-architecture/SKILL.md) - System design 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.