improve
01BostonOrange/claude-code-framework
Skill Claude CodeCodex
Self-improvement — analyze the project and update AGENTS.md, rules, settings, and agents to improve AI effectiveness.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Self-improvement — analyze the project and update AGENTS.md, rules, settings, and agents to improve AI effectiveness.
BostonOrange/claude-code-framework
Skill Claude CodeCodex
Spawn pre-configured agent teams for parallel review, analysis, or implementation tasks.
BostonOrange/claude-code-framework
Agent Claude Code
Reviews API design for consistency, RESTful conventions, schema validation, versioning, and developer experience.
BostonOrange/claude-code-framework
Agent Claude Code
Reviews system design decisions, validates architecture patterns, and identifies structural risks before implementation.
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.
BostonOrange/claude-code-framework
Agent Claude Code
Reviews database schema design, migration strategy, query patterns, indexing, and data integrity constraints.
BostonOrange/claude-code-framework
Agent Claude Code
Reviews CI/CD pipelines, infrastructure configuration, deployment strategies, and operational readiness.
BostonOrange/claude-code-framework
Agent Claude Code
Generates and updates project documentation — API docs, architecture overviews, setup guides, and inline documentation.
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.
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.
BostonOrange/claude-code-framework
Agent Claude Code
Profiles application performance — bundle size, query efficiency, render optimization, memory usage, and caching opportunities.
BostonOrange/claude-code-framework
Agent Claude Code
Audits code for security vulnerabilities, credential exposure, dependency risks, and compliance issues.
BostonOrange/claude-code-framework
Agent Claude Code
Generates test cases for changed code following project test conventions and data factories.
BostonOrange/claude-code-framework
Agent Claude Code
Reviews UI components for accessibility, design consistency, responsive behavior, and user experience patterns.
BostonOrange/claude-code-framework
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing guardrails.sh via bash. From BostonOrange/claude-code-framework.
BostonOrange/claude-code-framework
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse) and 162 allowed tools.
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…
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?".…
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…
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}}…
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".…
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…
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…
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?".…