skill-creator
Create Claude Code skill files with proper YAML frontmatter and structure. Takes skill specifications and generates compliant skill.md files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create Claude Code skill files with proper YAML frontmatter and structure. Takes skill specifications and generates compliant skill.md files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a handoff plan from the current conversation that a fresh subagent can pick up and execute without context loss.
Review code for quality, security, and best practices. Analyze pull requests, identify bugs, suggest improvements, verify error handling, check for security vulnerabilities (XSS, SQL injection, command injection), evaluate design patterns, and assess performance. Use when reviewing pull requests, examining code diffs, evaluating code changes, or analyzing implementation quality.
| name | skill-creator |
| description | Create Claude Code skill files with proper YAML frontmatter and structure. Takes skill specifications and generates compliant skill.md files. |
Create properly formatted Claude Code skill files based on provided specifications. Generates SKILL.md files with correct YAML frontmatter, directory structure, and documentation sections following Claude Code best practices.
skill-name/
└── SKILL.md # Main skill file with YAML frontmatter
---
name: skill-name
description: Brief description of what the skill does
---
Users will see clear progress messages during skill creation:
Starting skill creation - Generating "example-skill" with constraint compliance
Creating directory - ~/.claude/skills/example-skill/ created
Writing SKILL.md - YAML frontmatter and documentation sections generated
Applying standards - Ensuring kebab-case naming and required fields
Creation complete - Skill ready for discovery in 2.8s
Primary Output:
Creation Summary Format:
Skill Creation Complete
Created Files:
~/.claude/skills/example-skill/SKILL.md
Skill Details:
Name: example-skill
Description: Brief description of skill functionality
Size: 156 lines, 8,234 bytes
Constraint Status: Compliant
Creation Summary:
Directory Created: ~/.claude/skills/example-skill/
YAML Validation: Pass
Structure Compliance: Pass
Processing Time: 2.8 seconds
Ready for Use:
Skill is discoverable via Claude Code
Ready for team git tracking with sync-claude-skills
File Structure:
---
name: skill-name
description: Brief single-line description
---
# Skill Name
## Purpose
[Detailed purpose explanation]
## When to Use
[Specific use case scenarios]
## What This Skill Does
[Implementation details and functionality]
## Expected Output
[What the skill produces]
## Usage
[How to invoke and use the skill]
## Skill Location
[Directory location information]
Basic Creation:
Create a skill named "log-parser" that parses application logs for error patterns
With Specifications:
Create skill:
- Name: markdown-formatter
- Description: Format markdown files according to project standards
- Purpose: Standardize markdown formatting across documentation
- Use cases: Before committing docs, cleaning up formatting
Skills created in: ~/.claude/skills/[skill-name]/
User skill - stored in ~/.claude/skills/skill-creator/