Internal skill for session initialization. Loads craftsman context and checks configuration.
npx claudepluginhub buldee/ai-craftsman-superpowersThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Welcome to AI Craftsman Superpowers.
First, check if setup has been completed:
cat ~/.claude/.craft-config.yml 2>/dev/null
Display this warning:
Setup Required
AI Craftsman Superpowers is installed but not configured.
Run /craftsman:setup to:
- Set your profile (name, DISC type)
- Enable bias protection
- Select technology packs (Symfony, React, AI)
Core commands are available, but pack-specific commands
require setup to enable the appropriate packs.
Then show only core commands (see below).
Parse the YAML and display personalized greeting:
Welcome back, {profile.name}!
Your Profile:
DISC Type: {profile.disc_type}
Bias Protection: {profile.biases}
Enabled Packs: {list enabled packs}
Then show commands based on enabled packs.
| Command | Purpose |
|---|---|
/craftsman:setup | Configure or reconfigure the plugin |
/craftsman:design | DDD design with challenge phases |
/craftsman:debug | Systematic debugging (ReAct pattern) |
/craftsman:plan | Structured planning & execution |
/craftsman:challenge | Architecture review |
/craftsman:verify | Evidence-based verification |
/craftsman:spec | Specification-first (TDD/BDD) |
/craftsman:refactor | Systematic refactoring |
/craftsman:test | Pragmatic testing |
/craftsman:git | Safe git workflow |
/craftsman:parallel | Parallel agent orchestration |
packs.symfony: true)| Command | Purpose |
|---|---|
/craftsman:entity | Scaffold DDD entity with Value Objects |
/craftsman:usecase | Scaffold Use Case with Command/Handler |
packs.react: true)| Command | Purpose |
|---|---|
/craftsman:component | Scaffold React component with tests |
/craftsman:hook | Scaffold TanStack Query hook |
packs.ai: true)| Command | Purpose |
|---|---|
/craftsman:rag | Design RAG pipeline |
/craftsman:mlops | MLOps audit |
/craftsman:agent-design | Agent 3P pattern |
/craftsman:source-verify | Verify AI capabilities |
| Command | Purpose |
|---|---|
/craftsman:scaffold | Generate context agent from code |
/craftsman:agent-create | Create bounded context agent |
The following biases are being monitored (based on your config):
PHP:
declare(strict_types=1) requiredfinal class requirednew DateTime() (use Clock)TypeScript:
any typesReady to build quality software. How can I help?
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.