coding-level
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSet your coding experience level for tailored explanations and output format.
设置你的编码经验等级,以获得定制化的解释和输出格式。
Usage
使用方法
/coding-level [0-5]/coding-level [0-5]Levels
等级说明
| Level | Name | Description |
|---|---|---|
| 0 | ELI5 | Zero coding experience - analogies, no jargon, step-by-step |
| 1 | Junior | 0-2 years - concepts explained, WHY not just HOW |
| 2 | Mid-Level | 3-5 years - design patterns, system thinking |
| 3 | Senior | 5-8 years - trade-offs, business context, architecture |
| 4 | Tech Lead | 8-10 years - risk assessment, business impact, strategy |
| 5 | God Mode | Expert - default behavior, maximum efficiency (default) |
| 等级 | 名称 | 描述 |
|---|---|---|
| 0 | ELI5 | 零编码经验——使用类比表述,无行业术语,步骤清晰 |
| 1 | 初级 | 0-2年经验——讲解概念,不仅说明怎么做,还要说明为什么 |
| 2 | 中级 | 3-5年经验——涉及设计模式、系统思维 |
| 3 | 高级 | 5-8年经验——涉及方案权衡、业务上下文、架构设计 |
| 4 | 技术负责人 | 8-10年经验——涉及风险评估、业务影响、战略规划 |
| 5 | 上帝模式 | 专家级——默认行为,最高效率(默认值) |
How It Works
工作原理
- Set in
codingLevel.claude/.ck.json - Guidelines are automatically injected on every session start
- No manual activation needed - it just works!
- 在中设置
.claude/.ck.jsoncodingLevel - 每次会话启动时会自动注入指导规则
- 无需手动激活,开箱即用!
Example
示例
Set level 1 in :
.claude/.ck.jsonjson
{
"codingLevel": 1,
...
}Next session, Claude will automatically:
- Explain concepts and techniques clearly
- Always explain WHY, not just HOW
- Point out common mistakes
- Add "Key Takeaways" after implementations
在中设置等级为1:
.claude/.ck.jsonjson
{
"codingLevel": 1,
...
}下一次会话时,Claude会自动:
- 清晰解释概念和技术
- 始终说明原因,而不仅仅是操作方法
- 指出常见错误
- 在实现完成后补充「核心要点」
Optional: Manual Output Styles
可选:手动设置输出风格
For finer control, you can also use with these styles:
/output-stylecoding-level-0-eli5coding-level-1-juniorcoding-level-2-midcoding-level-3-seniorcoding-level-4-leadcoding-level-5-god
如需更精细的控制,你也可以使用配合以下风格:
/output-stylecoding-level-0-eli5coding-level-1-juniorcoding-level-2-midcoding-level-3-seniorcoding-level-4-leadcoding-level-5-god
IMPORTANT Task Planning Notes
重要任务规划注意事项
- Always plan and break many small todo tasks
- Always add a final review todo task to review the works done at the end to find any fix or enhancement needed
- 始终将任务拆解为多个小型待办项
- 始终在最后添加一个最终审核待办项,用于回顾已完成的工作,查找需要修复或优化的内容