Borda/AI-Rig

A collection of personal AI coding assistant configurations, specialist agents, and automated workflows optimized for Python and ML open-source development.

25Stars on the repository
61Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

advise

01

Borda/AI-Rig

Skill Claude CodeCodex

Ask Codex a read-only question with explicit model, effort, budget, and compact results.

25 8d ago A 22 tokens original Apache-2.0

cancel

02

Borda/AI-Rig

Skill Claude CodeCodex

Request cancellation of a running detached Codex bridge job.

25 8d ago A 13 tokens original Apache-2.0

implement

03

Borda/AI-Rig

Skill Claude CodeCodex

Ask Codex for one bounded write-capable change with compact results.

25 8d ago A 16 tokens original Apache-2.0

result

04

Borda/AI-Rig

Skill Claude CodeCodex

Read a completed detached Codex bridge job's compact result.

25 8d ago A 14 tokens original Apache-2.0

review

05

Borda/AI-Rig

Skill Claude CodeCodex

Request a read-only adversarial Codex review with explicit model, effort, budget, and compact findings.

25 8d ago A 23 tokens original Apache-2.0

setup

06

Borda/AI-Rig

Skill Claude CodeCodex

Configure, authenticate, repair, and verify the Claude Code to Codex Bridge; safe stages run by default and sensitive stages require separate approval.

25 8d ago A 30 tokens original Apache-2.0

status

07

Borda/AI-Rig

Skill Claude CodeCodex

Read a detached Codex bridge job's current state.

25 8d ago A 13 tokens original Apache-2.0

debug

08

Borda/AI-Rig

Skill Claude CodeCodex

Investigation-first debugging — gather evidence, form confirmed root-cause hypothesis, hand off to fix mode with diagnosis file. TRIGGER when: user reports a symptom or failing test with Python traceback, or asks to investigate a runtime/CI failure with reproducible evidence; phrases: "debug this failure", "why is X…

25 8d ago A 135 tokens original Apache-2.0

feature

09

Borda/AI-Rig

Skill Claude CodeCodex

TDD-first feature development — crystallise API as a demo test, drive implementation to pass it, run quality stack and progressive review loop. TRIGGER when: user asks to build new functionality, add a capability, or implement a feature in a Python project; phrases: "add X", "implement Y", "build Z feature", "create a…

25 8d ago A 124 tokens original Apache-2.0

fix

10

Borda/AI-Rig

Skill Claude CodeCodex

Reproduce-first bug resolution — capture bug in failing regression test, apply minimal fix, run quality stack and review loop. TRIGGER when: user reports a bug, regression, or unexpected behaviour in Python code with a traceback, failing test, or issue number; phrases: "fix this bug", "repair X", "broken since Y"…

25 8d ago A 124 tokens original Apache-2.0

plan

11

Borda/AI-Rig

Skill Claude CodeCodex

Analysis-only planning — classify and scope a task without writing code; outputs a structured plan to .plans/active/. TRIGGER when: user wants to understand scope and risks before implementation; phrases: "plan this", "scope out X", "what would it take to Y", "analyse before we start". SKIP when: user already knows…

25 8d ago A 108 tokens original Apache-2.0

refactor

12

Borda/AI-Rig

Skill Claude CodeCodex

Test-first refactoring — audit coverage, add characterization tests, apply changes with safety net, run quality stack and review loop. TRIGGER when: user wants to restructure existing Python code without changing behaviour; phrases: "refactor X", "clean up Y", "extract Z", "restructure this module", "improve code…

25 8d ago A 121 tokens original Apache-2.0

audit

13

Borda/AI-Rig

Skill Claude CodeCodex

Full-sweep quality audit of .claude/ config — cross-references, permissions, inventory drift, model tiers, docs freshness. Scope tokens select what to audit; --upgrade applies docs-sourced improvements; --adversarial runs foundry:challenger + Codex adversarial review; --efficiency sweeps model tiers, token bloat…

25 8d ago A 109 tokens original Apache-2.0

brainstorm

14

Borda/AI-Rig

Skill Claude CodeCodex

Iterative brainstorming skill for turning fuzzy ideas into approved tree documents. Diverges into branches, deepens and prunes them over many rounds, saves a tree doc. Run breakdown on the tree to distill it into a spec via guided questions.

