Claude Skill

hancengiz/claude-code-prompt-coach-skill

一个Claude Skill,帮助用户为编程任务创建有效的提示词,提升AI辅助编程交互和代码生成质量。

概览

Stars129
Forks10
语言Shell
最后更新2026-01-24
最近同步2026-06-26
前往 GitHub

仓库信息

拥有者hancengiz
仓库claude-code-prompt-coach-skill
完整名称hancengiz/claude-code-prompt-coach-skill
Repo ID1,092,810,497

安装这个 Skill

git clone https://github.com/hancengiz/claude-code-prompt-coach-skill.git

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-06-26
平台
ClaudeMCP
能力
code-reviewpdfmemorysearchvideoterminalworkflow
识别文件
README.mddocs

项目简介

一个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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-26