skill-creator

Scaffold new skill directories with an initialization script.

19|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/owenliang/deepagent --skill skill-creator-owenliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/owenliang/deepagent/tree/main/libs/deepagents-cli/examples/skills/skill-creator
Command: npx skills add https://github.com/owenliang/deepagent --skill skill-creator-owenliang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

This Skill guides users through creating effective Claude Skills that extend agent capabilities with domain knowledge, workflows, and tooling, reducing time to design reliable automation.

Core Features & Use Cases

  • Structured skill design: Provides patterns for workflow-based, task-based, and reference-based Skill structures.
  • Bundled resources guidance: Explains how to organize scripts, references, and assets for repeatable automations.
  • Practice templates: Includes an initialization script and quick validation to bootstrap new skills.

Quick Start

Run the Skill Creator to scaffold a new skill directory under your skills folder: .venv/bin/python scripts/init_skill.py <skill-name> --path <path-to-skills> or for system Python: python3 scripts/init_skill.py <skill-name> --path <path-to-skills>