griffinwork40

55 mods across 5 repositories, 77 stars between them.

qualify

25

griffinwork40/agent-framework

Command

Evaluate a proposed skill against the force-multiplier bar via the qualify agent.

23 7d ago A 16 tokens original Apache-2.0

agentify

27

griffinwork40/agent-framework

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.

23 7d ago A 54 tokens original Apache-2.0

appmap

28

griffinwork40/agent-framework

Skill Claude CodeCodex

Map a web UI and generate a Claude automation skill via parallel reconnaissance, synthesis, and iterative validation.

23 7d ago A 23 tokens original Apache-2.0

automate

29

griffinwork40/agent-framework

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.

23 7d ago A 40 tokens original Apache-2.0

contract

30

griffinwork40/agent-framework

Skill Claude CodeCodex

Reference convention for sub-agent I/O schemas. Loaded by orchestrator skills via /contract and into agents via the skills: field.

23 7d ago A 29 tokens copy · 100% Apache-2.0

devils-advocate

31

griffinwork40/agent-framework

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…

23 7d ago A 165 tokens copy · 100% Apache-2.0

diagnose

32

griffinwork40/agent-framework

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.

23 7d ago A 46 tokens copy · 100% Apache-2.0

griffinwork40/agent-framework

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…

23 7d ago A 211 tokens copy · 100% Apache-2.0

fix-pr

34

griffinwork40/agent-framework

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…

23 7d ago A 168 tokens copy · 97% Apache-2.0

forge-friction

35

griffinwork40/agent-framework

Skill Claude CodeCodex

Surface recurring friction from session telemetry and generate targeted skills. Use when the user runs /forge-friction.

23 7d ago A 25 tokens original Apache-2.0

gather

36

griffinwork40/agent-framework

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.

23 7d ago A 53 tokens copy · 100% Apache-2.0

ground-claim

37

griffinwork40/agent-framework

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…

23 7d ago A 87 tokens copy · 100% Apache-2.0

ground-state

38

griffinwork40/agent-framework

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…

23 7d ago A 75 tokens copy · 100% Apache-2.0

integrate

39

griffinwork40/agent-framework

Skill Claude CodeCodex

One-prompt API integration pipeline. Takes any API (docs URL, name, or description) and produces a working CLI wrapper + skill + tests.

23 7d ago A 33 tokens original Apache-2.0

parallelize

40

griffinwork40/agent-framework

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.

23 7d ago A 41 tokens copy · 100% Apache-2.0

polish

41

griffinwork40/agent-framework

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…

23 7d ago A 82 tokens copy · 100% Apache-2.0

provideme

42

griffinwork40/agent-framework

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.

23 7d ago A 54 tokens original Apache-2.0

refactor

43

griffinwork40/agent-framework

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…

23 7d ago A 93 tokens copy · 97% Apache-2.0

research

44

griffinwork40/agent-framework

Skill Claude CodeCodex

Dispatches two sub-agents in parallel to gather external and local context for the current task.

23 7d ago A 21 tokens copy · 100% Apache-2.0

resolve

45

griffinwork40/agent-framework

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.

23 7d ago A 30 tokens original Apache-2.0

review

46

griffinwork40/agent-framework

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…

23 7d ago A 100 tokens copy · 100% Apache-2.0

shadow-verify

47

griffinwork40/agent-framework

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…

23 7d ago A 136 tokens copy · 100% Apache-2.0

ship

48

griffinwork40/agent-framework

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'.…

23 7d ago A 93 tokens copy · 95% Apache-2.0