All authors
Borda avatar

Claude Skills by Borda

github.com/Borda
35 skillsA× 32B× 30 installs6 views
AnalyseA

Minimal codex-native analysis loop. Use for issue/PR/problem analysis before implementation with measurable gates.

data-ai
0
17
AuditA

Minimal codex-native audit loop. Use to scan codex configuration/workflow drift and emit ranked gaps with measurable gates.

data-aibashgit
0
17
CalibrateA

Minimal codex-native calibration loop. Use to detect leaks or major gaps across mirrored skills and agents with fixed checks.

data-ai
0
17
DevelopA

Minimal codex-native develop loop. Use for implementation tasks with linear plan-build-verify flow and measurable quality gates.

data-aigobash
0
17
InvestigateA

Minimal codex-native investigation loop. Use for unknown failures and root-cause narrowing with measurable gates.

data-ai
0
17
ManageA

Minimal codex-native management loop. Use to create, update, or remove Codex agents/skills/config entries with guardrails.

data-airails
0
17
OptimizeA

Minimal codex-native optimization loop. Use for metric-driven improvements with guardrails and measurable gates.

data-airails
0
17
ReleaseA

Minimal codex-native release loop. Use for SemVer-aware release readiness with measurable gates and artifact output.

data-ai
0
17
ResearchA

Minimal codex-native research loop. Use for docs/papers/state-of-the-art scan with source-backed recommendations.

data-ai
0
17
ResolveA

Minimal codex-native resolve loop. Use to apply review findings, rerun checks, and publish unresolved gaps with measurable gates.

data-aibashgit
0
17
ReviewA

Minimal codex-native review loop. Use for local diff review with measurable quality gates and a JSON artifact.

data-aibashgit
0
17
SyncA

Minimal codex-native sync loop. Use to keep project and home Codex configs aligned and report drift.

data-ai
0
17
IntegrationA

Manage codemap integration — 'check' audits installation health (scan-query reachable, index fresh, injection present), 'init' onboards codemap by discovering skills/agents, recommending injection sites, and wiring them in.

data-aipythonshell
0
17
QueryA

Query the codemap structural index — central, coupled, deps, rdeps, import path, symbol-level source extraction, and function-level call graph (fn-deps, fn-rdeps, fn-central, fn-blast). TRIGGER when: user asks about module relationships, dependency graph, callers/callees, or blast radius; phrases: "what depends on", "who calls", "imports of", "dependency graph", "blast radius of". SKIP: codemap index not built (skill self-checks and no-ops gracefully); simple grep would suffice; non-Python repo.

data-aipythongo
0
17
ScanA

Scan the Python codebase and build a structural JSON index (import graph + blast-radius metrics).

data-aipythonbash
0
17
DebugA

Investigation-first debugging — gather evidence, form confirmed root-cause hypothesis, hand off to fix mode with diagnosis file.

data-aipythonrust
0
17
FeatureA

TDD-first feature development — crystallise API as a demo test, drive implementation to pass it, run quality stack and progressive review loop.

data-aipythonrust
0
17
FixA

Reproduce-first bug resolution — capture bug in failing regression test, apply minimal fix, run quality stack and review loop.

data-aipythonrust
0
17
PlanA

Analysis-only planning — classify and scope a task without writing code; outputs a structured plan to .plans/active/.

developmentpythonrust
0
17
RefactorA

Test-first refactoring — audit coverage, add characterization tests, apply changes with safety net, run quality stack and review loop.

data-aipythonrust
0
17
BrainstormA

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.

data-aipythongo
0
17
CreateA

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/<slug>-outline.md for foundry:creator to execute. Use when starting a blog post, Marp slide deck, social thread, talk abstract, or lightning talk.

data-aipythongo
0
17
DistillA

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

data-aigobash
0
17
InitA

Post-install setup for foundry plugin. Merges statusLine, permissions.allow, and enabledPlugins into ~/.claude/settings.json; symlinks rules, TEAM_PROTOCOL.md, and skills into ~/.claude/.

data-aipythongo
0
17
SessionA

Session parking lot — automatically parks diverging ideas and unanswered questions to project-scoped memory; /session resume shows pending items, /session archive closes them, /session summary gives a session digest TRIGGER when: user asks "what was I working on", "any pending items", "what''s in the parking lot", "remind me where we left off", "what did we defer"; resume intent clear from context. SKIP: new topic or explicit new task; user providing new context rather than resuming; archive ...

data-aipythongo
0
17
FortifyB

Systematic ablation study runner. After research:run finds improvements, fortify identifies component candidates from git diff + diary, creates isolated git worktrees per ablation (main repo never modified), runs metric+guard in each worktree, ranks component importance, and optionally generates reviewer Q&A calibrated to a target venue.

data-aipythongo
0
17
JudgeB

Research-supervisor review of program.md — validates experimental methodology (hypothesis clarity, measurement validity, control adequacy, scope, strategy fit), emits APPROVED / NEEDS-REVISION / BLOCKED verdict before expensive run loop.

data-aigoshell
0
17
RetroA

Post-run retrospective: reads .experiments/ JSONL, computes Wilcoxon significance, detects dead iterations, flags suspicious jumps, generates next-hypothesis queue for --hypothesis flag.

data-aipythongo
0
17
RunA

Sustained metric-improvement loop with atomic commits, auto-rollback, and experiment logging. Iterates with specialist agents, commits atomically, auto-rolls back on regression. Accepts a program.md file path. Supports --resume, --team, --colab, --codex, --researcher, --architect, --journal, --hypothesis.

data-aipythongo
0
17
SweepA

Non-interactive end-to-end pipeline — auto-configure program.md (accept defaults), run judge+refine loop (up to 3 iterations), then run the campaign. Single command from goal to result.

data-aigobash
0
17
TopicA

Research State of the Art (SOTA) literature for an Artificial Intelligence / Machine Learning (AI/ML) topic, method, or architecture. Finds relevant papers, builds a comparison table, recommends the best implementation strategy for the current codebase, and optionally produces a phased implementation plan mapped to the codebase. Delegates deep analysis to the research:scientist agent and codebase mapping to foundry:solution-architect.

data-aipythongo
0
17
VerifyB

Paper-vs-code consistency audit. After research:scientist implements a method from a paper, verify the implementation matches paper claims across five dimensions — formula matching [F], hyperparameter parity [H], eval protocol [E], notation consistency [N], and citation chain [C]. Reads paper (PDF path / arXiv URL / pasted text), maps claims to codebase, emits verification table with match status and severity.

data-aibashgit
0
17
Query CodeA

Query the codemap structural index — central, coupled, deps, rdeps, import path, symbol-level source extraction, and function-level call graph (fn-deps, fn-rdeps, fn-central, fn-blast). TRIGGER when: user asks about module relationships, dependency graph, callers/callees, or blast radius; phrases: "what depends on", "who calls", "imports of", "dependency graph", "blast radius of". SKIP: codemap index not built (skill self-checks and no-ops gracefully); simple grep would suffice; non-Python repo.

ai-agentspythongo
0
17
Scan CodebaseA

Scan the Python codebase and build a structural JSON index (import graph + blast-radius metrics).

ai-agentspythonshell
0
17
SetupA

Post-install setup for foundry plugin. Merges statusLine, permissions.allow, and enabledPlugins into ~/.claude/settings.json; symlinks rules, TEAM_PROTOCOL.md, and skills into ~/.claude/.

ai-agentspythongo
0
17