Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add claude-world/director-mode-lite --skill "project-init"
Install specific skill from multi-skill repository
# Description
Expert-guided project setup with 6 phases
# SKILL.md
name: project-init
description: Expert-guided project setup with 6 phases
user-invocable: true
Project Initialization
Execute a comprehensive project setup using Expert Agents.
Phases
Phase 1: Project Analysis
- Check existing setup:
ls -la .claude/ - Detect language (package.json, requirements.txt, Cargo.toml, go.mod)
- Detect framework from dependencies
- Map project structure
Phase 2: CLAUDE.md Setup
Read .claude/agents/claude-md-expert.md and create project-specific CLAUDE.md:
# [Project Name] - Project Instructions
## Overview
[Auto-detected from package.json or README]
## Tech Stack
- Language: [detected]
- Framework: [detected]
## Commands
- dev: [detected]
- test: [detected]
- build: [detected]
Phase 3: MCP Configuration
Essential MCP:
claude mcp add --scope project memory -e MEMORY_FILE_PATH=./.claude/memory.json -- npx -y @modelcontextprotocol/server-memory
Phase 4: Hooks Setup
Create Auto-Loop stop hook in .claude/hooks/
Phase 5: Review Expert Agents
List available experts for reference:
- claude-md-expert.md - CLAUDE.md design
- mcp-expert.md - MCP configuration
- agents-expert.md - Custom agents
- skills-expert.md - Custom skills
- hooks-expert.md - Automation hooks
Phase 6: Summary
Output completed setup and next steps.
Quick Mode
Minimal setup (skip MCP and expert review):
1. Phase 1: Analysis
2. Phase 2: Basic CLAUDE.md
3. Phase 4: Auto-Loop hook
Next Steps After Init
- Review and customize
CLAUDE.md - Run
/workflowto start developing - Use
/auto-loopfor autonomous TDD
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.