Claude Code Prompt Training — Development skill for Claude Code
7-day bilingual (EN/CN) training course for writing effective prompts with Claude Code.
How to install Claude Code Prompt Training
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open qiuh682/claude-code-prompt-training and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Prompt Training does
7-day bilingual (EN/CN) training course for writing effective prompts with Claude Code.
Alternatives in Development
- Ars Abstract — ARS academic-paper abstract-only mode — bilingual abstract + keywords 4.5k ★
- 10 Context And Prompts — Prompt 10: Wire Up System Prompt, Context Gathering & Memory System 2.3k ★
- Codex Prompt Handgepflegte Mega Und Mini Prompts — Codex-Prompt — Handgepflegte Mega- und Mini-Prompts fuer alle Plugins 1.5k ★
README
Claude Code Prompt Training / Claude Code 提示词写作训练
A 7-day bilingual (English/Chinese) training course for writing effective prompts with Claude Code.
一个为期7天的双语培训课程,教你如何为 Claude Code 编写有效的提示词。
Course Overview / 课程概览
| Day | Topic | 主题 |
|---|---|---|
| 1 | Fundamentals of Effective Prompting | 有效提示词的基础 |
| 2 | Task Decomposition | 任务分解 |
| 3 | Context & Constraints | 上下文与约束 |
| 4 | Code-Specific Patterns | 代码特定模式 |
| 5 | Advanced Techniques | 高级技巧 |
| 6 | Debugging & Handling Failures | 调试与处理失败 |
| 7 | Real Project Practice | 真实项目实战 |
Files / 文件说明
claude-code-prompt-training.md- Complete course overview / 完整课程概览day1-fundamentals.md- Day 1 materials / 第一天材料day2-task-decomposition.md- Day 2 materials / 第二天材料day3-context-constraints.md- Day 3 materials / 第三天材料day4-code-specific-patterns.md- Day 4 materials / 第四天材料day5-advanced-techniques.md- Day 5 materials / 第五天材料day6-debugging-failures.md- Day 6 materials / 第六天材料day7-real-projects.md- Day 7 materials / 第七天材料prompt-template-library.md- Reusable prompt templates / 可复用提示词模板库
Key Frameworks / 核心框架
CRISPE Framework / CRISPE 框架
| Element | Description |
|---|---|
| Context | Background information / 背景信息 |
| Role | What perspective to take / 采用什么视角 |
| Instruction | What to do / 要做什么 |
| Specifics | Details and constraints / 细节和约束 |
| Purpose | Why this matters / 为什么重要 |
| Examples | Show expected output / 展示预期输出 |
Duration / 时长
1-2 hours per day / 每天1-2小时
License / 许可证
MIT
Related Skills
Agent Prompt Guide: Writing Effective Sub-Agent Descriptions
This guide explains how to write agent descriptions that enable Claude Code to automatically delegate tasks to
Prompt Wizard
Interactive wizard that guides you through creating effective prompts using the 5 W's framework (Who/What/Wher
Python Rules
Always-on Effective Python standards from Brett Slatkin. Apply when writing or reviewing Python code.
Write Teaching Chapter
Write bilingual (CN+EN) Claude Code source code teaching chapters. Use when continuing chapter writing work fo
Language Setting
Configure language settings for novel writing. Supports monolingual, bilingual, and dialogue-bilingual modes.
Novel Write
Write one or more chapters of a novel. Main agent orchestrates: loads context, delegates writing to a subagent
Related Agents
Prompter
Use this agent when you need to create, refine, or optimize prompts for AI systems. This includes writing new
Ralph Orchestrator
by mikeyobrien - Ralph Orchestrator implements the simple but effective "Ralph Wiggum" technique for autonomou
Postmortem Writing
Comprehensive guide to writing effective, blameless postmortems that drive organizational learning a... - wsho