dojo
01MCP server Claude CodeCodexCursor
MCP server "dojo" as configured in DojoGenesis/mcp. Launched with dojo-mcp-server. Needs 3 environment variables to run.
MCP server Claude CodeCodexCursor
MCP server "dojo" as configured in DojoGenesis/mcp. Launched with dojo-mcp-server. Needs 3 environment variables to run.
Skill Claude CodeCodex
Protocol for teaching as a peer, not an expert. Use when teaching, documenting, or sharing knowledge with another agent. Creates shared practice rather than hierarchical instruction.
Skill Claude CodeCodex
A structured protocol for recording architectural decisions and systematically propagating their effects across an interconnected document ecosystem. Use when decisions affect multiple documents, when scope changes impact releases, or when maintaining coherence across a living documentation system.
Skill Claude CodeCodex
A structured protocol for handing off work between autonomous agents, ensuring context is preserved, goals are clear, and the receiving agent is set up for success.
Skill Claude CodeCodex
Routes user goals to the appropriate specialist agent workflow with resource allocation confirmation. Use when: the user wants to start a task but hasn't specified a workflow, asks "how should I approach this?", or needs orchestration across research → plan → build → fix stages.
Skill Claude CodeCodex
Efficiently navigate and interact with shared agent workspaces and discussion rooms. Use when working in collaborative repositories, organizing thoughts, or coordinating with other agents. Enables structured collaboration without file chaos.
Skill Claude CodeCodex
Systematic debugging and troubleshooting for code, systems, and workflows. Follows a 7-step methodology — reproduce, isolate, hypothesize, test, fix, verify, learn. Intuition is useful but methodology prevents rabbit holes.
Skill Claude CodeCodex
Guides exploration of new, large-scale projects to assess collaboration potential. Explore philosophy and patterns before diving into implementation. Use when encountering a new codebase, repository, or project.
Skill Claude CodeCodex
Structured approaches for deep and wide research. Deep Research (5 phases) finds answers. Wide Research (4 phases) finds questions. Research Synthesis (5 phases) finds patterns across sources. Research builds understanding, not just collects information.
Skill Claude CodeCodex
Synthesize multiple research files into actionable insights. Turns raw research into coherent understanding by cross-referencing sources, identifying patterns and contradictions, and producing theme-based synthesis with actionable recommendations.
Skill Claude CodeCodex
A structured process for post-sprint learning and continuous improvement. Harvest learnings instead of conducting post-mortems. Use after a major release, milestone, or at regular intervals to reflect on what went well, what was hard, and what can be improved.
Skill Claude CodeCodex
Produces structured research documents or implementation handoffs by searching external sources — library docs, web, APIs — for a given topic. Use when: "research how to use [library]", "find best practices for [topic]", "compare [options]", "look up [API/framework] documentation". NOT for codebase exploration (use…
Skill Claude CodeCodex
Produces a numbered Architecture Decision Record with context analysis, route comparison, decision rationale, consequences, and propagation checklist. Use when: 'write an ADR', 'architectural decision', 'record a decision', 'ADR for'.
Skill Claude CodeCodex
Audits CLAUDE.md files for conflicts, stale rules, missing sections, and cross-file coherence. Produces a health report with auto-fix suggestions. Use when: 'check claude.md', 'audit CLAUDE.md', 'fix claude.md', 'claude md health'.
Skill Claude CodeCodex
Structured codebase intelligence: directory tree with roles, entry points, dependency graph, test coverage map, and annotated 'here be dragons' warnings.
Skill Claude CodeCodex
Runs a convergence gate: counts dirty files, sessions since last convergence, open items, and produces a triage report with RED/YELLOW/GREEN status. Use when: 'converge', 'convergence check', 'drift check', 'am I drifting'.
Skill Claude CodeCodex
Two-tier memory management: write, update, prune, and search memories with semantic deduplication. Maintains MEMORY.md index under 200 lines.
Skill Claude CodeCodex
Bootstrap project structure from proven templates: phases, tracks, decisions, artifacts, commissions directories with README stubs and initial ADR-000 template.
Skill Claude CodeCodex
Produces a scout document: identifies a tension, generates 3-5 distinct routes with tradeoffs, synthesizes a recommendation, and proposes a first action. Use when: 'scout this', 'strategic scout', 'explore options for', 'what are the routes'.
Skill Claude CodeCodex
Seed lifecycle management: plant new seeds from experiences, harvest insights from sessions, search the seed library, and elevate proven seeds to skills.
Skill Claude CodeCodex
Builds production-ready remote MCP servers on Cloudflare Workers with typed tools, OAuth authentication, and Wrangler deployment. Use when: "build MCP server on Cloudflare", "remote MCP", "deploy MCP to Workers", "MCP OAuth authentication", "expose tools via MCP".
Skill Claude CodeCodex
Scaffolds production-ready MCP servers from OpenAPI specs with schema validation, named tool definitions, and versioning strategy. Use when: "build MCP server from API", "create tool server from OpenAPI", "expose REST API to LLM agent", "scaffold MCP from spec", "convert API contract to tools".
Skill Claude CodeCodex
Transform a completed, successful workflow into a reusable skill by first documenting it as a process example, then extracting the generalizable pattern. Use when you've completed a complex multi-step task that should be standardized, when you find yourself repeating the same sequence of actions, during…
Skill Claude CodeCodex
Systematically audit all skills in a directory to assess completeness, grade each skill, identify ecosystem-wide patterns, and prioritize upgrades. Use for quarterly maintenance, after creating 5+ new skills, when skills are reported as confusing, before major releases, after major refactors, or when onboarding new…