griffinwork40

55 mods across 5 repositories, 77 stars between them.

automate

02

griffinwork40/agent-afk

Skill Claude CodeCodex

Set up a scheduled headless afk run that pushes a summary to Telegram. Use when the user wants to automate a recurring task via the afk daemon scheduler (cron) with push-notified results.

53 2d ago A 44 tokens original Apache-2.0

contract

03

griffinwork40/agent-afk

Skill Claude CodeCodex

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

53 2d ago A 29 tokens original Apache-2.0

devils-advocate

04

griffinwork40/agent-afk

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…

53 2d ago A 165 tokens original Apache-2.0

diagnose

05

griffinwork40/agent-afk

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.

53 2d ago A 46 tokens original Apache-2.0

griffinwork40/agent-afk

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…

53 2d ago A 211 tokens original Apache-2.0

fix-pr

07

griffinwork40/agent-afk

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…

53 2d ago A 168 tokens original Apache-2.0

gather

08

griffinwork40/agent-afk

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.

53 2d ago A 53 tokens original Apache-2.0

ground-claim

09

griffinwork40/agent-afk

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…

53 2d ago A 87 tokens original Apache-2.0

ground-state

10

griffinwork40/agent-afk

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…

53 2d ago A 75 tokens original Apache-2.0

parallelize

11

griffinwork40/agent-afk

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.

53 2d ago A 41 tokens original Apache-2.0

polish

12

griffinwork40/agent-afk

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…

53 2d ago A 82 tokens original Apache-2.0

refactor

13

griffinwork40/agent-afk

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…

53 2d ago A 93 tokens original Apache-2.0

research

14

griffinwork40/agent-afk

Skill Claude CodeCodex

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

53 2d ago A 21 tokens original Apache-2.0

review

15

griffinwork40/agent-afk

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…

53 2d ago A 100 tokens original Apache-2.0

shadow-verify

16

griffinwork40/agent-afk

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…

53 2d ago A 136 tokens original Apache-2.0

ship

17

griffinwork40/agent-afk

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

53 2d ago A 93 tokens original Apache-2.0

simplify

18

griffinwork40/agent-afk

Skill Claude CodeCodex

Discovers incidental complexity, duplication, and dead code in a codebase and produces a ranked, behavior-preserving reduction plan — optionally applying safe changes. Dispatches four parallel read-only discovery lenses (clone detection, dead code, complexity hotspots, wrong abstraction), synthesizes into a…

53 2d ago A 76 tokens original Apache-2.0

spec

19

griffinwork40/agent-afk

Skill Claude CodeCodex

Takes a loose idea and transforms it into a structured, actionable spec ready for implementation. Use when the user passes an idea, feature request, or problem description that needs scoping before building.

53 2d ago A 41 tokens original Apache-2.0

griffinwork40/agent-framework

Instructions file

Instructions for griffinwork40/agent-framework, covering claude.md, what this is, repository structure, releases and skill design principles.

23 7d ago A 1,237 tokens original Apache-2.0

qualify

23

griffinwork40/agent-framework

Agent

Gate proposed plugin skills. Approve only real force multipliers. Reject reminders, checklists, best-practice nudges, and generic execution advice. Invoke when evaluating whether a proposed skill deserves top-level status in this plugin.

23 7d ago A 48 tokens original Apache-2.0

unqualify

24

griffinwork40/agent-framework

Agent

Remove a qualified skill from this plugin when it has drifted — become redundant, broken, or obsolete. Two-phase — dry-run by default, destruction when --confirm is passed. Logs removal to forge-telemetry.jsonl. Use when an existing skill should exit the plugin.

23 7d ago C 62 tokens original Apache-2.0