一键导入
skill-creator
Generate a new Claude Code skill file from a plain-language description. Scaffolds the SKILL.md, command file, and CLAUDE.md additions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a new Claude Code skill file from a plain-language description. Scaffolds the SKILL.md, command file, and CLAUDE.md additions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Pairs with writing-voice for full voice alignment.
Draft a cold pitch email to a music blog, playlist curator, or press contact. Load artist-context.md and promotion-strategy.md before running. Use when asked to "pitch [outlet]," "draft an email to [curator/blog]," or "write a press pitch."
Write a platform-native social media post for a music release, show announcement, or general artist content. Load artist-context.md and promotion-strategy.md before running. Use when asked to "write a caption," "write a post for [platform]," or "help me announce [thing]."
基于 SOC 职业分类
| name | skill-creator |
| description | Generate a new Claude Code skill file from a plain-language description. Scaffolds the SKILL.md, command file, and CLAUDE.md additions. |
| x-source | skills-sync/skills/skill-creator/SKILL.md |
| x-source-version | ea93149 |
Takes a plain-language description of a task and generates a ready-to-use Claude Code skill: the SKILL.md instruction file, the command routing file, and the CLAUDE.md additions needed to wire it in.
Ask (or infer from context):
Create a skill file with this structure:
---
name: [skill-name]
description: [One line, 60+ characters. Specific enough that Claude knows when to use it.]
---
# /[skill-name] — [Short Title]
[1-2 sentence overview of what this skill does and when to use it.]
## When to Use
- [Trigger condition 1]
- [Trigger condition 2]
## Instructions
### Step 1: [First action]
[Clear, specific instructions. Include exact commands, file paths, or tool calls.]
### Step 2: [Next action]
[Continue with sequential steps.]
### Step N: Output
[Define the expected output format.]
## Design Principles
- [Key principle 1]
- [Key principle 2]
Quality checklist for the SKILL.md:
name and description (description is 60+ chars)Create a short file for commands/[name].md:
---
name: [skill-name]
description: [Same as SKILL.md description]
allowed-tools: [List of tools the skill needs]
---
Load and follow the instructions in `[path/to/SKILL.md]`.
Two additions to propose:
Show all artifacts. Ask: "Want me to save these, or make any changes first?"