All authors
arbiterForge avatar

Claude Skills by arbiterForge

github.com/arbiterForge
175 skillsA× 1750 installs30 views
Ca AdrA

Author a numbered, dated, user-attributed Architecture Decision Record under .codearbiter/decisions/.

ai-agentssqldatabase
0
141
Ca AuditA

Assemble the governance record for a range — commits, overrides, ADRs, sprint auto-decisions, open questions, checkpoint findings — into one dated audit packet. Read-only.

ai-agentsgogit
0
141
Ca BtwA

Lightweight Q&A about the project — answer from context and return, no routing, no state change.

ai-agentssecurity
0
141
Ca CheckpointA

Periodic multi-reviewer sweep of the whole codebase — surfaces a triaged checkpoint report.

ai-agentssecurity
0
141
Ca ChoreA

Sanctioned lane for non-behavioral work — docs-only edits, dependency bumps, reverts. Type-scaled gates; no TDD demanded of prose.

ai-agentsgit
0
141
Ca CleanupA

Finish an already-merged branch — classify the leftover artifacts, return to a fast-forwarded default checkout, and delete the merged local branch. Every discard confirmed per item; containment proven, never assumed.

ai-agentsgit
0
141
Ca CommandsA

Show the codeArbiter command catalog — the public command list and what each routes to.

ai-agents
0
141
Ca CommitA

Run the full commit gate — the only sanctioned path to a git commit.

ai-agentsgogit
0
141
Ca ConflictA

Stop everything and surface a rule conflict — persona vs. docs vs. code. Present both sides and the conflict-hierarchy level; the user resolves. No silent reconciliation.

ai-agents
0
141
Ca Context CheckA

Optional manual drift audit — report stale provenance-tracked docs, then per stale doc offer re-scout, re-baseline, or defer. Not the daily loop; commit-gate auto-heal owns routine maintenance.

ai-agents
0
141
Ca Create ContextA

Brownfield back-fill — scout an existing codebase and populate .codearbiter/, then lock it initialized.

ai-agents
0
141
Ca DebugA

Investigate-then-decide root-cause analysis for a defect whose cause is unknown. No code changes — exits to $ca-fix, $ca-adr, or a no-action close.

ai-agentsdebugging
0
141
Ca DecomposeA

Greenfield decomposition interview — a layered interview that populates .codearbiter/ and locks it initialized.

ai-agents
0
141
Ca DoctorA

Verify the active host install, package, command ownership, enforcement, and harmless live-fire probe. Read-only.

ai-agentspythonrust
0
141
Ca FeatureA

Start a feature: brainstorm a spec, get it approved, then drive it test-first through the pipeline. The one entry to implementation.

ai-agentsexpressgit
0
141
Ca FixA

Fix a confirmed bug: a failing regression test first, then a minimal fix, then the rest of the tdd gates.

ai-agentsgofrontend
0
141
Ca InitA

Opt this repo into codeArbiter — scaffold the root-level .codearbiter/ state store.

ai-agentspythongit
0
141
Ca MetricsA

Read-only 3-metric governance glance — override rate, small-lane rate, sprint low-confidence ratio — each with a trend arrow vs. the prior 20-commit window.

ai-agentspythongo
0
141
Ca New SkillA

Author a new codeArbiter skill: prove the gap is real, get the spec approved, then write it.

ai-agents
0
141
Ca OverrideA

Sanctioned, logged bypass of a gate or hard rule — one audit line, then proceed.

ai-agentspythonrust
0
141
Ca PrA

Open a pull request the only sanctioned way — clear every BLOCK-level review finding, then stage the PR. Never a direct write to the default branch.

ai-agentspythonsecurity
0
141
Ca PreviewA

Zero-onboarding, read-only dry-run of the reviewer fleet against the current uncommitted diff. Predicts reviewers, runs the state-free secret scan, writes nothing.

ai-agentspythongit
0
141
Ca ReconcileA

SMARTS arbitration — reconcile architectural artifacts against the scaffold and prior decisions; every variance resolved by an explicit, user-attributed choice.

ai-agentsgit
0
141
Ca RefactorA

Restructure code with behavioral parity proven through unmodified pre-existing tests, then refactor. No behavior change.

