BostonOrange

61 mods across 1 repository, 2 stars between them.

mock-endpoint

49

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.

2 1mo ago A 41 tokens original MIT

plan

50

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.

2 1mo ago A 63 tokens original MIT

promote

51

BostonOrange/claude-code-framework

Skill Claude CodeCodex

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

2 1mo ago A 20 tokens original MIT

refine-story

52

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.

2 1mo ago A 38 tokens original MIT

search

54

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.

2 1mo ago A 53 tokens original MIT

setup

55

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.

2 1mo ago B 43 tokens original MIT

update-tracker

56

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.

2 1mo ago A 37 tokens original MIT

validate

57

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.

2 1mo ago A 34 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

60

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

61

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