← all publishers

DojoGenesis

@dojogenesis source repo

443 published skills · page 4 of 5

  1. Seed To Skill Converter · dojogenesis
    Seed-to-Skill Converter Skill
    0
    installs
  2. Constant Time Testing · dojogenesis
    Constant-Time Testing
    0
    installs
  3. Create Worktree Skill · dojogenesis
    Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-running configuration.
    0
    installs
  4. Idempotent Redundancy · dojogenesis
    Ensure fallback and redundancy paths are idempotent to prevent loops, churn, or data corruption. Use when adding belt-and-suspenders patterns. Trigger phrases: "make fallback safe", "idempotent retry", "safe redundancy pattern".
    0
    installs
  5. Math Progress Monitor · dojogenesis
    Math Progress Monitor
    0
    installs
  6. Numerical Integration · dojogenesis
    Numerical Integration
    0
    installs
  7. Secure Workflow Guide · dojogenesis
    Secure Workflow Guide
    0
    installs
  8. Research Synthesis · dojogenesis
    Research Synthesis Engine
    0
    installs
  9. Tldr Code Analysis · dojogenesis
    5-layer code analysis (AST, Call Graph, CFG, DFG, PDG) that yields 95% token savings over raw file reads. Use when: 'systematically understand an unfamiliar codebase', 'analyze code structure with minimal tokens', 'map call graphs and data flow', 'find dead code and architectural layers', 'trace variable definitions across files'.
    0
    installs
  10. Product Positioning · dojogenesis
    Product Positioning Scout Skill
    0
    installs
  11. Agent Performance Report · dojogenesis
    I. Philosophy
    0
    installs
  12. Granular Visibility · dojogenesis
    Granular Visibility
    0
    installs
  13. Audit Context Building · dojogenesis
    Deep Context Builder Skill (Ultra-Granular Pure Context Mode)
    0
    installs
  14. Background Agent Pings · dojogenesis
    Trust system reminders as agent progress notifications instead of polling for completion. Use when waiting on background agents. Trigger phrases: "agent still running", "check agent progress", "stop polling agents".
    0
    installs
  15. Claude Docs Consultant · dojogenesis
    Claude Docs Consultant
    0
    installs
  16. Code Maturity Assessor · dojogenesis
    Code Maturity Assessor
    0
    installs
  17. Constant Time Analysis · dojogenesis
    Constant-Time Analysis
    0
    installs
  18. Email Template Builder · dojogenesis
    Build transactional email systems with React Email/MJML templates, provider integration, i18n, and dark mode. Use when implementing email notifications. Trigger phrases: "build email template", "transactional email", "email provider setup".
    0
    installs
  19. Math Intuition Builder · dojogenesis
    Math Intuition Builder
    0
    installs
  20. Observe Before Editing · dojogenesis
    Check actual system outputs before editing code to fix bugs -- outputs don't lie, assumptions do. Use when debugging unexpected behavior. Trigger phrases: "check before editing", "verify actual output", "don't assume the error".
    0
    installs
  21. Planning With Files Ar · dojogenesis
    نظام تخطيط الملفات
    0
    installs
  22. Planning With Files De · dojogenesis
    Dateiplanungssystem
    0
    installs
  23. Planning With Files Es · dojogenesis
    Sistema de Planificación con Archivos
    0
    installs
  24. Property Based Testing · dojogenesis
    Property-Based Testing Guide
    0
    installs
  25. Worktree Manager Skill · dojogenesis
    Worktree Manager Skill
    0
    installs
  26. Project Exploration · dojogenesis
    Project Exploration Skill
    0
    installs
  27. Community Claude Md Guardian · dojogenesis
    Audits CLAUDE.md files for conflicts, stale rules, missing sections, and cross-file coherence. Produces a health report with auto-fix suggestions — audit only, no enforcement mechanism. Full version (adds a PreToolUse hook to enforce the ruleset going forward): `system-health:claude-md-guardian`. Use when: 'check claude.md', 'audit CLAUDE.md', 'fix claude.md', 'claude md health'.
    0
    installs
  28. Batch Normalize And Package · dojogenesis
    Batch Normalize and Package
    0
    installs
  29. Adversarial Reviewer · dojogenesis
    Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.
    0
    installs
  30. System Prompt Archaeology · dojogenesis
    System Prompt Archaeology
    0
    installs
  31. Async Agent Dispatch · dojogenesis
    Async Agent Dispatch
    0
    installs
  32. Audit Sweep Dispatch · dojogenesis
    Routes health-audit findings to the correct execution path — main thread, foreground fix, or parallel agent waves. Use when health-audit findings need to be sorted by effort and dispatched as agent waves.
    0
    installs
  33. Decision Propagation · dojogenesis
    Decision-Propagation Protocol
    0
    installs
  34. Workspace Navigation · dojogenesis bundle
    Agent Workspace Navigator Skill
    0
    installs
  35. Agent Context Isolation · dojogenesis
    Prevent sub-agent output from polluting the main context window using background execution and file-based results. Use when agent transcripts bloat context. Trigger phrases: "isolate agent context", "context window bloat", "agent output too large".
    0
    installs
  36. Agentic Actions Auditor · dojogenesis
    Agentic Actions Auditor
    0
    installs
  37. Boundary Value Problems · dojogenesis
    Boundary Value Problems
    0
    installs
  38. Crypto Protocol Diagram · dojogenesis
    Crypto Protocol Diagram
    0
    installs
  39. Natural Transformations · dojogenesis
    Natural Transformations
    0
    installs
  40. Planning With Files Zht · dojogenesis
    檔案規劃系統
    0
    installs
  41. Qlty During Development · dojogenesis
    Run QLTY lint and format checks during development to catch issues early, not just before commit. Use after significant code changes. Trigger phrases: "run linter", "check code quality", "format before commit".
    0
    installs
  42. Spec To Code Compliance · dojogenesis
    When to Use
    0
    installs
  43. Codebase Cartography · dojogenesis
    Codebase Cartography
    0
    installs
  44. Maestro Orchestration · dojogenesis
    Conductor agent pattern that decomposes complex tasks, dispatches specialist sub-agents, manages dependencies, and synthesizes results into a unified deliverable. One specific orchestration pattern — a single conductor coordinating specialists. Use directly when that shape already fits; use `orchestration-pattern-selector` first if unsure, or `agent-dispatch-playbook` to plan a general parallel dispatch's mechanics. Use when: 'coordinate multiple specialist agents', 'orchestrate a complex multi-phase task', 'run a conductor pattern across agents', 'this task needs live agent coordination', 'decompose and dispatch to sub-agents'.
    0
    installs
  45. Burpsuite Project Parser · dojogenesis
    Burp Project Parser
    0
    installs
  46. Constrained Optimization · dojogenesis
    Constrained Optimization
    0
    installs
  47. Parallel Agent Contracts · dojogenesis
    Prevent type duplication across parallel agents by requiring grep-before-create and tsc verification. Use when launching parallel code implementation agents. Trigger phrases: "parallel type conflicts", "duplicate interface", "agent type contract".
    0
    installs
  48. Web Research External · dojogenesis
    Web Research External
    0
    installs
  49. Multi Surface Strategy · dojogenesis
    Multi-Surface Product Strategy Skill
    0
    installs
  50. Designing Workflow Skills · dojogenesis
    Designing Workflow Skills
    0
    installs
  51. Router First Architecture · dojogenesis
    Enforces routing through domain routers before invoking individual tools, abstracting tool selection into deterministic intent-to-command mappings. Use when: 'set up domain router', 'router-first pattern', 'route before calling tool', 'co-activate with router', 'deterministic skill routing'.
    0
    installs
  52. Supply Chain Risk Auditor · dojogenesis
    Supply Chain Risk Auditor
    0
    installs
  53. Ton Vulnerability Scanner · dojogenesis
    TON Vulnerability Scanner
    0
    installs
  54. Design System Selector · dojogenesis
    Design System Selector
    0
    installs
  55. Observability Dashboard Spec · dojogenesis
    Observability Dashboard Spec
    0
    installs
  56. Session Lifecycle Automation · dojogenesis
    Designs and configures all three loops of solo-operator session automation — session bookends, background maintenance agents, and a delegation flywheel. Use when setting up a new workspace, recovering from the 44% zero-artifact session leak, or preparing to scale delegation across multiple concurrent agents.
    0
    installs
  57. Agent Dispatch Playbook · dojogenesis
    Agent Dispatch Playbook
    0
    installs
  58. Interpreting Culture Index · dojogenesis
    <essential_principles>
    0
    installs
  59. Testing Handbook Generator · dojogenesis
    Testing Handbook Skill Generator
    0
    installs
  60. Token Integration Analyzer · dojogenesis
    Token Integration Analyzer
    0
    installs
  61. Cairo Vulnerability Scanner · dojogenesis
    Cairo/StarkNet Vulnerability Scanner
    0
    installs
  62. Rudin Real Complex Analysis · dojogenesis
    Rudin's Real and Complex Analysis
    0
    installs
  63. Contract And Proposal Writer · dojogenesis
    Generates professional, jurisdiction-aware business documents — freelance contracts, project proposals, SOWs, NDAs, MSAs — in Markdown with docx conversion instructions. Use when: 'write a contract', 'draft proposal', 'create SOW', 'NDA template', 'MSA', 'freelance agreement', 'project contract'.
    0
    installs
  64. Cosmos Vulnerability Scanner · dojogenesis
    Cosmos Vulnerability Scanner
    0
    installs
  65. Semgrep Rule Variant Creator · dojogenesis
    Semgrep Rule Variant Creator
    0
    installs
  66. Solana Vulnerability Scanner · dojogenesis
    Solana Vulnerability Scanner
    0
    installs
  67. Patient Learning Protocol · dojogenesis
    Patient Learning Protocol
    0
    installs
  68. Community Planning With Files · dojogenesis
    Planning with Files
    0
    installs
  69. Algorand Vulnerability Scanner · dojogenesis
    Algorand Vulnerability Scanner
    0
    installs
  70. Ask Questions If Underspecified · dojogenesis
    Ask Questions If Underspecified
    0
    installs
  71. Substrate Vulnerability Scanner · dojogenesis
    Substrate Vulnerability Scanner
    0
    installs
  72. Parallel Tracks · dojogenesis
    Produces a parallel-tracks execution plan with phased structure, self-contained track specifications, integration contracts, and a mandatory wiring gate. Plans the split before any agent runs — the spec-side artifact. To actually dispatch and verify the agents once tracks are planned, use `agent-orchestration:parallel-dispatch`. Use when 'split into parallel tracks', 'organize these tracks into phases', or 'plan parallel development for this release'.
    0
    installs
  73. Claude In Chrome Troubleshooting · dojogenesis
    Claude in Chrome MCP Troubleshooting
    0
    installs
  74. Strategic To Tactical Workflow · dojogenesis
    Strategic-to-Tactical Workflow Skill
    0
    installs
  75. Orchestration Pattern Selector · dojogenesis
    Selects the correct multi-agent orchestration pattern for a task using an 11-signal selection matrix. Use this first, upstream of `agent-dispatch-playbook` (which plans dispatch mechanics once the shape is known) and `maestro-orchestration` (one specific pattern this skill might select). Use when choosing which orchestration pattern fits a multi-agent task.
    0
    installs
  76. Context Ingestion · dojogenesis
    Produces a phased, file-grounded action plan from 1-2 uploaded documents (specs, meeting notes, design docs, or code files) with concrete deliverables and binary success criteria per phase. Use when: 'create a plan from this spec', 'plan the refactoring from these files', 'what are the next steps from these docs'.
    0
    installs
  77. Gap Audit Then Fix · dojogenesis
    Spec-to-fix pipeline: audit a codebase against its specification, classify gaps by severity, fix in parallel, track in GAPS.md registry. Use when a spec exists but implementation completeness is unknown.
    0
    installs
  78. Planning With Files · dojogenesis
    Produces a routing decision and delegated output by analyzing uploaded files and user intent, then dispatching to the correct specialized skill (context-ingestion, research-synthesis, or release-specification). Use when: 'create a plan from these files', 'synthesize these papers', 'what should I do with these uploads', 'not sure which skill to use but I have files'.
    0
    installs
  79. Specification Writer · dojogenesis bundle
    Produces a format-calibrated specification document — Full (5,000-15,000 words, all sections), Lean (1,000-3,000 words, agent-ready), or Minimal (delta + code examples) — matched to the scope and audience of the request. Use when: 'write a spec for this feature', 'spec out this release', 'design the architecture for X', 'document this for the implementation agent'.
    0
    installs
  80. Frontend From Backend · dojogenesis
    Produces a backend-grounded frontend specification document covering API contracts, integration guide, auth flows, and updated track prompts. Use when 'spec the frontend for this API', 'write frontend spec from backend', or 'ground the UI in this existing backend'.
    0
    installs
  81. Implementation Prompt · dojogenesis
    Produces a self-contained implementation prompt document with objective, context grounding, numbered requirements, file manifest, binary success criteria, constraints, and backend grounding — ready for autonomous agent execution. Use when 'write an implementation prompt', 'commission this spec', or 'convert spec to prompt'.
    0
    installs
  82. Release Specification · dojogenesis
    Produces a production-ready release specification document (Full or Lean format) including current-state audit, technical architecture with code examples, implementation plan, and risk assessment. Use when 'write a release spec', 'create a release specification for vX.X.X', or 'ground this spec in the codebase'.
    0
    installs
  83. Zenflow Prompt Writer · dojogenesis
    Produces a structured Zenflow commission document (Objective, Context & Grounding with pattern files, step-by-step Requirements, File Manifest, binary Success Criteria, and explicit Constraints) from a finalized spec, saved to prompts/vX.X.X/. Use when: 'write a Zenflow prompt', 'commission Zenflow for this spec', 'turn this spec into a Zenflow prompt', 'create the implementation prompt for Zenflow'.
    0
    installs
  84. Codebase Audit Grounding · dojogenesis
    Produces a quantified current-state report (test count, aria markers, error boundaries, storage usage, dependencies) used to anchor specifications in measured reality rather than assumptions. Use when: 'audit the codebase before speccing', 'ground this spec in reality', 'what does the code actually look like', 'measure before I write the spec'.
    0
    installs
  85. Pre Commission Alignment · dojogenesis
    Produces a gap inventory and Track 0 remediation commit that closes mismatches between implementation prompts and actual codebase state, ensuring parallel tracks start from a clean, type-safe foundation. Use when: 'commission these tracks', 'run Track 0 before handing off', 'check for spec-to-code drift', 'align before we build'.
    0
    installs
  86. Pre Implementation Checklist · dojogenesis
    Produces a completed pre-implementation checklist appended to a specification document, confirming vision clarity, technical readiness, implementation plan completeness, and Track 0 codebase alignment before any agent is commissioned. Use when: 'verify the spec is ready', 'run the pre-commission check', 'is this spec ready to hand off', 'gate this before we commission'.
    0
    installs
  87. Spec Constellation To Prompt Suite · dojogenesis
    Produces a suite of coordinated, self-contained implementation prompts and a master integration contract table from a set of interconnected specs. Use when 'convert specs to prompts', 'ready to commission these specs', or 'coordinate these parallel tracks into executable prompts'.
    0
    installs
  88. Bring · dojogenesis
    Surface and stage TODAY'S ONE outward action (send/decision/close/ship) from the project's bring/ queue, then log the outcome on the human's word. Use when the user says "bring it", "what's my bring", "log the send", "skip today's bring", or when the SessionStart brief shows an unbrought action and the user engages with it.
    0
    installs
  89. Mvp · dojogenesis
    You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user build their MVP with maximum constraints and minimum effort.
    0
    installs
  90. PDF · dojogenesis
    PDF Processing Guide
    0
    installs
  91. Cron · dojogenesis
    Cron
    0
    installs
  92. Tmux · dojogenesis
    tmux Skill
    0
    installs
  93. Adr Writer · dojogenesis
    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'.
    0
    installs
  94. Bring Setup · dojogenesis
    Initialize the bring loop in the current project — scaffold bring/actions.md + ledger, seed the first real outward actions from conversation, and explain the daily contract. Use when the user says "set up bring-loop", "install the bring loop", "start gating my sends", or asks how to get the BringItCruz effect in their system.
    0
    installs
  95. Aflpp · dojogenesis
    AFL++
    0
    installs
  96. Hooks · dojogenesis
    Write Claude Code hooks using shell wrappers that pipe to TypeScript handlers via npx tsx. Use when developing PreToolUse or PostToolUse hooks. Trigger phrases: "create hook", "hook development", "shell to TypeScript handler".
    0
    installs
  97. Rings · dojogenesis
    Rings
    0
    installs
  98. Ruzzy · dojogenesis
    Ruzzy
    0
    installs
  99. PDF Export · dojogenesis
    PDF Export Skill
    0
    installs
  100. Codeql · dojogenesis
    CodeQL Analysis
    0
    installs