ai-agents
0
141
Ca ReleaseA

Cut a release the only sanctioned way — SemVer bump from the commit log, a CHANGELOG section, an annotated tag. Takes the declared target's name as its only argument, or --dry-run to preview one with no write. The only path to a version tag.

ai-agents
0
141
Ca ReviewA

Review a diff with the reviewer fleet, funneled to one triaged verdict. Targets the current working diff, a path, or an inbound GitHub PR.

ai-agentsrustgo
0
141
Ca SpikeA

Exploratory spike on a throwaway branch — answer a named question with disposable code. Never merges; exits to a findings note or $ca-feature.

ai-agentsgit
0
141
Ca SprintA

Autonomous sprint — one interactive spec gate, then plan-to-PR execution with every auto-decision SMARTS-scored and logged. Hard gates remain true stops.

ai-agentsgoapi
0
141
Ca StandupA

Daily repo hygiene — review the day's repo state, then perform the cleanups under per-action confirmation. Fast-forward only, never destructive without a yes.

ai-agentspythongo
0
141
Ca StatusA

Show the project's current state at a glance — stage, open tasks, open questions, overrides since the last checkpoint, current branch. Read-only.

ai-agentsgogit
0
141
Ca TaskA

The sanctioned task-board mutator — add a queued task, start one (flips to in-progress and stamps the date, minting a dotted ID on pick-up), or mark an in-progress task done. The only blessed write to open-tasks.md.

ai-agentspythonrust
0
141
Ca Threat ModelA

Opt-in lightweight STRIDE pass for a sensitive feature before implementation. Not a routine gate — invoke it when a change warrants security thought.

ai-agentsgosecurity
0
141
Ca TribunalA

Deep, rarely-convened whole-codebase audit — eleven specialist lenses, a resumable on-disk audit log, findings filed as GitHub issues on approval. Expensive; estimates cost and STOPs before running. Never a required gate.

ai-agentsrustgo
0
141
Ca WatchA

Watch a PR's CI to completion — diagnose on red, notify and offer the merge on green. Never auto-merges.

ai-agentspythongo
0
141
BrainstormingA

The Socratic spec-refinement front of /feature, and the planning front of /sprint. Routed to BEFORE any code — it takes a one-line idea and drives it to an approved, concrete spec with testable acceptance criteria. Five gated phases — frame, shape, refine, write, review-and-approve. No implementation and no handoff to tdd until the spec is on disk and approved; each acceptance criterion becomes one tdd Phase 1 obligation.

ai-agentsgogit
0
141
Commit GateA

The only path to a commit. Routed to when the user invokes /commit or otherwise instructs codeArbiter to persist staged changes. Nine gated phases — permission, branch, classification, verification (test/lint/secrets), behavioral proof, diff review, selective stage, message, commit. Nothing reaches version control without clearing every gate; "it looks good" is not authorization.

ai-agentspythongo
0
141
Context CheckA

Optional manual drift audit — report stale provenance-tracked docs (via _provenancelib drift detection across .codearbiter/.provenance/), then per stale doc offer re-scout / re-baseline / defer. Not the daily loop; commit-gate auto-heal owns routine maintenance.

ai-agentsgogit
0
141
Context CreationA

The brownfield back-fill. Routed to by /create-context, and by startup when .codearbiter/CONTEXT.md lacks the <!--INITIALIZED--> body marker but source code exists. Six gated phases — pre-flight, scout dispatch, synthesis, gap interview, write, lock. Reads the existing codebase through parallel scouts, drafts every surviving project-state doc, resolves gaps with the user, and locks the project as initialized.

ai-agentspythongo
0
141
Crypto ComplianceA

The banned-primitive gate. Routed to when changed code hashes, signs, encrypts, derives keys, generates security-relevant randomness, configures TLS, or imports a crypto library. Rejects broken primitives, disabled TLS verification, and home-rolled crypto; the approved-primitive list lives in security-controls.md. The auth-crypto-reviewer agent is dispatched as the reviewer.

ai-agentsgosecurity
0
141
DebugA

