duckbugio

11 mods across 1 repository, 506 stars between them.

flock

01

duckbugio/flock

Settings file Claude Code

Agent settings configuring includeCoAuthoredBy.

506 8d ago A tokens not measured copy · 100% MIT

flock AGENTS.md

02

duckbugio/flock

Instructions file CodexOpenCode

Shared instructions for flock, a Go platform that runs groups of coding bots through coder, reviewer, and arbiter stages.

506 8d ago A 387 tokens original MIT

flock CLAUDE.md

03

duckbugio/flock

Instructions file

Instructions for duckbugio/flock, a project described as: Autonomous AI dev-team bot.

506 8d ago A 3 tokens copy · 100% MIT

flock GEMINI.md

04

duckbugio/flock

Instructions file Gemini CLI

Instructions for duckbugio/flock, a project described as: Autonomous AI dev-team bot.

506 8d ago A 3 tokens copy · 100% MIT

arbiter

05

duckbugio/flock

Agent

Meta-reviewer and loop-breaker. Governs both phases (pre-PR and on-PR review), enforces the gates and cycle limits, and decides continue/approve/escalate so agents never loop. Risk-aware and multi-service aware.

506 8d ago A 53 tokens original MIT

coder

06

duckbugio/flock

Agent

Implements the planned change on a feature branch and addresses PR review comments. Handles single-repo and coordinated multi-service changes; keeps changes minimal and contract-safe.

506 8d ago A 34 tokens original MIT

planner

07

duckbugio/flock

Agent

Turns a feature request into a concrete spec and execution plan. Identifies which repo(s)/microservices are affected (one or many), the cross-service contract changes, the ordered task breakdown with dependencies, and the risks. Read-only — produces the plan the team executes.

506 8d ago A 56 tokens original MIT

reviewer

08

duckbugio/flock

Agent

Read-only adversarial reviewer. Pre-PR it returns a verdict for the arbiter; on an open PR it posts true line-anchored INLINE comments via the git-host API, written in the PR's own language. Scores risk and checks cross-service compatibility. Never edits code.

506 8d ago A 60 tokens original MIT

tester

09

duckbugio/flock

Agent

Runs and writes tests — the green-build gate. Covers per-repo unit/integration tests and the cross-service seam when a feature spans services.

506 8d ago A 31 tokens original MIT

library-docs-lookup

10

duckbugio/flock

Skill Claude CodeCodex

When writing code against an external library, framework, SDK, or API, look up its CURRENT documentation with the context7 MCP tools instead of relying on memory. Use whenever you import/call a third-party package or hit an unfamiliar or fast-moving API.

506 8d ago A 57 tokens original MIT

duckbugio/flock

Skill Claude CodeCodex

Before telling the user a coding task is done, actually verify it — build, run the relevant tests/linter, and confirm the change does what was asked with no regressions. Use whenever you are about to claim a change is finished, fixed, or working.

506 8d ago A 58 tokens original MIT