changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Generate CLAUDE.md template for current project
$ npx -y skills add claude-world/director-mode-lite --skill claude-md-template --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/claude-md-templateContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate CLAUDE.md template for current project
name: claude-md-template description: Generate CLAUDE.md template for current project user-invocable: true
Generate a customized CLAUDE.md template based on detected project type.
---
1. **Language**: package.json, requirements.txt, Cargo.toml, go.mod 2. **Framework**: Parse dependencies 3. **Package Manager**: npm, pnpm, yarn, pip, cargo 4. **Test Framework**: jest, pytest, cargo test 5. **Existing Patterns**: .eslintrc, .prettierrc, tsconfig.json
---
# [Project Name] - Project Instructions ## Overview [Auto-detected description] ## Tech Stack | Category | Technology | |----------|------------| | Language | [detected] | | Framework | [detected] | ## Development Commands - Install: [detected] - Dev: [detected] - Test: [detected] - Build: [detected] ## Project Structure [Auto-generated tree] ## Coding Conventions [Inferred from configs] ## Key Files | File | Purpose | |------|---------| | [entry] | Main entry | ## Director Mode Commands - /workflow - Start development - /auto-loop - Autonomous TDD
---
1. Show generated CLAUDE.md 2. Highlight [TODO] sections 3. Offer to run `/claude-md-check`
Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Validate custom agent file format and structure. Use after creating or editing an agent, before committing agent changes, or when an agent fails to load.
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
TDD-based autonomous development loop with checkpoint recovery and observability changelog