Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Master Claude Code for coding tasks. Includes setup scripts, dev team subagents (starter pack or full team), self-improving learning system, diagnostics, and troubleshooting.
Master Claude Code for coding tasks. Includes setup scripts, dev team subagents (starter pack or full team), self-improving learning system, diagnostics, and troubleshooting.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Complete skill for setting up, optimizing, and mastering Claude Code with a full development team of subagents. Official Docs: https://code.claude.com/docs
Run this first: command -v claude >/dev/null && echo "โ Claude Code installed - SKIP to 'Daily Use' section" || echo "โ Not installed - follow 'First-Time Setup' below" If Claude Code is already installed, skip directly to the "Daily Use" section below.
Note to bot: Only follow this section if Claude Code is NOT installed. Check with the command above. Once setup is complete, this section can be ignored on future invocations.
Run these in order: cd ~/clawd/skills/claude-code-mastery/scripts # 1. Check dependencies ./01-check-dependencies.sh # 2. Install Claude Code ./02-install-claude-code.sh # 3. Authenticate ./03-first-time-auth.sh # 4. Install dev team subagents ./04-install-subagents.sh # Starter pack (3 agents) - recommended ./04-install-subagents.sh --full-team # All 11 agents # 5. (Optional) Persistent memory - prompts y/N, default No ./05-setup-claude-mem.sh # Interactive prompt ./05-setup-claude-mem.sh --skip # Skip entirely ./05-setup-claude-mem.sh --yes # Install without prompting
Edit config.sh to customize: VALID_MODELS โ Add models as Anthropic releases them HEARTBEAT_DIAGNOSTICS โ Enable/disable in heartbeat (default: false) INSTALL_MODE โ Default to "starter" or "full"
IssueSolution"Command not found"Add ~/.local/bin to PATHAuth errorsRun ./03-first-time-auth.shSlow startupFirst run indexes codebaseSubagents not showingRun ./04-install-subagents.sh
After setup, add the maintenance task to your HEARTBEAT.md (see "Heartbeat Maintenance" in Daily Use section). Setup complete! Continue to Daily Use section.
This section covers ongoing usage - reference this for all coding tasks.
Subagents are installed to ~/.claude/agents/. Each has a "Learn More" section with curated links to deepen expertise.
Most users only need these: AgentModelPurposesenior-devSonnetArchitecture, complex code, code reviewproject-managerSonnetTask breakdown, timelines, dependenciesjunior-devHaikuQuick fixes, simple tasks (fast & cheap) Install: ./04-install-subagents.sh (or --minimal)
For larger projects, install all 11 with --full-team: AgentModelPurposesenior-devSonnetArchitecture, complex code, code reviewproject-managerSonnetTask breakdown, timelines, dependenciesjunior-devHaikuQuick fixes, simple tasks (fast & cheap)frontend-devSonnetReact, UI, CSS, client-sidebackend-devSonnetAPIs, databases, server-sideai-engineerSonnetLLM apps, RAG, prompts, agentsml-engineerSonnetML models, training, MLOpsdata-scientistSonnetSQL, analysis, statisticsdata-engineerSonnetPipelines, ETL, data infrastructureproduct-managerSonnetRequirements, user stories, prioritizationdevopsSonnetCI/CD, Docker, K8s, infrastructure, automation
Interactive mode: Use the /agent slash command or natural language: /agent senior-dev Use the senior-dev agent to review this code Non-interactive mode (-p): Use the --agent flag: claude --agent senior-dev -p "review this code for security issues" claude --agent project-manager -p "create a task breakdown for auth feature" claude --agent junior-dev -p "fix the typo in README.md" Note: Claude Code does NOT auto-delegate to subagents based on task type. You must explicitly specify which agent to use. Multi-agent handoff: For tasks needing multiple specialists, use HANDOFF.md to pass context between agents. See docs/workflows.md for the full pattern.
claude # Start interactive claude -c # Continue previous session claude -p "prompt" # Non-interactive mode
/agents - Manage subagents /clear - Clear conversation (use between tasks!) /compact - Compress context /model - Change model /help - All commands
Shift+Tab - Toggle Plan mode (read-only exploration) Ctrl+C - Cancel operation Ctrl+B - Background task
CommandWhat it doesWhen to use/clearClear conversation, start freshBetween unrelated tasks/compactSummarize and compress contextWhen context getting fullShift+TabToggle Plan mode (read-only)Exploration before implementing Best practices: /clear between unrelated tasks Use Plan mode for exploration before implementing Subagents isolate verbose operations Create HANDOFF.md for session continuity
Create .claude/settings.json in your project: { "model": "sonnet", "permissions": { "allow": ["Bash(npm:*)", "Bash(git:*)", "Read", "Write", "Edit"], "deny": ["Bash(rm -rf:*)", "Bash(sudo:*)"] } }
Check status: pgrep -f "worker-service" >/dev/null && echo "running" || echo "stopped" Start if stopped: cd ~/.claude/plugins/marketplaces/thedotmack && bun plugin/scripts/worker-service.cjs start Web UI: http://localhost:37777
Quick diagnostics: ~/clawd/skills/claude-code-mastery/scripts/06-diagnostics.sh Full troubleshooting (if issues found): ~/clawd/skills/claude-code-mastery/scripts/08-troubleshoot.sh Common issues guide: See docs/troubleshooting.md for solutions to: Authentication problems (API key, OAuth, logout bugs) Installation issues (PATH, WSL, Node.js version) Network errors (firewalls, VPNs, proxies) Performance problems (high CPU, hangs, slow search)
ScriptPurposeWhen to use06-diagnostics.shHealth check and status reportWhen issues occur07-weekly-improvement-cron.shGenerate improvement reportWeekly (Sunday)08-troubleshoot.shComprehensive troubleshootingWhen 06 finds issues
For coding tasks: Use appropriate subagent for the task Manage context with /clear and Plan mode Run diagnostics if something breaks Heartbeat handles: claude-mem health checks Daily quick diagnostics Weekly improvement research The dev team subagents turn Claude Code into a full development organization.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.