원클릭으로
skill-creator
Help users create custom skills through conversation. Use when users ask to create, modify, or build new skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Help users create custom skills through conversation. Use when users ask to create, modify, or build new skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search the web for information. Use when you need to find current information, research topics, or fetch web content.
Fetch web pages and convert HTML to clean Markdown. Use when you need to read article content, documentation, or any web page as structured text.
Create, read, and modify PowerPoint (.pptx) presentations. Use when the user wants to build or edit slide decks, add charts, images, tables, or formatted text to presentations.
Create, read, and modify Word (.docx) and Excel (.xlsx/.xls) documents. Use when the user wants to work with office documents.
Conversational task management and automation control. Use when the user wants to create, manage, monitor, or query scheduled tasks and background jobs via natural language.
Analyze code structure and quality. Use when reviewing code for bugs, anti-patterns, security issues, or best practices.
| name | skill_creator |
| description | Help users create custom skills through conversation. Use when users ask to create, modify, or build new skills. |
This skill enables you to help users create custom skills through an interactive conversational process.
.agent/skills/custom/When a user asks to create a skill:
Ask clarifying questions about:
Generate a properly formatted SKILL.md file with YAML frontmatter
Create the skill directory and save the file
Offer to enable the new skill immediately
Allow user to iterate and refine through continued conversation
.agent/skills/[name]/SKILL.mdUser: "Help me create a skill for analyzing Android logcat output"
Your approach:
Ask: "What specific capabilities should this skill have?"
Ask: "What tools will it need?"
Ask: "Any specific guidelines for using this skill?"
Generate SKILL.md content and show it to the user
Ask: "Would you like me to save this as skill_logcat_analyzer.md?"