# Auto Skill Creation

> When a repeated workflow should be codified as a reusable skill → auto-create skill files, optionally using Codex/Claude.

- Skill: `cklxx/auto-skill-creation` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add cklxx/auto-skill-creation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cklxx/auto-skill-creation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: cklxx (https://skillmd.com/u/cklxx)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/cklxx/auto-skill-creation

---


# auto-skill-creation

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.

## 调用

```bash
python3 skills/auto-skill-creation/run.py create --skill_name my-new-skill --description 'What the skill does' --agent_type codex
```

