build-and-compile
Building, compiling, and resolving dependency issues across languages
Create new reusable skills from conversation context
$ npx -y skills add vstorm-co/pydantic-deepagents --skill skill-creator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-creatorContext preview
The summary Claude sees to decide when to auto-load this skill.
Create new reusable skills from conversation context
name: skill-creator description: "Create new reusable skills from conversation context" tags: [meta, productivity] version: "1.0.0"
Create a new skill by generating a SKILL.md file with YAML frontmatter.
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
4. 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.
Open-source, self-hosted Claude Code - a terminal AI assistant and the Python framework behind it. Tool-calling, sandboxed execution, multi-agent teams, skills, checkpoints, unlimited context - on Pydantic AI, any model.
Repo: vstorm-co/pydantic-deepagents
Building, compiling, and resolving dependency issues across languages
Working with diverse data formats: binary, text, structured, and custom
Systematic exploration of unknown environments before starting work
Writing efficient code that handles large data and tight constraints