bdfinst/agentic-dev-team

277Stars on the repository
63Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

esm-enforcer

01

bdfinst/agentic-dev-team

Agent Claude Code

ES Modules enforcement — import/export only, no require/module.exports, no dirname/filename.

277 yesterday A 22 tokens original MIT

python-quality

02

bdfinst/agentic-dev-team

Agent Claude Code

Python code quality — type hints, exception handling, modern idioms, dataclass/Pydantic patterns.

277 yesterday A 23 tokens original MIT

a11y-review

05

bdfinst/agentic-dev-team

Agent

WCAG 2.1 AA compliance, semantic HTML, ARIA, keyboard navigation, focus management.

277 yesterday A 25 tokens original MIT

adr-author

06

bdfinst/agentic-dev-team

Agent

Creates and manages Architecture Decision Records (ADRs) with a decision framework for when to create one.

277 yesterday A 22 tokens original MIT

bdfinst/agentic-dev-team

Agent

Checks whether AI-authored test assertions and non-obvious production decisions carry human-verification evidence, flags verification debt and regeneration-risk candidates.

277 yesterday A 32 tokens original MIT

arch-review

09

bdfinst/agentic-dev-team

Agent

Architectural alignment — ADR compliance, layer boundary violations, dependency direction, pattern consistency.

277 yesterday A 19 tokens original MIT

architect

10

bdfinst/agentic-dev-team

Agent

System design, architecture definition, and technical decision oversight.

277 yesterday A 12 tokens original MIT

codebase-recon

13

bdfinst/agentic-dev-team

Agent

Reconnaissance agent that surveys a codebase's structure, entry points, dependencies, security surface, and git history. Produces a contract-conformant RECON artifact at .claude/memory/recon- .{md,json} that other agents consume.

277 yesterday A 60 tokens original MIT

bdfinst/agentic-dev-team

Agent

Reusable component extraction and frontend duplication — repeated UI patterns, prop drilling, component granularity, inconsistent component APIs.

277 yesterday A 26 tokens original MIT

correctness-review

16

bdfinst/agentic-dev-team

Agent

Functional/behavioral defects where implementation diverges from evident intent (missing assignments, wrong operators, inverted conditions, missing guard clauses, off-by-one/boundary errors, unverified runtime/library claims, error-signalling divergence).

277 yesterday A 49 tokens original MIT

data-flow-tracer

17

bdfinst/agentic-dev-team

Agent

Traces a use case through all architecture layers, mapping data access patterns, caching, external integrations, and identifying gaps. Read-only analysis agent — it never edits code; its one execution grant is a scoped Bash(graphify ) for running the Graphify CLI's read-only query commands.

277 yesterday A 62 tokens original MIT

doc-review

18

bdfinst/agentic-dev-team

Agent

Documentation accuracy, README staleness, API doc alignment, inline comment drift, ADR update triggers.

277 yesterday A 22 tokens original MIT

bdfinst/agentic-dev-team

Agent

Adversarially reviews freshly-derived or freshly-authored Gherkin scenarios for coverage gaps and positive/negative balance, immediately after generation.

277 yesterday A 33 tokens original MIT

js-fp-review

21

bdfinst/agentic-dev-team

Agent

Array mutations, parameter mutations, global state, impure side effects, and point-free/composition opportunities in JS/TS.

277 yesterday A 29 tokens original MIT

mutation-kill

22

bdfinst/agentic-dev-team

Agent

Autonomous mutation survivor-reduction loop — runs a scoped mutation tool, generates targeted tests for survivors in priority order, verifies they compile and pass, commits, and repeats until survivors stop decreasing. Gates on hard kills only (timeouts excluded). Complements the advisory /mutation-testing skill.

277 yesterday A 60 tokens original MIT

orchestrator

24

bdfinst/agentic-dev-team

Agent

Central dispatcher that routes tasks to specialized agents and coordinates multi-agent collaboration.

277 yesterday A 17 tokens original MIT