prime_tts

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

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

# Prime

This command loads essential context for a new agent session by examining the codebase structure and reading the project README.

## Instructions
- Run `git ls-files` to understand the codebase structure and file organization
- Read the README.md to understand the project purpose, setup instructions, and key information
- Provide a concise overview of the proje
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prime_tts.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/prime_tts.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_tts.md

Related Skills