Investigate-then-decide root-cause analysis for a defect whose cause is unknown (distinct from /fix, which assumes a known bug). Five gated phases: capture, hypothesize, gather, decide, hand off. Investigation only, no code changes; exits to /fix, /adr, or a no-action close.

ai-agentspythongo
0
141
Decision LifecycleA

Author and track Architecture Decision Records. Routed to when the user invokes /adr to record a new decision or /adr-status to list ADR health. Authors numbered, dated, user-attributed ADRs under .codearbiter/decisions/, maintains supersede chains, and reports status read-only. Never authors an ADR as its own judgment — every ADR carries explicit user attribution.

ai-agentsrustgo
0
141
Decision VarianceA

Reconcile the project's architectural artifacts against the scaffold and prior decisions, then present each variance as a SMARTS analysis for the user to decide. Routed to when the user asks to arbitrate, reconcile, or consolidate architectural context, requests a variance report, mentions ADR conflicts, or asks which downstream artifacts the current state supports. Never decides alone — every arbitration is user-attributed and logged.

ai-agentsrustgo
0
141
DecomposeA

The greenfield decomposition interview. Routed to at startup when .codearbiter/CONTEXT.md lacks the <!--INITIALIZED--> body marker and no source code exists, or when the user invokes /decompose. A senior-architect persona drives a six-layer interview, persists every layer to disk so a context reset loses nothing, then populates .codearbiter/ and locks it initialized. No project-state doc is written before the layers are solid; orchestration does not resume until the lock is set.

ai-agentsrustgo
0
141
Dispatching Parallel AgentsA

The parallel fan-out primitive. Routed to by any skill or command that splits work across independent units and dispatches an agent per unit — subagent-driven-development, /sprint, parallel /review. It owns the dispatch/collect/funnel discipline: bound concurrency, isolate units, collect every result, dedupe overlap, and funnel through finding-triage then the read-only verdict-aggregator. Raw agent output is never consumed before the funnel runs; an agent that errors records its unit as incom...

ai-agentsrustgit
0
141
Executing PlansA

The checkpoint coordinator for /feature. Routed to by /feature once a writing-plans plan exists. Groups tasks into batches, delegates each batch to subagent-driven-development (fresh author agent per task, full review chain, fresh verification), then stops for a human checkpoint before the next batch. The checkpointed counterpart to /sprint's autonomous run.

ai-agentssecurity
0
141
Finishing A Development BranchA

The terminal step of /feature and /sprint. Routed to once commit-gate has cleared, to decide the branch's fate — merge via PR, open a PR, or discard. Direct merge to the default branch is forbidden; every change lands through a PR. Under /sprint the skill auto-selects "open PR" and surfaces the merge decision to the user.

ai-agentsgogit
0
141
Post Merge CleanupA

Finish an already-merged branch. Proves the branch is contained in the fetched default, classifies leftover artifacts as unique / redundant / superseded, returns to a clean --ff-only default checkout, and deletes the merged local branch — every discard confirmed per item. Routed to by /ca-cleanup.

ai-agentsgogit
0
141
RefactorA

The behavior-preserving restructure gate. Routed to by /refactor for a rename, extract, inline, move, dedup, or internal-implementation swap. Six gated phases prove behavioral parity through unmodified pre-existing tests; any diff that classifies as `feat` is not a refactor and is routed to tdd. A modified pre-existing test is rejected as evidence — it is a behavior change in disguise.

ai-agentsgosecurity
0
141
ReleaseA

The single permitted path to a version tag, for any target declared in the project's .codearbiter/release-targets.md. Routed to when the user invokes /release on a non-default branch with a green suite. Takes the declared target as its one argument, derives the SemVer bump from Conventional-Commits history since that target's last tag, rolls the commits into that target's CHANGELOG, writes an annotated tag in that target's namespace, and on authorization publishes it as a GitHub Release with ...

ai-agentspythonrust
0
141
Secret HandlingA

The secret-source gate. Routed to when changed code reads, writes, or passes a secret — API key, token, password, connection string, signing key, certificate, or any value that grants access. Validates that every secret comes from the approved store and never lands in source, log, test fixture, error response, image, or LLM prompt. The auth-crypto-reviewer agent is dispatched as the reviewer.

ai-agentsgitapi
0
141