원클릭으로
skill-builder
Build-focused skill for creating, updating, and installing standard Agent Skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build-focused skill for creating, updating, and installing standard Agent Skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
提供独立的命令执行与 skill 脚本执行能力。
Query chat history by keywords and date ranges.
Provides interaction capabilities with the user.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.
Execute Python code to perform tasks that are not covered by other tools.
| name | skill-builder |
| description | Build-focused skill for creating, updating, and installing standard Agent Skills. |
| type | system |
| created_by | system |
| kind | system |
| allowed-tools | ["create_new_skill","update_skill","install_agent_skill"] |
This skill is dedicated to skill engineering tasks only.
SKILL.md and skill.json, plus impl.py only when the user explicitly wants new lightweight tools.SKILL.md, and add Cowork indexing metadata.Creates or updates an AI-generated skill in ai_skills.
Updates an existing skill with optional scope resolution:
target_scope="ai_only": only modify skill in ai_skillstarget_scope="builtin_only": only modify skill in built-in skillstarget_scope="auto": prefer AI-generated one, fallback to built-inInstalls a standard Agent Skill package into user ai_skills. The source can be a skill directory, ZIP package, or single Markdown SKILL.md file.
SKILL.md; skill.json is generated only as Cowork indexing and workbench metadata.