BostonOrange/claude-code-framework

Production-ready AI development workflow system for Claude Code — skills, CI/CD workflows, memory patterns, guided onboarding, and project scaffolding

2Stars on the repository
61Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-designer

01

BostonOrange/claude-code-framework

Agent Claude Code

Reviews API design for consistency, RESTful conventions, schema validation, versioning, and developer experience.

2 1mo ago A 23 tokens original MIT

architect

02

BostonOrange/claude-code-framework

Agent Claude Code

Reviews system design decisions, validates architecture patterns, and identifies structural risks before implementation.

2 1mo ago A 17 tokens original MIT

code-reviewer

03

BostonOrange/claude-code-framework

Agent Claude Code

Reviews code changes for bugs, security issues, performance problems, design principles (pure functions, SRP), code smells, and convention violations before merge.

2 1mo ago A 33 tokens original MIT

framework-improver

07

BostonOrange/claude-code-framework

Agent Claude Code

Self-improvement agent — analyzes project patterns and updates CLAUDE.md, rules, settings, and agent configurations to improve AI effectiveness.

2 1mo ago A 31 tokens original MIT

framework-qa

08

BostonOrange/claude-code-framework

Agent Claude Code

Validates framework consistency — checks that all skills, agents, commands, rules are documented in README, CLAUDE.md template, setup scripts, and docs.

2 1mo ago A 35 tokens original MIT

BostonOrange/claude-code-framework

Agent

Reviews API code for controller/service/repository separation, validation layer placement, error contract consistency, idempotency, and versioning discipline. Cites the api-layering rule. Distinct from api-designer (designs API surface) and api-routes rule (per-route concerns).

2 1mo ago A 69 tokens original MIT

BostonOrange/claude-code-framework

Agent

Reviews changed code for layer-dependency violations, cross-module reach, circular dependencies, god modules, public-API leaks, and structural patterns. Cites the architecture-layering rule. Distinct from architect (which plans) — this agent reviews code against architectural rules.

2 1mo ago A 60 tokens original MIT

build-coordinator

15

BostonOrange/claude-code-framework

Agent

Orchestrates build phases sequentially — scaffold → happy-path → edge-case → tests → docs → refactor — using the plan from planner-coordinator. Each phase is one specialist; the coordinator manages sequencing, state, and resumption.

2 1mo ago A 51 tokens original MIT

code-smell-reviewer

16

BostonOrange/claude-code-framework

Agent

Reviews changed code for classic code smells — long methods, magic numbers, primitive obsession, data clumps, feature envy, dead code, comments-as-deodorant, speculative generality. Cites the code-smells rule.

2 1mo ago A 52 tokens original MIT