qualify
25Command
Evaluate a proposed skill against the force-multiplier bar via the qualify agent.
Command
Evaluate a proposed skill against the force-multiplier bar via the qualify agent.
Command
Remove a qualified skill from this plugin and log the removal to the ledger.
Skill Claude CodeCodex
Bootstraps a dispatchable Claude sub-agent skill for every coding agent CLI installed on this machine (codex, aider, cursor, etc.). Use when the user wants to delegate tasks to locally-installed agent CLIs or expand the plugin's agent fleet.
Skill Claude CodeCodex
Map a web UI and generate a Claude automation skill via parallel reconnaissance, synthesis, and iterative validation.
Skill Claude CodeCodex
Set up a scheduled headless Claude run that sends summaries to Telegram. Use when the user wants to automate a recurring task via launchd (macOS) with push-notified results.
Skill Claude CodeCodex
Reference convention for sub-agent I/O schemas. Loaded by orchestrator skills via /contract and into agents via the skills: field.
Skill Claude CodeCodex
Adversarially critique a proposal by generating alternatives. Dispatches 3 parallel critics (pragmatist, paranoid, architect lenses) — each invents one alternative approach — then a synthesis step ranks all 4 options and recommends the top choice. When the proposal was authored by someone other than the agent…
Skill Claude CodeCodex
Parallel root-cause analysis for bugs and failing tests. Use when a test fails, a bug is reported, or behavior is unexplained — dispatches sub-agents to form and validate hypotheses in isolated worktrees.
Skill Claude CodeCodex
Fires when a state-mutating task is about to be declared Done (success summary or completion verdict) — to catch silent success, the highest-frequency invisible agent failure where confident 'done' language hides work that never landed. Decomposes the completion into receipt-checkable assertions, then dispatches a…
Skill Claude CodeCodex
One-verb pipeline for the operator's highest-frequency manual loop: fetch a PR's unresolved reviewer feedback (inline review comments, review-summary bodies, and issue-level conversation comments) and failing CI checks, fix them in an isolated managed worktree via a budget-bounded subagent, verify with the project's…
Skill Claude CodeCodex
Surface recurring friction from session telemetry and generate targeted skills. Use when the user runs /forge-friction.
Skill Claude CodeCodex
Parallel context-gathering for a code area. Use when you need to understand a module, feature, or subsystem and would otherwise read 3+ files sequentially — dispatches two agents in parallel to map structure and test coverage in one wave.
Skill Claude CodeCodex
Grounds capability claims with file-read evidence. Default mode answers meta-capability questions ('what does X enable') with path:line citations. Pass mode: runtime-wiring with a claims list to trace actual runtime execution paths — call sites, DI registration, middleware — and get CONFIRMED/UNVERIFIED/REFUTED…
Skill Claude CodeCodex
Before starting any non-trivial implementation, run a pre-flight reconnaissance pass to triangulate git state, project infrastructure, and prior-session memory. Auto-assembles a verified grounding preamble — a session-scoped artifact the orchestrator pastes verbatim into every subsequent sub-agent brief — eliminating…
Skill Claude CodeCodex
One-prompt API integration pipeline. Takes any API (docs URL, name, or description) and produces a working CLI wrapper + skill + tests.
Skill Claude CodeCodex
When finished creating the plan in plan mode, run /parallelize so Claude dispatches one planning agent to transform the current approach into a plan to orchestrate waves of parallel sub-agents.
Skill Claude CodeCodex
Iteratively refines any artifact (prose, spec, prompt, API design, SKILL.md, code snippet) by running a decoupled evaluator → generator loop until explicit criteria are met or an iteration cap is reached. Locks criteria in Wave 1, isolates the evaluator from generation history to prevent sycophancy, and emits the best…
Skill Claude CodeCodex
One-prompt provider bridge. Takes any coding agent CLI (name, docs URL, or install steps) and produces a modular local API server compatible with Claude Code via Anthropic: POST /v1/messages. Includes a {provider}-claude launcher.
Skill Claude CodeCodex
Orchestrates safe, large-scale structural changes across a codebase — symbol renames, API migrations, pattern standardizations, layer restructurings. Enumerates all affected sites, groups them into dependency layers via the DAG executor, applies changes in parallel per layer with worktree isolation, and verifies…
Skill Claude CodeCodex
Dispatches two sub-agents in parallel to gather external and local context for the current task.
Skill Claude CodeCodex
Resolves PR code review feedback. Use when the user asks to fix, address, or resolve issues from a code review or PR review.
Skill Claude CodeCodex
Dispatches parallel dimension agents across a diff, PR (URL or number), commit SHA, branch, staged changes, or patch file — covering security, correctness, api-compat, test-coverage, and perf-observability — synthesizes findings by severity, and emits a merge recommendation. Use when changes are ready for review…
Skill Claude CodeCodex
Dispatch a parallel adversarial verifier wave after any high-stakes sub-agent investigation (code reviews, audits, findings reports, large refactors, gap analyses) — or whenever a sub-agent asserts a claim with high-confidence language ("confident", "certain", "clearly", ≥80%), since confidence is a trigger, not a…
Skill Claude CodeCodex
Release pipeline for already-done local work. Dispatches /ground-state pre-flight, runs the project test suite, drafts a commit message, pushes, and opens a PR with a structured verification summary. Use when local changes are ready to hand off to review — e.g. 'ship this', 'push and open a PR', 'release this work'.…