# 010104 Skill Creator

> Creates AI agent skills from scratch — SKILL.md frontmatter, directory structure, progressive disclosure, evals, and distribution.

- **Type:** Skill
- **Install:** `agentstack add skill-natuleadan-skills-010104-skill-creator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [natuleadan](https://agentstack.voostack.com/s/natuleadan)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [natuleadan](https://github.com/natuleadan)
- **Source:** https://github.com/natuleadan/skills/tree/main/skills/010104-skill-creator
- **Website:** https://www.skills.sh/natuleadan/skills

## Install

```sh
agentstack add skill-natuleadan-skills-010104-skill-creator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill Creator Guide

This skill teaches you how to create, test, package, and distribute AI agent skills following the standard Agent Skills format.

## How to use this skill

1. If the user asks about **basic concepts or structure** → read `references/structure.md`
2. If the user asks about **frontmatter or description** → read `references/frontmatter.md`
3. If the user asks about **writing style or patterns** → read `references/writing.md`
4. If the user asks about **testing, evals, or iteration** → read `references/testing.md`
5. If the user asks about **packaging or distribution** → read `references/distribution.md`
6. If the user asks about **repo architecture or marketplace** → read `references/repo-architecture.md`
7. If the user asks to **scaffold a new skill** → run `python scripts/scaffold.py  --category `

## Quick reference checklist

- [ ] Choose a kebab-case name matching the directory (max 64 chars, lowercase + hyphens only)
- [ ] Write frontmatter with `name` and `description` (include trigger contexts, desc ≤ 1024)
- [ ] Optionally add `compatibility` (≤ 500 chars), `license`, `metadata`, `allowed-tools`
- [ ] Keep SKILL.md under 100 lines — use `references/` for detailed content
- [ ] Write in imperative tone, explain the why, include examples
- [ ] Add at least one Python script to `scripts/` (no external deps)
- [ ] Create `evals/evals.json` with test prompts
- [ ] Run validation: `python3 tools/validate-all.py` from repo root

## References

- `references/structure.md` — Directory layout, progressive disclosure, size limits
- `references/frontmatter.md` — Name rules, description rules, optimization
- `references/writing.md` — Tone, examples, explaining reasoning, keeping lean
- `references/testing.md` — Evals, assertions, grading, benchmarking, iteration
- `references/distribution.md` — Marketplace.json, packaging, install
- `references/repo-architecture.md` — Multi-category repo structure, validate-all.py, hierarchy
- `scripts/scaffold.py` — Creates a new skill skeleton with --category support

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [natuleadan](https://github.com/natuleadan)
- **Source:** [natuleadan/skills](https://github.com/natuleadan/skills)
- **License:** MIT
- **Homepage:** https://www.skills.sh/natuleadan/skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-natuleadan-skills-010104-skill-creator
- Seller: https://agentstack.voostack.com/s/natuleadan
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
