— No reviews yet
0 installs
8 views
0.0% view→install
Install
$ agentstack add skill-vstorm-co-pydantic-deepagents-skill-creator ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Skill Creator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Skill Creator
Create a new skill by generating a SKILL.md file with YAML frontmatter.
Steps
- Identify the task pattern the user wants to capture as a skill
- Write clear, specific instructions that an AI agent can follow
- Create a directory with this structure:
my-skill/
├── SKILL.md # Instructions + frontmatter
├── template.md # (optional) Template files
└── example.py # (optional) Example scripts
- 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.
Guidelines
- Name: lowercase with hyphens (e.g.,
api-client-generator) - Description: one sentence, starts with a verb
- Instructions: specific enough that another agent can execute without context
- Include edge cases and error handling guidance
- Add examples showing expected input and output
- Place resources (templates, schemas) as separate files next to SKILL.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: vstorm-co
- Source: vstorm-co/pydantic-deepagents
- License: MIT
- Homepage: https://vstorm-co.github.io/pydantic-deepagents/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.