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
97Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

factory

25

BostonOrange/claude-code-framework

Skill Claude CodeCodex

AI Software Factory — end-to-end pipeline from approved ticket to deployed test environment. Chains readiness gate → develop (factory mode) → PR → CI deploy. Reduces human touchpoints from 5+ to 2.

not rated 2 1mo ago A 46 tokens original MIT

fetch-docs

26

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Fetch library/framework documentation via context7 or web search and persist it to the knowledge base. Automatically invoked when documentation is needed for implementation tasks.

not rated 2 1mo ago A 32 tokens original MIT

impact

28

BostonOrange/claude-code-framework

Skill Claude CodeCodex

On-demand precise impact analysis for a symbol or file before changing it. Spawns impact-analyzer to grep callers, classify the cascade (direct/indirect/test-only), and produce a confidence-scored report. Different from .claude/state/architecture.md (broad map) — this is the focused per-symbol drill-down.

not rated 2 1mo ago B 68 tokens original MIT

index

29

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Build or refresh a vector index of the codebase at .claude/state/codebase.db for semantic search via /search. Opt-in for large codebases (>50k LOC); small projects get sufficient awareness from .claude/state/architecture.md + Grep.

not rated 2 1mo ago A 56 tokens original MIT

iterative-review

30

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Plan → code → review → re-code feedback loop with persistent state across iterations. Spawns the review-coordinator, tracks findings across pushes, dedupes against prior iterations, and respects user "won't fix" decisions.

not rated 2 1mo ago A 48 tokens original MIT

merge-resolve

31

BostonOrange/claude-code-framework

Skill Claude CodeCodex

AI-powered merge conflict resolution. Reads both features' story docs to understand intent, resolves conflicts per file type, validates merged result. Works for any codebase.

not rated 2 1mo ago A 36 tokens original MIT

mock-endpoint

32

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Create mock definitions for external APIs and services. Generates contract files, test fixtures, mock servers, and integration wrappers so AI can safely develop and test against external dependencies without hitting real services.

not rated 2 1mo ago A 41 tokens original MIT

plan

33

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Invoke the planner-coordinator on a story or task — spawns planning specialists in parallel (requirements-clarifier, scope-decomposer, risk-assessor, test-strategy-planner, plus architect/api-designer/database-architect when relevant) and produces .claude/state/plan- .md.

not rated 2 1mo ago A 63 tokens original MIT

promote

34

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Build a Layer 2 promotion evidence package for the internal Next.js business app template.

not rated 2 1mo ago A 20 tokens original MIT

refine-story

35

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Ticket refinement and gap analysis - analyzes existing tickets, identifies gaps, scans codebase, and generates refined documentation. Use when improving existing tickets or doing a quick gap check.

not rated 2 1mo ago A 38 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Bootstrap design system infrastructure — detect or create theme tokens, base components, icon library, and CLAUDE.md design conventions.

not rated 2 1mo ago A 29 tokens original MIT

search

37

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Semantic search across the indexed codebase. Returns top-K matching chunks with file:line + similarity score. Requires /index to have been run first. Useful for "where do we handle X?" questions that grep can't answer because there's no exact-string match.

not rated 2 1mo ago A 53 tokens original MIT

setup

38

BostonOrange/claude-code-framework

Skill Claude CodeCodex

First-time onboarding — orchestrates project-setup-detector and project-setup-applier across a confirm checkpoint. Distinct from /improve (ongoing evolution); /setup owns the first-run shape decisions.

not rated 2 1mo ago B 43 tokens original MIT

update-tracker

39

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Update work item tracker with story documentation (solution components, how-to-test, manual steps). Use after developing or refining a ticket to push docs back to the tracker.

not rated 2 1mo ago A 37 tokens original MIT

validate

40

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Validate built code against project standards and conventions. Checks coding standards, test quality, naming, formatting, and configuration. Use after implementation to catch issues before committing.

not rated 2 1mo ago A 34 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: