ワンクリックで
auto-skill-creation
When a repeated workflow should be codified as a reusable skill → auto-create skill files, optionally using Codex/Claude.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
When a repeated workflow should be codified as a reusable skill → auto-create skill files, optionally using Codex/Claude.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | auto-skill-creation |
| description | When a repeated workflow should be codified as a reusable skill → auto-create skill files, optionally using Codex/Claude. |
| triggers | {"intent_patterns":["create skill|创建技能|新技能|auto skill|沉淀技能|skill creation","这个.*流程.*自动化|automate.*this.*workflow|封装.*技能|wrap.*skill","做成.*可复用|make.*reusable|模板化|templatize","以后.*直接.*用|use.*directly.*next.*time|固化.*下来|codify","新增.*能力|add.*capability|扩展.*技能|extend.*skill"],"context_signals":{"keywords":["skill","技能","create","创建","沉淀","auto","封装","复用","模板","自动化","能力"]},"confidence_threshold":0.6} |
| priority | 7 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 60 |
Automatically create new skills from repeated task patterns by dispatching to external agents (Codex/Claude), collecting results, and generating compliant skill directory structures. All task dispatch, status monitoring, and file generation logic are handled by run.py.
python3 skills/auto-skill-creation/run.py create --skill_name my-new-skill --description 'What the skill does' --agent_type codex