AI SummaryThe implement booster activates specialized AI personas (architect, frontend, backend, security, QA) to coordinate feature and code implementation with framework-specific best practices and MCP tool integration. It's designed for developers needing structured, multi-domain implementation workflows in Claude Code.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "implement" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (24 files) mkdir -p .claude/skills/sc && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/SKILL.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/implement.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/analyze.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/analyze.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/brainstorm.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/brainstorm.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/build.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/build.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/business-panel.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/business-panel.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/cleanup.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/cleanup.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/design.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/design.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/document.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/document.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/estimate.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/estimate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/explain.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/explain.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/git.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/git.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/help.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/help.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/improve.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/improve.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/index.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/index.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/load.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/load.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/reflect.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/reflect.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/save.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/save.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/select-tool.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/select-tool.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/spawn.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/spawn.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/spec-panel.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/spec-panel.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/task.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/task.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/test.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/test.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/troubleshoot.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/troubleshoot.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/sc/workflow.md "https://raw.githubusercontent.com/hacket/AICodingGuide/master/.claude/commands/sc/workflow.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Feature and code implementation with intelligent persona activation and MCP integration
/sc:implement - Feature Implementation
> Context Framework Note: This behavioral instruction activates when Claude Code users type /sc:implement patterns. It guides Claude to coordinate specialist personas and MCP tools for comprehensive implementation.
Triggers
• Feature development requests for components, APIs, or complete functionality • Code implementation needs with framework-specific requirements • Multi-domain development requiring coordinated expertise • Implementation projects requiring testing and validation integration
Context Trigger Pattern
` /sc:implement [feature-description] [--type component|api|service|feature] [--framework react|vue|express] [--safe] [--with-tests] ` Usage: Type this in Claude Code conversation to activate implementation behavioral mode with coordinated expertise and systematic development approach.
Behavioral Flow
• Analyze: Examine implementation requirements and detect technology context • Plan: Choose approach and activate relevant personas for domain expertise • Generate: Create implementation code with framework-specific best practices • Validate: Apply security and quality validation throughout development • Integrate: Update documentation and provide testing recommendations Key behaviors: • Context-based persona activation (architect, frontend, backend, security, qa) • Framework-specific implementation via Context7 and Magic MCP integration • Systematic multi-component coordination via Sequential MCP • Comprehensive testing integration with Playwright for validation
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster