coding-level

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Set your coding experience level for tailored explanations and output format.
设置你的编码经验等级,以获得定制化的解释和输出格式。

Usage

使用方法

/coding-level [0-5]
/coding-level [0-5]

Levels

等级说明

LevelNameDescription
0ELI5Zero coding experience - analogies, no jargon, step-by-step
1Junior0-2 years - concepts explained, WHY not just HOW
2Mid-Level3-5 years - design patterns, system thinking
3Senior5-8 years - trade-offs, business context, architecture
4Tech Lead8-10 years - risk assessment, business impact, strategy
5God ModeExpert - default behavior, maximum efficiency (default)
等级名称描述
0ELI5零编码经验——使用类比表述,无行业术语,步骤清晰
1初级0-2年经验——讲解概念,不仅说明怎么做,还要说明为什么
2中级3-5年经验——涉及设计模式、系统思维
3高级5-8年经验——涉及方案权衡、业务上下文、架构设计
4技术负责人8-10年经验——涉及风险评估、业务影响、战略规划
5上帝模式专家级——默认行为,最高效率(默认值)

How It Works

工作原理

  1. Set
    codingLevel
    in
    .claude/.ck.json
  2. Guidelines are automatically injected on every session start
  3. No manual activation needed - it just works!
  1. .claude/.ck.json
    中设置
    codingLevel
  2. 每次会话启动时会自动注入指导规则
  3. 无需手动激活,开箱即用!

Example

示例

Set level 1 in
.claude/.ck.json
:
json
{
  "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
.claude/.ck.json
中设置等级为1:
json
{
  "codingLevel": 1,
  ...
}
下一次会话时,Claude会自动:
  • 清晰解释概念和技术
  • 始终说明原因,而不仅仅是操作方法
  • 指出常见错误
  • 在实现完成后补充「核心要点」

Optional: Manual Output Styles

可选:手动设置输出风格

For finer control, you can also use
/output-style
with these styles:
  • coding-level-0-eli5
  • coding-level-1-junior
  • coding-level-2-mid
  • coding-level-3-senior
  • coding-level-4-lead
  • coding-level-5-god
如需更精细的控制,你也可以使用
/output-style
配合以下风格:
  • coding-level-0-eli5
  • coding-level-1-junior
  • coding-level-2-mid
  • coding-level-3-senior
  • coding-level-4-lead
  • coding-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
  • 始终将任务拆解为多个小型待办项
  • 始终在最后添加一个最终审核待办项,用于回顾已完成的工作,查找需要修复或优化的内容