人教人教不会,SKILL 教人一教就会。
People teach people, somehow it never sticks. A SKILL teaches once, and boom, it clicks.
以系统所需为荣,以团队所限为耻。
以局部自治为荣,以全局牵连为耻。
以显式逻辑为荣,以隐式规则为耻。
以特化实现为荣,以通用兼容为耻。
以闭环验证为荣,以人肉兜底为耻。
以可控放权为荣,以因噎废食为耻。
以并行迭代为荣,以单线推进为耻。
以重构破局为荣,以补丁苟安为耻。
Install any public skill with:
npx skills add zccz14/<skill-name>| Skill | Use When | Why It Works |
|---|---|---|
| clean-agent | AI drafts should be reviewed before wasting human attention. | It separates creator, reviewer, and coordinator roles, then gates artifacts with PASS / RETRY / FAILED before human review. |
| clean-code | Code is getting clever, branchy, or hard to trust. | It treats every branch as a new path that must justify itself before the agent writes it. |
| clean-doc | The text is complete, but nobody knows what to do. | It cuts by reader consequence, not by what the writer wants to include. |
| R3 | The problem has an “unknown” that cannot be waved away. | It names the unknown as a residual, then uses it to generate the next reasoning space. |
| reliable-model | A model result looks good, but you need to know if it is real. | It requires both a reason before seeing the result and validation that could prove the claim wrong. |
| faster-code | Slow code might waste hours before proving nothing. | It samples runtime before full scale and checks optimized output against the slow version byte for byte. |
Contact me if you want to try my private skills.





