desplega-ai

128 mods across 4 repositories, 804 stars between them.

v-implement

74

desplega-ai/ai-toolbox

Command

Implement a DAG plan in parallel — topologically schedules ready steps and fans them out as sub-agents.

33 12d ago A 20 tokens

v-plan

75

desplega-ai/ai-toolbox

Command

Create a DAG-structured implementation plan for parallel execution.

33 12d ago A 10 tokens

ask-user

77

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Conventions for asking the user questions during a workflow via the AskUserQuestion tool. Other skills reference this to keep prompts consistent and structured.

33 12d ago A 31 tokens

brainstorming

78

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Interactive exploration of ideas through Socratic Q&A. Produces progressive documents that serve as lightweight pre-PRDs feeding into research.

33 12d ago A 31 tokens

code-reviewing

79

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Two-axis code review of a diff — Standards (is the code well built?) and Spec (does it actually solve the stated problem?) — run as parallel sub-agents and reported separately, never merged. Use when reviewing implementation output (a phase, a wave, a branch, a PR), when the user says "review the code", "review the…

33 12d ago A 132 tokens

delegate-work

80

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Executor routing policy for ALL delegated work — pick the right model for every sub-agent and the right Codex variant for every implementation slice. Use whenever you are about to spawn a sub-agent/Task (research, review, QA, UI, search), whenever a desplega skill (implement-plan, v-implement, run-phase, run-step…

33 12d ago A 125 tokens

design-docs

81

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Create and maintain living per-system design docs at thoughts//design-docs/ .md — Purpose, Glossary, numbered testable Invariants (normative for the code-reviewing Spec axis), Boundaries & Non-goals, Interfaces, Decision log, Amendment log. Use when the user says "create a design doc", "write down the invariants"…

33 12d ago A 114 tokens

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Code-shape policy for ALL code that gets written or reviewed — the senior-engineer bar for minimal complexity. Use whenever you are about to write code, design a module or abstraction, draft a plan phase that shapes code, or review a diff; also when the user asks "is this over-engineered", "can this be simpler", or…

33 12d ago A 102 tokens

implementing

83

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Plan implementation skill. Executes approved technical plans phase by phase with verification checkpoints.

33 12d ago A 18 tokens

improve-agents-md

84

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Improve (or bootstrap) an AGENTS.md / CLAUDE.md file using conditional blocks so the agent actually attends to the right guidance at the right time. Use this skill whenever the user mentions AGENTS.md, CLAUDE.md, agent instructions, project rules for AI, "my claude config", onboarding docs for agents, or asks to…

33 12d ago A 115 tokens

learning

85

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Compounding knowledge across projects and teams. Captures, searches, and promotes institutional learnings via tiered backends (local/qmd/agent-fs).

33 12d ago A 34 tokens

one-shot

86

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Small-scope plan+implement in one session. Assess the prompt, optionally one bundled round of questions, maintain a lightweight yolo plan while implementing, verify, quick code review, commit. Use when the user invokes /one-shot, or asks to "just build/fix/add" something small without the full create-plan →…

33 12d ago A 94 tokens

phase-running

87

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Execute individual plan phases as background sub-agents for context-efficient implementation.

33 12d ago A 17 tokens

planning

88

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Implementation planning skill. Creates detailed technical plans through interactive research and iteration.

33 12d ago A 16 tokens

qa

89

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Functional validation skill. Captures test evidence (screenshots, recordings, links) and produces QA reports in thoughts//qa/.

33 12d ago A 28 tokens

questioning

90

desplega-ai/ai-toolbox

Skill Claude CodeCodex

One-shot question answering using the research process. Answers inline without generating documents, then offers handoff to brainstorm or research.

33 12d ago A 27 tokens

researching

91

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Comprehensive codebase research skill. Documents codebase as-is by spawning parallel sub-agents and synthesizing findings into research documents.

33 12d ago A 29 tokens

reviewing

92

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Structured critique of research, plan, and brainstorm documents for completeness, gaps, and quality.

33 12d ago A 21 tokens

script-builder

93

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Generate durable, re-runnable scripts from session intent — validation scripts (PASS/FAIL contract) AND gather/bulk scripts (many API/tool calls in code, one derived summary out). Supports TypeScript, Python, Bash with auto-detection, enforces context-optimal output, and auto-documents scripts in CLAUDE.md. Triggers…

33 12d ago A 0 tokens

step-running

94

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Execute a single DAG step as an autonomous background sub-agent. Sibling of phase-running for DAG plans produced by v-planning. Reads a step- .md file directly, atomically claims it via frontmatter status, runs the three-bucket Success Criteria, and reports back. Spawned by v-implementing or by /run-step.

33 12d ago A 74 tokens

tackle-gh-comments

95

desplega-ai/ai-toolbox

Skill Claude CodeCodex

Work through every review comment on a GitHub PR — fetch the threads, verify each claim against the code, fix what is real, then reply and mark each thread resolved before pushing. Use when the user says "tackle the PR comments", "address the review", "handle the bot comments", "check the comments on the PR", "resolve…

33 12d ago A 102 tokens

tdd-planning

96

desplega-ai/ai-toolbox

Skill Claude CodeCodex

TDD-focused implementation planning. Creates plans with strict Red-Green-Commit/Rollback cycles for each step.

33 12d ago A 28 tokens