一键导入
create-agent-skills
Generate new Claude Code skills and agent definitions on demand. Triggers on create skill, new skill, add skill, generate skill, build a skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate new Claude Code skills and agent definitions on demand. Triggers on create skill, new skill, add skill, generate skill, build a skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-agent-skills |
| description | Generate new Claude Code skills and agent definitions on demand. Triggers on create skill, new skill, add skill, generate skill, build a skill. |
Generate new Claude Code skills with proper structure, frontmatter, and integration.
/create-skillAsk the user:
Determine:
Main skill: .claude/skills/{name}/SKILL.md
---
name: {skill-name}
description: {when this skill applies — keywords for auto-detection}
---
# {Skill Name}
## Overview
{What this skill does}
## When This Skill Applies
{Specific trigger scenarios}
## Workflow
{Step-by-step process}
## Validation
{How to verify the skill worked}
Sub-skills (if needed): .claude/skills/{name}/{sub-skill}/SKILL.md
Reference files (if needed): .claude/skills/{name}/references/*.md
Copy to active project's .claude/skills/ directory.
Verify auto-detection works by mentioning trigger keywords.
From the 2389-research claude-plugins reference: