AgentStack
SKILL verified MIT Self-run

Create Skill

skill-qa-aman-claude-skills-create-skill · by qa-aman

Create or update Claude Code skills following Anthropic's official skill standard. Use when user says "create a skill", "new skill", "write a skill", "update a skill", "skill standard", or any time a new SKILL.md file needs to be created. Also use when reviewing existing skills for standards compliance.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-qa-aman-claude-skills-create-skill

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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 Create Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill Creation Guide

Reference for creating skills that follow the Anthropic skill standard (github.com/anthropics/skills).

Skill Anatomy

skill-name/
├── SKILL.md (required)
│   ├── YAML frontmatter (name, description required)
│   └── Markdown instructions ( --role  --description "" --tags ""

Valid roles: pm, engineer, qa, designer, content-creator, devops, shared, leadership, program-delivery-manager, customer-success, recruiter, consultant, sales, marketing, founder, data-scientist, data-engineer, security

This creates skills/by-role///SKILL.md and adds an entry to skills.json. Always scaffold first, then write the SKILL.md content.

After writing, validate:

python3 scripts/validate_skill.py

Placeholders (for this repo)

When creating skills for the claude-skills public repo, replace all personal/project references:

| Context | Placeholder | |---------|------------| | Personal name | [your name] | | Newsletter or blog | [your newsletter] | | Website domain | [your-domain] | | Professional niche | [your niche] | | Subject area | [your topic] | | Target audience | [your audience] | | Company name | [your company] | | Team name | [your team] | | Client name | [your client] | | Customer name | [customer name] | | Program or project | [your program] |

Creation Checklist

Before finalizing any skill:

  • [ ] Scaffolded with init_skill.py (creates folder + registers in skills.json)
  • [ ] YAML frontmatter has name and description
  • [ ] Description is pushy with multiple trigger phrases
  • [ ] Body is under 500 lines
  • [ ] Overview names the book or methodology the skill is grounded in
  • [ ] Workflow has clear numbered steps with ### Step N: headings
  • [ ] Anti-patterns section exists with Bad/Good pairs
  • [ ] Quality checklist exists
  • [ ] Directives explain "why", not just "what"
  • [ ] Examples are concrete and specific
  • [ ] No personal/project-specific content (if for public repo)
  • [ ] Placeholder brackets used for any context-specific references
  • [ ] Overflow content moved to references/ with clear pointers
  • [ ] python3 scripts/validate_skill.py passes

Source & license

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

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.