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

improve

01

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Self-improvement — analyze the project and update AGENTS.md, rules, settings, and agents to improve AI effectiveness.

2 1mo ago B 26 tokens original MIT

team

02

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Spawn pre-configured agent teams for parallel review, analysis, or implementation tasks.

2 1mo ago A 17 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load when you need to know WHY claude-code-framework is shaped the way it is before changing its structure — questions like "where does this new file belong (templates/ vs .claude/ vs global-skills/)?", "can I hand-edit this count / rename this rule id / add logic to setup.sh directly?", "what invariants will my…

2 1mo ago A 142 tokens original MIT

ccf-build-and-env

04

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load when setting up a dev environment for the claude-code-framework repo itself — fresh clone, new machine, new agent session — or when asked "how do I build/run this repo?", "what tools do I need?", "why does the test suite pass on my machine but fail in CI (or vice versa)?", or "can I run setup.sh here to try it?".…

2 1mo ago B 144 tokens original MIT

ccf-change-control

05

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load before committing, merging, or ending any session that modified framework files in claude-code-framework. Answers "what must I run before this merges?", "which checks gate this kind of change?", "can I rename a rule id / placeholder / CCF var?", "when do I run /improve and framework-qa?", and "is editing the…

2 1mo ago B 114 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load when something in claude-code-framework is FAILING and you need to find the root cause — a tests/check-.sh test went red (dogfood-drift, consistency, agent-registry, placeholders, guardrails, setup-smoke), the suite is green locally but CI is red (or vice versa), an installed project has leftover {{PLACEHOLDER}}…

2 1mo ago B 153 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load when a count or table in claude-code-framework docs looks stale, when adding/removing a skill/agent/command/rule/hook (which changes counts everywhere), when tests/check-consistency.sh or tests/check-agent-registry.sh fails, or when asked "which files state the agent count?" / "sync the docs" / "fix doc drift".…

2 1mo ago A 157 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load when working with claude-code-framework's own .claude/ directory or when tests/check-dogfood-drift.sh fails — symptoms like "Unexpected .claude/template drift", "Stale allowlist entries", "why does .claude/ here not match templates/?", "can I edit config/dogfood-drift-allowlist.txt?", "why is /team design broken…

2 1mo ago A 138 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load this when a session needs the claude-code-framework vocabulary and object model — what a skill/agent/command/rule/hook/team/global-skill IS, current counts of each, the {{PLACEHOLDER}} system, what the CCF non-interactive env interface is (full variable table: ccf-release-and-install), the nine project types, the…

2 1mo ago B 150 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load before re-investigating anything in claude-code-framework that smells like a past battle — "why did the PowerShell CI job fail?", "didn't we already fix this count?", "should we add a husky pre-commit hook?", "do we need a broad refactor agent?", "what was on the assessment branch that merged in July 2026?".…

2 1mo ago A 150 tokens original MIT

ccf-onboarding-tour

11

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load this at the start of any first session in the claude-code-framework repo — when you (human or model) have zero context and need the right mental model before doing anything. Triggers include "where do I start?", "give me a tour of this repo", "how does this framework fit together?", "what should I read first?"…

2 1mo ago A 114 tokens original MIT

ccf-parity-playbook

12

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load before touching setup.sh or setup.ps1 in claude-code-framework, or when asked "does the PowerShell installer match the bash one?", "why does setup work on macOS but fail on Windows?", "where do I add a new setup prompt / CCF variable?", or when a Windows CI setup job fails while bash tests pass. Covers the bash…

2 1mo ago B 117 tokens original MIT

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load when installing or uninstalling the claude-code-framework in a target repo, or answering how installation works — driving setup.sh / setup.ps1, choosing flags (--dry-run, --reset, --non-interactive / -DryRun, -Reset, -NonInteractive), setting CCF env vars, using the global /install-framework skill, or explaining…

2 1mo ago D 127 tokens original MIT

ccf-testing-and-qa

14

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Load this before claiming any claude-code-framework change is "done", before running or extending tests/run-all.sh, or when a check-.sh test fails and you need to know what it actually gates. Trigger on "run the tests", "why did check-placeholders/check-dogfood-drift/check-consistency fail", "is this change covered by…

2 1mo ago D 140 tokens original MIT

install-framework

15

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Install the Claude Code Framework into the current repo by cloning it from GitHub (no local clone path needed). Global/account-level skill. Distinct from the per-repo /setup, which refines an already-installed framework.

2 1mo ago D 48 tokens original MIT

add-reference

17

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Add or update knowledge reference files for skills — domain knowledge (business rules, external systems), codebase inventories (entities, classes, APIs), or both. Use when documenting knowledge for AI context.

2 1mo ago A 42 tokens original MIT

ai-update

18

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Create a branch and PR for AI process updates (CLAUDE.md, skills, references, templates). Use after making changes to AI enablement files.

2 1mo ago A 34 tokens original MIT

check-readiness

20

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Automated readiness gate for tickets before implementation. Scans for TBDs, vague acceptance criteria, missing specs, unresolved questions, and integration gaps. Use before /develop to catch incomplete tickets early.

2 1mo ago A 43 tokens original MIT

deploy

21

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Orchestrate deployments to target environments. Handles merging PRs, deploying, posting notifications, and updating work items. Use when deploying to staging/UAT/production.

2 1mo ago A 35 tokens original MIT

develop

22

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Full development cycle - fetches ticket from work item tracker, analyzes, implements, validates, fixes build errors, and creates PR. Use when developing a ticket end-to-end.

2 1mo ago A 37 tokens original MIT

draft-story

23

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Create new tickets from business requirements or design documents. Analyzes requirements, scans codebase, identifies gaps and open questions, and drafts complete refined tickets.

2 1mo ago A 34 tokens original MIT

error-analyze

24

BostonOrange/claude-code-framework

Skill Claude CodeCodex

Triage production errors from your monitoring system. Queries new errors, groups patterns, analyzes root cause with codebase context, and lets developer create tickets or dismiss. Supports unattended CI mode.

2 1mo ago A 41 tokens original MIT