Agent Skills: auto-skill-creation

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

UncategorizedID: cklxx/elephant.ai/auto-skill-creation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cklxx/elephant.ai/tree/HEAD/skills/auto-skill-creation

Skill Files

Browse the full folder contents for auto-skill-creation.

Download Skill

Loading file tree…

skills/auto-skill-creation/SKILL.md

Skill Metadata

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

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.

调用

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