changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Validate MCP configuration and suggest improvements. Use when MCP servers fail to load, after editing .mcp.json, or when the user runs /mcp-check.
$ npx -y skills add claude-world/director-mode-lite --skill mcp-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/mcp-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Validate MCP configuration and suggest improvements. Use when MCP servers fail to load, after editing .mcp.json, or when the user runs /mcp-check.
name: mcp-check description: Validate MCP configuration and suggest improvements. Use when MCP servers fail to load, after editing .mcp.json, or when the user runs /mcp-check. user-invocable: true
Validate the project's MCP setup for correctness and completeness.
---
| File | Scope | What lives here | |------|-------|-----------------| | `.mcp.json` (project root) | Project | `mcpServers` — the server definitions, written by `claude mcp add --scope project` | | `.claude/settings.json` | Project | Toggles only: `enableAllProjectMcpServers`, `enabledMcpjsonServers` | | `~/.claude.json` | User | User-scope `mcpServers`, available across all projects |
**The source of truth for project servers is `.mcp.json` at the project root.** Read `mcpServers` from there — `.claude/settings.json` never holds server definitions, only approval toggles.
| MCP | Required? | |-----|-----------| | memory | Recommended | | filesystem | Optional | | github | If .git exists |
---
## MCP Configuration Report ### Status: VALID / ISSUES / INVALID ### Configuration Summary | MCP Server | Status | Notes | |------------|--------|-------| | memory | OK/FAIL | details | ### Issues Found 1. [Issue and fix] ### Missing Recommended MCPs - memory: `claude mcp add --scope project memory...`
---
| Issue | Fix | |-------|-----| | Invalid JSON | Check trailing commas | | MCP not loading | `claude mcp reset-project-choices` | | Missing env vars | Add with `-e KEY=value` |
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