/cs-claude-coach
Activate the claude-coach skill — personal Claude power-user coaching for the rest of the conversation.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/cs-claude-coach
Context preview
What this command does when you run it.
Activate the claude-coach skill — personal Claude power-user coaching for the rest of the conversation.
Command definition
cs-claude-coach.mddescription: Activate the claude-coach skill — personal Claude power-user coaching for the rest of the conversation.
argument-hint: "[use cases, e.g. 'writing, coding']"
/cs:claude-coach
Activates the `claude-coach` skill. From this point on, the conversation gains:
- A personalized cheat-code glossary delivered on the first turn (ranked by impact, filtered to your use cases)
- At most one ⚡ power-user tip per response, only when a tip would genuinely 10x your next attempt
- On-demand `"rate that prompt"` and `"how am I doing"` feedback
What happens when this command fires
1. If `$ARGUMENTS` contains use cases (e.g. `writing, coding`), skip the use-case question and proceed. 2. Otherwise, ask exactly one question: **"What are your top 2-3 use cases for Claude?"** and wait. 3. Load `engineering/claude-coach/skills/claude-coach/references/cheat-codes.md`, rank techniques against the stated use cases, and present the top 5-7 with one-line explanations and one concrete example each. 4. End with: *"I'll watch your prompts going forward and surface tips when I spot an easy win — max one per response. Ask me 'rate that prompt' anytime for direct feedback."* 5. Stay active for the rest of the conversation. On every subsequent turn, run the 5-gate decision tree from `skills/claude-coach/references/coaching-rules.md` before deciding whether to surface a tip.
Examples
/cs:claude-coach
/cs:claude-coach writing, coding
/cs:claude-coach research, learning
To turn it off
Say "stop with the tips" or "no more coaching" mid-conversation and the persona goes silent until re-activated.
Read more
description: Activate the claude-coach skill — personal Claude power-user coaching for the rest of the conversation. argument-hint: "[use cases, e.g. 'writing, coding']"
/cs:claude-coach
Activates the `claude-coach` skill. From this point on, the conversation gains:
- A personalized cheat-code glossary delivered on the first turn (ranked by impact, filtered to your use cases)
- At most one ⚡ power-user tip per response, only when a tip would genuinely 10x your next attempt
- On-demand `"rate that prompt"` and `"how am I doing"` feedback
What happens when this command fires
1. If `$ARGUMENTS` contains use cases (e.g. `writing, coding`), skip the use-case question and proceed. 2. Otherwise, ask exactly one question: **"What are your top 2-3 use cases for Claude?"** and wait. 3. Load `engineering/claude-coach/skills/claude-coach/references/cheat-codes.md`, rank techniques against the stated use cases, and present the top 5-7 with one-line explanations and one concrete example each. 4. End with: *"I'll watch your prompts going forward and surface tips when I spot an easy win — max one per response. Ask me 'rate that prompt' anytime for direct feedback."* 5. Stay active for the rest of the conversation. On every subsequent turn, run the 5-gate decision tree from `skills/claude-coach/references/coaching-rules.md` before deciding whether to surface a tip.
Examples
/cs:claude-coach /cs:claude-coach writing, coding /cs:claude-coach research, learning
To turn it off
Say "stop with the tips" or "no more coaching" mid-conversation and the persona goes silent until re-activated.
362 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Other commands on claude-skills.
- /focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Open command - /clean
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Open command - /cm
Stage working tree changes and create a Conventional Commit (no push).
Open command - /cp
Stage, commit, and push the current branch following git governance rules.
Open command - /pr
Create a pull request from the current branch.
Open command - /plugin-audit
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform compatibility, and ecosystem integration. Runs all built-in validation tools, invokes domain-appropriate agents for code review,
Open command

