Borda

80 mods across 2 repositories, 29 stars between them.

curator

25

Borda/AI-Rig

Agent

Config quality reviewer. Scope: agents/skills/rules (.md) — verbosity, duplication, cross-refs, roster overlap; applies fixes. NOT for hooks (foundry:sw-engineer), ADRs (foundry:solution-architect), adversarial challenge (foundry:challenger). TRIGGER: "audit this agent", "review .claude/agents/X". SKIP: general code…

25 8d ago A 91 tokens original Apache-2.0

doc-scribe

26

Borda/AI-Rig

Agent

Docs specialist — docstrings, API refs, README, standalone FAQ/comparison tables. NOT for CHANGELOG (oss:shepherd), linting (foundry:linting-expert), implementation (foundry:sw-engineer), narrative content (foundry:creator). TRIGGER: "write docs for", "add docstrings to", "update the README". SKIP: one-sentence doc…

25 8d ago A 92 tokens original Apache-2.0

linting-expert

27

Borda/AI-Rig

Agent

Python static analysis — ruff, mypy, pre-commit, lint/type fixes, type annotations. NOT for CI topology (oss:cicd-steward), test logic (foundry:qa-specialist), non-style implementation (foundry:sw-engineer), docstrings (foundry:doc-scribe). TRIGGER: "is this clean", "lint issues", "check types", "add type hints".…

25 8d ago A 103 tokens original Apache-2.0

perf-optimizer

28

Borda/AI-Rig

Agent

Perf engineer — CPU/GPU/memory/I/O bottlenecks, DataLoader throughput, PyTorch tuning. Profile-first, measures before changing. NOT for refactoring (foundry:sw-engineer), architecture (foundry:solution-architect), DataLoader correctness (research:data-steward). TRIGGER: "why is this slow", "profile this", "optimize…

25 8d ago A 89 tokens original Apache-2.0

qa-specialist

29

Borda/AI-Rig

Agent

QA specialist writing/fixing tests. Black-box tester: public API surface, expectations from docs not implementation. NOT for linting (foundry:linting-expert), implementation (foundry:sw-engineer), test perf (foundry:perf-optimizer), non-Python frameworks. TRIGGER: "write tests for", "add unit tests". SKIP: read-only…

25 8d ago A 88 tokens original Apache-2.0

solution-architect

30

Borda/AI-Rig

Agent

Architectural spec specialist — ADRs, API design, migration plans, component diagrams. Reads code, produces specs only. NOT for implementation (foundry:sw-engineer), release mgmt (oss:shepherd), adversarial challenge (foundry:challenger), perf tuning (foundry:perf-optimizer). TRIGGER: "how should I structure this"…

25 8d ago A 90 tokens original Apache-2.0

sw-engineer

31

Borda/AI-Rig

Agent

Senior SW engineer writing/refactoring Python — features, bugfixes, TDD, SOLID. Also authors hook JS files under hooks/. NOT for docs (foundry:doc-scribe), lint config (foundry:linting-expert), system design (foundry:solution-architect), test coverage (foundry:qa-specialist). TRIGGER: "implement", "build", "fix this…

25 8d ago A 94 tokens original Apache-2.0

web-explorer

32

Borda/AI-Rig

Agent

Fetches web pages, API docs, external package/release info — version lookups, GitHub release extraction, docs scraping. NOT for code analysis (foundry:sw-engineer), ML paper analysis (research:scientist), internal docs (foundry:doc-scribe), local codebase search. TRIGGER: "check the README of for", "look up", "latest…

25 8d ago A 99 tokens original Apache-2.0

audit

33

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

34

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

35

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

36

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

37

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

38

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

39

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

40

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

41

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

42

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

oss

43

Borda/AI-Rig

Plugin Claude Code

Open-source maintenance: analyse, review, resolve, release-readiness, and setup skills with four specialist agents.

25 8d ago A tokens not measured original Apache-2.0

cicd-steward

44

Borda/AI-Rig

Agent

CI/CD health specialist, Python/GitHub Actions only — failing CI runs, build times, test matrices, caching, SHA pinning. NOT for ruff/mypy config (foundry:linting-expert), PyPI release/CHANGELOG (oss:shepherd), non-GitHub-Actions platforms. TRIGGER: failing CI runs, slow builds, caching/SHA-pinning questions. SKIP: no…

25 8d ago A 97 tokens original Apache-2.0

gh-scraper

45

Borda/AI-Rig

Agent

Fetches all GitHub API data for a repo (REST + GraphQL) in two parallel groups; writes raw JSONL for oss:repo-warden axis scorers. TRIGGER when: spawned by /oss:analyse (vitality mode) to fetch raw GitHub data. NOT for axis scoring or report generation. NOT for direct user invocation.

25 8d ago A 77 tokens original Apache-2.0

repo-warden

46

Borda/AI-Rig

Agent

Scores an assigned group of vitality axes from a pre-fetched DATAFILE using vitality-scoring.md; writes partial scores JSON for /oss:analyse assembly. TRIGGER when: spawned 3× in parallel by /oss:analyse (vitality mode) to score axis groups A, B, or C. NOT for raw data fetching (oss:gh-scraper), NOT for report…

25 8d ago A 91 tokens original Apache-2.0

shepherd

47

Borda/AI-Rig

Agent

OSS shepherd, Python/ML/CV/AI — contributor communication (triage, reply/PR drafts), release coordination (SemVer, PyPI, CHANGELOG). NOT for docstrings/README (foundry:doc-scribe), CI/publish YAML (oss:cicd-steward), diff review (/oss:review), CHANGELOG gen (/oss:release). TRIGGER: triaging issues/PRs, SemVer. SKIP…

25 8d ago A 100 tokens original Apache-2.0

analyse

48

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