BostonOrange

61 mods across 1 repository, 2 stars between them.

ccf-onboarding-tour

25

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

26

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

28

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

context7

29

BostonOrange/claude-code-framework

MCP server Claude CodeCodexCursor

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

2 1mo ago A tokens not measured copy · 100% MIT

install-framework

32

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

34

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

35

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

37

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

38

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

39

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

40

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

41

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

factory

42

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.

2 1mo ago A 46 tokens original MIT

fetch-docs

43

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.

2 1mo ago A 32 tokens original MIT

impact

45

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.

2 1mo ago B 68 tokens original MIT

index

46

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.

2 1mo ago A 56 tokens original MIT

iterative-review

47

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.

2 1mo ago A 48 tokens original MIT

merge-resolve

48

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.

2 1mo ago A 36 tokens original MIT