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.mdSkill 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-masteryThen reference at .claude/commands/prime_tts.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins
prime
Load context for a new agent session by analyzing codebase structure, documentation and README
commandsprimeagent
by disler · disler-hooks-mastery