tacoda

116 mods across 3 repositories, 47 stars between them.

fan-out

73

tacoda/bridle

Command

Fan out one agent in parallel over a set of independent items, combining findings into a single report.

2 3mo ago A 19 tokens

generate-harness

74

tacoda/bridle

Command

Scaffold the bridle harness into the current project and customize it by replacing placeholders with project-specific values.

2 3mo ago B 20 tokens

harness-health

75

tacoda/bridle

Command

Dashboard of harness health — rule freshness, internal consistency, last learn cadence, and workflow coverage.

2 3mo ago A 18 tokens

learn

76

tacoda/bridle

Command

Convert review feedback or a surfaced pattern into a rule update — the core flywheel action.

2 3mo ago A 17 tokens

mode

77

tacoda/bridle

Command

Read or set the bridle execution mode (paired, solo, or autopilot).

2 3mo ago A 17 tokens

new-agent

78

tacoda/bridle

Command

Scaffold a new project-local agent in .claude/agents/ .md.

2 3mo ago A 17 tokens

new-command

79

tacoda/bridle

Command

Scaffold a new project-local slash command in .claude/commands/ .md.

2 3mo ago A 18 tokens

new-skill

80

tacoda/bridle

Command

Scaffold a new project-local skill in .claude/skills/ /SKILL.md.

2 3mo ago A 19 tokens

orient

81

tacoda/bridle

Command

Analyze the codebase and propose high-level and specific context additions to CLAUDE.md.

2 3mo ago A 17 tokens

patch-harness

82

tacoda/bridle

Command

Patch the consumer harness with new template additions after a bridle upgrade — adds new files and structural changes without rewriting customized templates.

2 3mo ago A 24 tokens

retro

83

tacoda/bridle

Command

Analyze recent commits for recurring patterns that should become rules.

2 3mo ago A 10 tokens

run-skill

84

tacoda/bridle

Command

Manually invoke a project-local skill by name when auto-invocation does not fire.

2 3mo ago A 17 tokens

scope-rule

85

tacoda/bridle

Command

Adjust the path scope of an existing rule so it auto-loads only when relevant files are touched.

2 3mo ago A 19 tokens

show-rules

86

tacoda/bridle

Command

List every rule in .claude/rules/ with its scope and last-modified date.

2 3mo ago A 18 tokens

smell

87

tacoda/bridle

Command

Spot refactoring opportunities and code smells in the current diff.

2 3mo ago A 11 tokens

spawn-reviewers

88

tacoda/bridle

Command

Fan out every review agent in .claude/agents/ on the current diff and combine findings.

2 3mo ago A 19 tokens

stale-rules

89

tacoda/bridle

Command

Flag rules that have not been referenced or updated recently and propose actions.

2 3mo ago A 13 tokens

touch-clean

90

tacoda/bridle

Command

Apply the boy-scout rule — for files touched in the current diff, surface smells and rule violations and propose cleanups.

2 3mo ago A 24 tokens

verify

91

tacoda/bridle

Command

Verify the current diff — run pre-commit checks and spawn functional + security review agents in parallel.

2 3mo ago A 19 tokens

ci-diagnose

92

tacoda/bridle

Agent Claude Code

Diagnose a failing CI run on {{ CIPROVIDER }} and propose fixes.

2 3mo ago A 14 tokens

review-performance

93

tacoda/bridle

Agent Claude Code

Performance review of the diff — flags hot-path regressions, N+1s, allocation hotspots, blocking I/O, and untargeted optimizations.

2 3mo ago B 30 tokens

pre-commit

95

tacoda/bridle

Command Claude Code

Run pre-commit checks based on what changed on the current branch.

2 3mo ago A 0 tokens

adr

96

tacoda/bridle

Skill Claude CodeCodex

Capture an architectural decision as an ADR — context, options, decision, consequences — saved to docs/adrs/NNNN- .md.

2 3mo ago A 31 tokens