ワンクリックで
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.