Guidelines for multi-agent AI and learning projects with lesson-based structures. Activate when working with AI learning projects, experimental directories like .spec/, lessons/ directories, STATUS.md progress tracking, or structured learning curricula with multiple modules or lessons.
Guidelines for working with multi-agent AI learning projects and experimental codebases.
Read STATUS.md FIRST (usually .spec/STATUS.md or project root) - Shows current phase, completed lessons, blockers, and resume instructions. This prevents working on wrong lessons or repeating completed work.
Then:
Auto-activate when: Project has .spec/ directory, lessons/ subdirectory, STATUS.md, or lesson-numbered directories.
.spec/ directory - Learning specifications and experimental codelessons/ or similar learning directoriesSTATUS.md - Progress tracking for learning journeylesson-XXX/
├── <name>_agent/ # Agent (agent.py, tools.py, prompts.py, cli.py)
├── .env # API keys (gitignored)
├── PLAN.md / README.md # Lesson docs
├── COMPLETE.md # Learnings
└── test_*.py # Tests
uv run python from lesson directory.env files (never commit).env.example or .env.templateuv sync --group lesson-XXX for lesson-specific depspyproject.toml for dependency groupsExecution:
uv run python from lesson directoryDocumentation:
Note: These projects are learning-focused - prioritize understanding and documentation over production perfection. STATUS.md is your single source of truth for project state.
npx skills add ilude/multi-agent-ai-projects下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer