agent-check
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.
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
$ npx -y skills add claude-world/director-mode-lite --skill changelog-observer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/changelog-observerContext preview
The summary Claude sees to decide when to auto-load this skill.
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
name: changelog-observer description: Track development session events in a daily markdown changelog, including file changes, test results, and key decisions. allowed-tools: - Read - Write - Edit - Bash user-invocable: true
Track session context in `.changelog/session-YYYY-MM-DD.md`.
Use the markdown structure in [template.md](template.md) for each appended entry.
Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.
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
Verify Claude, Codex, and Grok availability plus Director guidance, relay, agents, and skills. Audit optional hooks only when selected. Use after installation…