一键导入
skill-creator
Use when creating, updating, pruning, or reviewing a SKILL.md so recurring workflows become concise, reusable agent skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating, updating, pruning, or reviewing a SKILL.md so recurring workflows become concise, reusable agent skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when starting any conversation or task so the agent checks for relevant skills before acting, including before clarifying questions, exploration, implementation, review, or documentation work.
Use when reviewing a diff, pull request, patch, or proposed implementation for bugs, regressions, missing tests, security issues, performance problems, or maintainability risks.
Use when the user wants a new capability, asks whether a skill exists, asks to find or install skills, or describes a recurring workflow that may already have an installable skill.
Use when choosing, adding, configuring, or reviewing MCP servers, MCP client config, tool permissions, remote server URLs, local stdio commands, or MCP-related security tradeoffs.
Use when code or config touches authentication, authorization, user input, secrets, tokens, database access, file access, external APIs, MCP servers, browser automation, dependency installation, or deployment.
Use when implementing, fixing, refactoring, or reviewing code and you need a disciplined verification loop with builds, tests, type checks, linting, formatting, or manual checks.
| name | skill-creator |
| description | Use when creating, updating, pruning, or reviewing a SKILL.md so recurring workflows become concise, reusable agent skills. |
Use this skill to turn repeated work into a small, useful SKILL.md.
Create or update a skill only when:
Do not create a skill for one-off tasks or generic advice the agent already knows.
Every skill directory needs:
skill-name/
SKILL.md
Every SKILL.md needs YAML frontmatter:
---
name: skill-name
description: Use when ...
---
The description is the trigger surface. Make it specific enough that the agent knows when to use the skill.
SKILL.md.README.md inside a skill unless the platform requires it.Before finishing, check:
name and description.Report the skill path, trigger summary, and any assumptions or future pruning notes.