ccf-domain-reference

A reference guide to claude-code-framework’s terms, file locations, configuration fields, placeholders, environment variables, and project types. A framework is a reusable set of files and rules for organizing development work.

In plain words
What is it for?
Use it when looking up what a skill, agent, command, rule, hook, team, or global skill means, or when checking configuration and supported project types.
Why use it?
It gives you the definitions and object model needed to understand what each framework component is and where it lives.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/bostonorange/claude-code-framework/ccf-domain-reference
Any agent
npx skills add BostonOrange/claude-code-framework --skill ccf-domain-reference
Clone the repo
git clone --depth 1 https://github.com/BostonOrange/claude-code-framework

Made for: Claude Code, Codex.

Per session 150 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,749 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00150 $0.03749
Opus 5 $0.00075 $0.01875
Sonnet 5 $0.00030 $0.00750
Haiku 4.5 $0.00015 $0.00375

Measured 2d ago against content hash ff5a54e2dac6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

ccf-domain-reference scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

ls .claude/skills/ | grep -cv '^ccf-' # 2 dogfooded workflow skills (improve, team)

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `config/notifications.json` | Per-system webhook curl snippets (env var name, message field) | — |
.claude/skills/ccf-domain-reference/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CCF Domain Reference — Vocabulary, Object Model, Counts

Usage

Load this skill when you need to know what a thing is or how many exist in this repo: the seven content kinds, the placeholder registry, the CCF_* env interface, project types, or any config/*.json file. This is a lookup table, not a runbook.

Do NOT use this skill for:

  • How to change things safelyccf-change-control
  • Which doc surface owns which count and fixing count drift → ccf-doc-sync-campaign
  • Mirroring setup.sh into setup.ps1ccf-parity-playbook
  • Running/installing the frameworkccf-release-and-install
  • Why .claude/ differs from templates/ccf-dogfood-and-drift

The Seven Content Kinds

The framework ships seven kinds of content. Definitions apply to both the distributable copies (under skills/ and templates/) and the dogfooded subset (under .claude/).

Kind Location (distributable) Format Invoked as
Skill skills/<name>/SKILL.md YAML frontmatter name + description, then markdown instructions (numbered phases for workflows) /name slash command in a session
Agent templates/agents/<name>.md Frontmatter name, description, tools, model (opus by default) Spawned as a subagent, directly or via /team
Command templates/commands/<name>.md Frontmatter name, description, allowed-tools; single-purpose (one action, one output) /name, but simpler than a skill — no phases
Rule templates/rules/<name>.md Frontmatter id (kebab-case, stable forever — the citation key reviewer agents use) + patterns array of globs Auto-applied guardrail when edited files match patterns; cited by id in review findings
Hook templates/hooks/<name>.sh Bash, #!/bin/bash; exit 0 = success, 1 = soft block (prompt user), 2 = hard block Wired in settings.local.json lifecycle events (PreToolUse, PostToolUse, SessionStart, SessionEnd) or .git/hooks/
Team Defined in the team skill Pre-configured agent group (review, architecture, release, quality, documentation, design, full, custom) /team <name> — compositions table lives in CLAUDE.md "Agent Teams"
Global skill global-skills/<name>/ Same format as a skill Installed account-wide into ~/.claude/skills/ by install-global-skill.sh / .ps1; NOT copied into target repos, NOT counted in the "27 workflow skills". Only one exists: install-framework

Read the full file on GitHub · 166 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 166 lines · 0 tokens per session scan B ff5a54e2dac6

Subscribe to this mod's changes

ccf-domain-reference is a skill published in the GitHub repository BostonOrange/claude-code-framework (2 stars, last pushed 1mo ago), licensed MIT. It adds 150 tokens to every session and 3,749 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 2 findings (enumerates other installed skills, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.