Claude Skill
hancengiz/claude-code-prompt-coach-skill
一个Claude Skill,帮助用户为编程任务创建有效的提示词,提升AI辅助编程交互和代码生成质量。
概览
仓库信息
安装这个 Skill
git clone https://github.com/hancengiz/claude-code-prompt-coach-skill.gitRegistry 信息
项目简介
一个Claude Skill,旨在帮助用户为编程任务构建有效的提示词,以提升与AI助手在编程方面的交互效果。
要点
- 提供编程提示词构建指导
- 提升AI编程交互效果
- 基于Shell实现
使用场景
- 学习编写更优的编程提示词
- 增强AI辅助编程工作流
- 提升AI模型的代码生成质量
README 摘要
# 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
话题
暂无话题