πŸ› οΈ
AI EngineeringPython

Skill Creator

by vstorm-co

Skill Creator is an AI Engineering skill for Claude Code, published by vstorm-co in pydantic-deepagents.

1K stars126 forkson vstorm-co/pydantic-deepagentsAdded 2026/08/21Repository updated 2026/08/20
agent-frameworkai-agentsanthropicclaude-codeclicoding-agentdeep-researchdocker-sandboxllmsmcpplaywrightpydanticpydantic-aipythonsubagentstuivstorm
Install in seconds
Install Skill Creator
Copy Skill Creator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vstorm-co/pydantic-deepagents/tree/main/pydantic_deep/bundled_skills/skill-creator ~/.claude/skills/skill-creator

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vstorm-co/pydantic-deepagents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
pydantic_deep/bundled_skills/skill-creator/SKILL.md in vstorm-co/pydantic-deepagents
Installs to
~/.claude/skills/skill-creator
Collection
One of 14 skills cataloged from this repository
Category
AI Engineering β€” 2451 skills

What Skill Creator does

Skill Creator generates a new SKILL.md from conversation context and task patterns. Use it when you want to turn a repeatable workflow into a reusable Claude Code skill with instructions, examples, and optional templates.

Skill Creator is cataloged under AI Engineering on DirSkills. Skill Creator comes from a repository tagged agent-framework, ai-agents, anthropic, claude-code and cli.

Documentation

README

Skill Creator

Create a new skill by generating a SKILL.md file with YAML frontmatter.

Steps

  1. Identify the task pattern the user wants to capture as a skill
  2. Write clear, specific instructions that an AI agent can follow
  3. Create a directory with this structure:
my-skill/
β”œβ”€β”€ SKILL.md          # Instructions + frontmatter
β”œβ”€β”€ template.md       # (optional) Template files
└── example.py        # (optional) Example scripts
  1. The SKILL.md must have this format:
---
name: skill-name
description: "Brief description of what this skill does"
tags: [category1, category2]
version: "1.0.0"
---

# Skill Name

## Purpose
What this skill accomplishes.

## Instructions
Step-by-step instructions for the agent.

## Examples
Concrete examples of input/output.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skill Creator

  • What else does vstorm-co publish alongside Skill Creator?

    Skill Creator is one of 14 skills that DirSkills catalogs from vstorm-co/pydantic-deepagents, the repository it ships in. Its siblings there include Build And Compile, Code Review and Code Review. Each one is a separate skill with its own page in this directory, installs the same way Skill Creator does, and is maintained by vstorm-co in that same repository. The rest of the collection is listed on the vstorm-co/pydantic-deepagents page.

  • How does Skill Creator compare to other AI Engineering skills?

    Skill Creator ranks #1347 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Creator against them. Open each page to compare what they document and how they install.

More from vstorm-co/pydantic-deepagents

Skill Creator is one of 14 skills cataloged on DirSkills from vstorm-co/pydantic-deepagents.

See all 14 skills β†’