CC·FIELD MANUAL
No. CCA-2026-07
For Claude Code v2.x
LIVING DOC
CC·FIELD MANUAL / EST. 2026

ARM YOUR
AGENT

Equip Claude Code to the teeth.

Curated Skills × four-layer CLAUDE.md memory templates × authoritative community resources. Every piece of kit names its source, ships its install command, and comes with a prompt you can say out loud — copy, paste, ship.

29skills curated
17official
17resource hubs
4memory layers
claude — arming sequence · interactive

↑ not a screenshot — click in and type help.

$ claude --setup · QUICKSTART

Three commands to full kit

From zero to “official skills armed + project memory initialized” in a few minutes. Every code block has one-click copy in its corner.

STEP 01 — Install Claude Code
terminal
$ npm install -g @anthropic-ai/claude-code
$ cd your-project&& claude

Skip if already installed. First run walks you through login; see the official docs linked in the footer for system requirements.

STEP 02 — Add the official marketplace
claude · run in session
> /plugin marketplace add anthropics/skills
> /plugin install document-skills@anthropic-agent-skills
> /plugin install example-skills@anthropic-agent-skills

Installs all 17 official skills in one go. Then just name them in conversation — e.g. “use the pdf skill to extract this form’s fields”.

STEP 03 — Initialize memory
claude · run in session
> /init # draft a project CLAUDE.md
> /memory # view / edit every layer anytime

After drafting, prune it against the templates: delete what Claude can infer, keep only high-signal rules. Put the global file at ~/.claude/CLAUDE.md yourself.