一键导入
new-agent-skill
Creates a new agent skill. Use when agent or user needs to create a new skill for the agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates a new agent skill. Use when agent or user needs to create a new skill for the agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Present the status of the git repository to the user. Use to display the status of the repository after a successful git commit by the agent. The agent should not use this internally for its own needs.
Fix lint, formatting, and prose issues in markdown files using Prettier and Vale. Use when the user or agent needs to fix lint, formatting, and prose issues in markdown files.
Autonomously select files to stage for an atomic Git commit. Use when the agent wants to stage selected files for a git commit. Only stages selected files, but does not commit them.
Iteratively, commit atomic changes to the respository. Use when the user or agent needs to autonomously commit atomic changes to the repository. Employs the "git-add", "git-message", and "git-status" in skills in sequence to perform the commit.
Generate a commit message for changes already in the Git staging area, and await approval from the user. Use when the agent needs to generate a commit message for staged changes. Only generates the commit message, but does not perform the commit.
Format changelog and remove empty sections.
| name | new-agent-skill |
| description | Creates a new agent skill. Use when agent or user needs to create a new skill for the agent. |
GOAL: create a new skill directory, standard sub-folders, and a
compliant SKILL.md template based on the local reference guide.
WHEN: you need to create a new skill for the agent.
skills/ directory must exist.references/skill-reference-guide.md must exist.skills/<name> already exists.ERROR: Skill <name> already exists.skills/<name>/.skills/<name>/SKILL.md.scripts/, references/, assets/,
tests/.SKILL.mdreferences/skill-reference-guide.md.SKILL.md using the reference and user's instructions. Output.SUCCESS: Created skill <name> at skills/<name>/.references/skill-reference-guide.md: The authoritative guide for
skill structure and templating.