Back to skills
extension
Category: AI Agent CapabilitiesNo API key required

auto-skill-creation

Automatically create skills and precipitate repetitive processes into skills, supporting the execution of tasks using external agents like Codex/Claude and generating skill files.

personAuthor: jakexiaohubgithub

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