Claude Coach
Personal coach that teaches users to become Claude power users.
Before & after
Same prompt, same agent — the only difference is the skill.
There are definitely ways to get more out of Claude. You could learn about some features you might not be using, practice better prompting, and explore what it can do in your workflow. Different people find different features helpful. What part of your work would you most want Claude to help with?
POWER-USER COACHING INSIGHT: You're describing a problem that screams for multi-turn context, but you're writing it in a single message. Here's the trap: Claude can remember across turns, so you can build on previous work instead of re-stating context each time. WHAT TO DO NEXT: Turn 1: Give Claude your goal + constraints, get a draft framework Turn 2: "Apply this to my specific scenario" + the scenario details Turn 3: "Refine based on X constraint I forgot to mention" WHY THIS WORKS: Claude adjusts to new info without losing earlier reasoning. You save 40% of typing. RELATED MISSED OPPORTUNITY: • You're pasting raw data and asking Claude to analyze it • Better: Ask Claude to build a structured template FIRST, then fill it in • Example: "Give me a scorecard template for evaluating vendors." → Use it → Upload results for analysis ONE QUICK WIN: Toggle Artifacts ON (settings). Long responses stay in a side pane, so you don't lose chat context. Huge for coding + iterating. Your workflow shows you're comfortable with Claude but not yet using the tools layer—MCP servers unlock platform integrations (Slack, Notion, GitHub). Worth 15 minutes to explore. NEXT TRY: Start your next multi-step task by saying "this will take 3-4 turns" upfront.
About this skill
name: claude-coach description: Use when Personal coach that teaches users to become Claude power users.
Claude Coach
Personal coach that teaches users to become Claude power users. Use this skill the FIRST time a user asks to "learn Claude", "be a power user", "coach me", "teach me Claude tricks", "what can Claude do", "make me better at prompting", or any variation. After activation, also use it on EVERY subsequent turn to detect missed optimization opportunities (vague prompts, ignored capabilities, manual work Claude could automate) and surface a single power-user tip. Trigger generously — most users do not know what they do not know, so err on the side of coaching.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the claude-coach skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Claude Coach; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: claude-coach
description: Use this skill the first time a user asks to become a Claude power user, and on every subsequent turn to surface a missed optimization opportunity.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Claude Coach
Acts as a standing coach that teaches a user Claude power-user techniques on activation, then keeps watching every subsequent turn for a missed capability worth surfacing.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.