用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/guanyang/antigravity-skills --skill replace-with-skill-name-using-hyphens命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | replace-with-skill-name-using-hyphens |
| description | Use when [describe triggering conditions, symptoms, or specific errors]. |
[1-2 sentences explaining the core principle. What is the fundamental insight of this skill?]
[other-skill-name] instead.[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]
[Clear, numbered steps for the agent to follow. Use imperative verbs.]
[A table for fast lookup of commands, syntax, or common operations.]
| Operation / Scenario | Syntax / Command | Notes |
|---|---|---|
| [Operation] | [Command] | [Note] |
[How to prove the implementation is correct (The GREEN phase). Agent must run these checks.]
[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] |