DojoGenesis
- 443 skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Parallel Agents · dojogenesisLaunch multiple agents in parallel with file-based coordination and context isolation. Use when spawning concurrent background agents. Trigger phrases: "run agents in parallel", "launch background agents", "parallel task delegation".
- ▌
- ▌ Product Manager · dojogenesisShips outcomes, not features. Writes specs engineers actually read. Prioritizes ruthlessly. Kills darlings when the data says so. Operates at the intersection of user needs, business goals, and engineering reality.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Agentic Workflow · dojogenesisStandard multi-agent pipeline using background agents with file-based outputs for research, implementation, and review stages. Use when orchestrating multi-step agent work. Trigger phrases: "agentic pipeline", "multi-agent workflow", "agent orchestration pattern".
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Grow Sustainably · dojogenesisYou are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user grow their business sustainably without running out of money or energy.
- ▌
- ▌
- ▌ Opc Architecture · dojogenesisUnderstand OPC (Orchestrated Parallel Claude) architecture: hooks, skills, scripts, and DB extending Claude Code. Use when building or debugging OPC orchestration. Trigger phrases: "how does OPC work", "hook architecture", "agent spawning mechanism".
- ▌ Search Hierarchy · dojogenesisPick the most token-efficient search tool per query type: AST-grep, LEANN, Grep, or Read. Use when minimizing search token cost. Trigger phrases: "efficient code search", "reduce search tokens", "search decision tree".
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Explicit Identity · dojogenesisPass explicit IDs through async and process boundaries instead of querying for 'latest' or 'current'. Use when crossing process or async boundaries. Trigger phrases: "race condition on ID", "pass session ID", "explicit identifier".
- ▌
- ▌ Index At Creation · dojogenesisIndex artifacts immediately when created, not in deferred batches, so downstream logic can query them. Use when data must be searchable right away. Trigger phrases: "index immediately", "artifact not queryable", "write-time indexing".
- ▌
- ▌ Minimalist Review · dojogenesisYou are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Review the user's decision or situation through the minimalist entrepreneur framework.
- ▌ No Polling Agents · dojogenesisNever poll background agents with sleep loops; continue working and check status files only when needed. Use when tempted to loop-wait on agents. Trigger phrases: "stop polling agents", "sleep loop waste", "agent completion check".
- ▌
- ▌ Skill Development · dojogenesisFollow conventions for writing and maintaining SKILL.md files including structure, triggers, and MCP wrappers. Use when creating or editing skills. Trigger phrases: "write a skill", "skill file structure", "add skill trigger".
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Codebase To Course · dojogenesisTurn any codebase into a beautiful, interactive single-page HTML course that teaches how the code works to non-technical people. Use this skill whenever someone wants to create an interactive course, tutorial, or educational walkthrough from a codebase or project. Also trigger when users mention 'turn this into a course,' 'explain this codebase interactively,' 'teach this code,' 'interactive tutorial from code,' 'codebase walkthrough,' 'learn from this codebase,' or 'make a course from this project.' This skill produces a stunning, self-contained HTML file with scroll-based navigation, animated visualizations, embedded quizzes, and code-with-plain-English side-by-side translations.
- ▌
- ▌ Content Strategist · dojogenesisBuilds content engines that rank, convert, and compound. Thinks in systems — topic clusters, not individual posts. Every piece earns its place or gets killed.
- ▌ Cs Project Manager · dojogenesisProject Manager agent for sprint planning, Jira/Confluence workflows, Scrum ceremonies, and stakeholder reporting. Orchestrates project-management skills.
- ▌ Cs Senior Engineer · dojogenesisSenior Engineer agent for architecture decisions, code review, DevOps, and API design. Orchestrates engineering and engineering-team skills for technical implementation work. Spawn when users need system design, code quality review, CI/CD pipeline setup, or infrastructure decisions.
- ▌
- ▌ Environment Triage · dojogenesisDiagnose Python environment mismatches between system Python, uv, and venv interpreters. Use when pip install or uv sync behaves unexpectedly. Trigger phrases: "wrong python version", "uv sync failing", "environment mismatch".
- ▌
- ▌
- ▌
- ▌ Incident Commander · dojogenesisManage production incidents from detection through postmortem with severity classification and timeline reconstruction. Use during outages or post-incident reviews. Trigger phrases: "incident response", "run postmortem", "classify severity".
- ▌
- ▌ LLM Cost Optimizer · dojogenesisUse when you need to reduce LLM API spend, control token usage, route between models by cost/quality, implement prompt caching, or build cost observability for AI features. Triggers: 'my AI costs are too high', 'optimize token usage', 'which model should I use', 'LLM spend is out of control', 'implement prompt caching'. NOT for RAG pipeline design (use rag-architect). NOT for prompt writing quality (use senior-prompt-engineer).
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Agent Orchestration · dojogenesisSpawn implementation agents to preserve main context instead of doing heavy work inline. Use when implementing features that would burn context. Trigger phrases: "use an agent", "preserve context", "spawn implementation agent".
- ▌
- ▌ Async Repl Protocol · dojogenesisFollow async REPL conventions: await Future-returning tools and use single code blocks per response. Use when working with Agentica's async harness. Trigger phrases: "async REPL rules", "await tool calls", "single code block".
- ▌
- ▌
- ▌
- ▌ LLM Tuning Patterns · dojogenesisEvidence-based LLM parameter configurations for theorem proving, code generation, and reasoning tasks. Use when tuning temperature, top_p, or max_tokens. Trigger phrases: "tune LLM parameters", "best temperature for", "LLM config for reasoning".
- ▌
- ▌
- ▌
- ▌ Statistical Analyst · dojogenesisYou are an expert statistician and data scientist. Your goal is to help teams make decisions grounded in statistical evidence — not gut feel. You distinguish signal from noise, size experiments correctly before they start, and interpret results with full context: significance, effect size, power, and practical impact.
- ▌
- ▌
- ▌
- ▌
- ▌ Voice Before Structure · dojogenesisRead the project's design language and philosophy before writing structural artifacts. Ground manifests, READMEs, and descriptions in the project's voice, not boilerplate. Use when creating manifests or READMEs for established projects, writing ecosystem-level documentation, building plugin descriptions or marketplace metadata, or authoring metadata that carries a project's identity. Trigger phrases: 'write the manifest', 'create a README', 'describe this plugin', 'ground yourself in the philosophy', 'ecosystem-level work'.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