replace-with-skill-name-using-hyphens
Use when [describe triggering conditions, symptoms, or specific errors].
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Skill Name
Overview
[1-2 sentences explaining the core principle. What is the fundamental insight of this skill?]
When to Use (Triggers)
- Symptoms: [Errors, behaviors, or patterns that indicate this skill is needed]
- Contexts: [Specific scenarios where this pattern applies]
When NOT to Use
- [Scenario A] -> Use
[other-skill-name]instead. - [Scenario B] -> Does not apply because...
Core Pattern
[Explain the mental model. Use a before/after code block or a small dot flowchart if the decision process is non-obvious.]
// ❌ Anti-pattern / Baseline failure
[Show the common mistake or naive approach]
// ✅ Best practice / Correct implementation
[Show the correct pattern]
Step-by-Step Workflow
[Clear, numbered steps for the agent to follow. Use imperative verbs.]
- [Phase 1]: [Action to take]
- [Phase 2]: [Action to take]
- Requirement: [Specific constraint]
- [Phase 3]: [Action to take]
Quick Reference
[A table for fast lookup of commands, syntax, or common operations.]
| Operation / Scenario | Syntax / Command | Notes |
|----------------------|------------------|-------|
| [Operation] | [Command] | [Note] |
Verification (Success Criteria)
[How to prove the implementation is correct (The GREEN phase). Agent must run these checks.]
- [ ] [Verification check 1, e.g., run test suite]
- [ ] [Verification check 2, e.g., verify no lint errors]
Common Mistakes & Red Flags
[List specific rationalizations, shortcuts, or misunderstandings the agent might have. Address the "RED" phase baseline failures here.]
| Red Flag (Excuse / Mistake) | Reality / Fix (What to do instead) |
|-----------------------------|------------------------------------|
| "I'll just skip testing this time." | STOP. You must verify the behavior first. |
| [Mistake or excuse] | STOP. [Correct action] |
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。