Claude Skill
hancengiz/claude-code-prompt-coach-skill
A Claude Skill that helps users create effective prompts for coding tasks, enhancing AI-assisted programming interactions and code generation quality.
Overview
Repository
Install this Skill
git clone https://github.com/hancengiz/claude-code-prompt-coach-skill.gitRegistry
Summary
A Claude Skill designed to help users craft effective prompts for coding tasks, improving interaction with AI assistants for programming.
Key features
- Prompt crafting guidance for coding
- Improves AI programming interactions
- Shell-based implementation
Use cases
- Learning to write better coding prompts
- Enhancing AI-assisted programming workflows
- Improving code generation from AI models
README excerpt
# Prompt Coach - Claude Code Usage Analytics Skill A Claude Code skill that analyzes your session logs to provide insights about your coding patterns, token usage, productivity, and prompt quality. https://www.cengizhan.com/p/claude-code-prompt-coach-skill-to ## What This Does This skill teaches Claude how to read and analyze your Claude Code session logs (`~/.claude/projects/*.jsonl`) to help you: - ✍️ **Improve prompt quality** - Learn if your prompts are clear and effective - 🎯 **See real examples** - Analyze actual vague prompts from your logs with before/after improvements - 💰 **Calculate time savings** - Understand the cost of unclear prompts (time + iterations) - 📋 **Get actionable templates** - Receive specific prompt templates for common tasks - 🛠️ **Optimize tool usage** - Discover underutilized powerful tools - ⚡ **Boost efficiency** - Understand how many iterations you need per task - 🕐 **Find peak hours** - Know when you're most productive - 🔥 **Identify code hotspots** - See which files you edit most - 🔄 **Reduce context switching** - Measure project switching overhead - 🐛 **Learn from errors** - Understand common problems and recovery patterns ## Installation ### Quick Install (Recommended) Run the install script: ```bash cd ~/code/claude-code-prompt-coach-skill ./install.sh ``` The script will: - ✅ Create `~/.claude/skills/` if needed - ✅ Check for existing installations - ✅ Copy the skill to the correct location - ✅ Verify installation - ✅ Show next steps Restart Claude Code and you're done! ### Manual Install Copy the skill directory to your Claude skills folder: ```bash cp -r ~/code/claude-code-prompt-coach-skill ~/.claude/skills/prompt-coach ``` ### For Development (Symlink) Create a symlink to the skill directory: ```bash ln -s ~/co
Topics
No topics yet.