25 8d ago A 52 tokens original Apache-2.0

calibrate

15

Borda/AI-Rig

Skill Claude CodeCodex

Calibration testing for agents and skills. Generates synthetic problems with known outcomes (quasi-ground-truth), runs targets against them, measures recall, precision, confidence calibration — reveals whether self-reported confidence scores track actual quality.

25 8d ago B 47 tokens original Apache-2.0

create

16

Borda/AI-Rig

Skill Claude CodeCodex

Interactive outline co-creation for developer advocacy content — collects format, audience profile, story arc (Problem→Journey→Insight→Action), and voice/tone; detects out-of-scope requests (FAQs, comparison tables); surfaces conflicts between user brief and audience needs. Writes approved outline to .plans/content/…

25 8d ago A 97 tokens original Apache-2.0

distill

17

Borda/AI-Rig

Skill Claude CodeCodex

One-time snapshot extracting patterns from work history and accumulated lessons, distills into concrete improvements — new agent/skill suggestions, memory pruning, consolidating lessons into rules/agent updates, or performing bin/ extraction from /audit --efficiency candidates. Roster boundary analysis →…

25 8d ago A 68 tokens original Apache-2.0

humanizer

18

Borda/AI-Rig

Skill Claude CodeCodex

Strip AI-writing tells from prose destined for humans — docs, PR/commit bodies, reports, release notes, blog posts, Slack/email drafts. Removes LLM-vocabulary clichés (delve, boasts, testament, underscore, robust, tapestry...), banned constructions (not just X but Y, rule-of-three triads, "-ing" superficial-analysis…

25 8d ago A 247 tokens original Apache-2.0

investigate

19

Borda/AI-Rig

Skill Claude CodeCodex

Systematic diagnosis for unknown failures — local environment, tool setup, CI vs local divergence, hook misbehavior, and runtime anomalies. Gathers signals broadly, ranks hypotheses, uses adversarial review (Codex or foundry:challenger) for ambiguous cases, probes each, and reports root cause with a recommended next…

25 8d ago B 191 tokens original Apache-2.0

manage

20

Borda/AI-Rig

Skill Claude CodeCodex

Create, update, or delete agents, skills, and rules; update or delete hooks (hook creation not yet implemented — edit hooks/ .js directly). Full cross-reference propagation. Trivial edits (typos, small fixes ≤10 words) applied inline without agent; .md content-edits delegated to foundry:curator; code file edits (.js…

25 8d ago B 185 tokens original Apache-2.0

profile

21

Borda/AI-Rig

Skill Claude CodeCodex

Session clock-time AND token/cost analyzer. Reads the foundry plugin's timings.jsonl and invocations.jsonl logs (written by task-log.js) for wall-time, plus Claude Code transcripts (/.claude/projects/, main-loop + subagent files) for token usage and USD cost, and merges both into one per-session and per-skill report …

25 8d ago A 296 tokens original Apache-2.0

session

22

Borda/AI-Rig

Skill Claude CodeCodex

Session state that outlives a context reset — dump sweeps the live conversation and writes a compact handover doc (goal, decisions + why, lessons, standing instructions, files-touched table, outstanding items, next step), then prints /clear; the session-restore.js SessionStart hook re-injects it automatically. park…

25 8d ago B 209 tokens original Apache-2.0

analyse

23

Borda/AI-Rig

Skill Claude CodeCodex

Analyze GitHub issues, Pull Requests (PRs), Discussions, and repo vitality for an Open Source Software (OSS) project. For any specific item, casts a wide net — finds and lists all related open and closed issues/PRs/discussions, explicitly flags duplicates. Summarizes long threads, extracts reproduction steps, and…

25 8d ago A 227 tokens original Apache-2.0

release

24

Borda/AI-Rig

Skill Claude CodeCodex

Prepare release communication and check readiness. Main mode: notes with optional flags --changelog, --summary, --migration, --append (incremental: reruns the full pipeline scoped to newly-landed commits, integrating results into existing DRAFT.md/CHANGELOG.md/SUMMARY.md/MIGRATION.md instead of full regenerate …

25 8d ago A 274 tokens original Apache-2.0