prime

Load context for a new agent session by analyzing codebase structure, documentation and README

Content Preview
---
allowed-tools: Bash, Read
description: Load context for a new agent session by analyzing codebase structure, documentation and README
---

# Prime

Run the commands under the `Execute` section to gather information about the project, and then review the files listed under `Read` to understand the project's purpose and functionality then `Report` your findings.

## Execute
- `git ls-files`

## Read
- README.md
- ai_docs/cc_hooks_docs.md
- ai_docs/uv-single-file-scripts.md
- ai_docs/anthropic_
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prime.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/prime.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/commands/prime.md

Related Skills