Create skills that follow the Agent Skills open format. Covers the full lifecycle from pattern selection through validation and README update.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionagent-skills-creatorExecute the skills CLI command in your project's root directory to begin installation:
Fetches agent-skills-creator from mblode/agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate agent-skills-creator. Access via /agent-skills-creator in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
22
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
22
stars
Create skills that follow the Agent Skills open format. Covers the full lifecycle from pattern selection through validation and README update.
| File | Read When |
|---|---|
references/format-specification.md |
Default: frontmatter constraints, directory structure, naming rules, advanced features |
references/skill-categories.md |
Choosing what type of skill to build (Step 1) |
references/skill-patterns.md |
Choosing a structural pattern or need a template for a specific skill type |
references/authoring-tips.md |
Writing high-signal content, gotchas sections, setup patterns, storage, hooks |
references/quality-checklist.md |
Final validation before shipping |
Determine what type of problem the skill solves. Category informs pattern choice.
| Category | What it solves | Common pattern |
|---|---|---|
| Library & API Reference | How to use a library/CLI/SDK correctly | Simple/hub |
| Product Verification | Test/verify with tools (Playwright, tmux) | Workflow |
| Data Fetching & Analysis | Connect to data/monitoring stacks | Workflow, Mixed |
| Business Process Automation | Automate repetitive team workflows | Workflow |
| Code Scaffolding & Templates | Generate boilerplate and project structure | Workflow |
| Code Quality & Review | Enforce code quality standards | Rules-based, Workflow |
| CI/CD & Deployment | Fetch, push, deploy code | Workflow |
| Runbooks | Symptom to investigation to structured report | Workflow, Mixed |
| Infrastructure Operations | Maintenance with guardrails | Workflow |
Load references/skill-categories.md for detailed guidance per category including authoring tips and examples.
| Pattern | When to use | Example | Key files |
|---|---|---|---|
| Simple/hub | Dispatch to 2-5 focused files by track | ui-design |
SKILL.md + track files |
| Workflow | Multi-step process with progressive loading | agents-md, review-pr |
SKILL.md + references/ |
| Rules-based | Audit/lint with categorized rules | typography-audit, docs-writing |
SKILL.md + rules/ |
| Mixed | Workflow with conditional references | multi-tenant-architecture |
SKILL.md + references/ |
Decision guide:
Load references/skill-patterns.md for structural templates and skeletons of each pattern.
Copy this checklist to track progress:
Skill creation progress:
- [ ] Step 1: Choose skill category and pattern
- [ ] Step 2: Create directory and frontmatter
- [ ] Step 3: Write SKILL.md body
- [ ] Step 4: Add reference or rule files
- [ ] Step 5: Validate with quality checklist
- [ ] Step 6: Update README.md
- [ ] Step 7: Smoke-test installation
First determine the category (what problem the skill solves), then pick the structural pattern. Load references/skill-categories.md for category guidance and references/skill-patterns.md for structural templates.
Load references/format-specification.md for hard constraints.
skills/<name>/SKILL.mdname field (kebab-case)name: max 64 chars, lowercase letters/numbers/hyphens, no "anthropic" or "claude"description: max 1024 chars, third-person voice, include "Use when..." triggers with specific keywordsreferences/authoring-tips.md)references/authoring-tips.md for content strategy guidance on voice, railroading, descriptions, and moreWorkflow/mixed pattern: add references/ folder with focused files. Link each from SKILL.md with "Read when..." guidance in a table.
Rules-based pattern: add rules/ folder. See the rules folder section below.
Simple/hub pattern: add track files alongside SKILL.md. Link from a tracks table.
Key constraints:
Advanced options:
scripts/ for Claude to compose (see references/authoring-tips.md)config.json for skills needing user-specific setup context across sessionsLoad references/quality-checklist.md and run all applicable checks.
Add a row to the Skills table:
| `<skill-name>` | <phase> | <one-line description> |
Phases used in this repo: Before coding, Project start, Design, Build, Design/dev, Writing/audit, Pre-ship, Pre-merge, Pre-launch, Architecture, Maintenance, Authoring.
Install and confirm files appear in the target directory:
cp -R skills/<name> ~/.claude/skills/
ls ~/.claude/skills/<name>/
For rules-based skills (audits, lints, checklists), create a rules/ folder with:
rules/_sections.mdCategory map with impact levels. Format:
# Sections
This file defines all sections, their ordering, impact levels, and descriptions.
The section ID (in parentheses) is the filename prefix used to group rules.
---
## 1. Category Name (prefix)
**Impact:** CRITICAL | HIGH | MEDIUM-HIGH | MEDIUM | LOW-MEDIUM
**Description:** One sentence explaining why this category matters.
rules/_template.mdTemplate for individual rule files:
---
title: Rule Title Here
impact: MEDIUM
tags: tag1, tag2
---
## Rule Title Here
Brief explanation of the rule and why it matters.
**Incorrect (description of what's wrong):**
[code block with bad example]
**Correct (description of what's right):**
[code block with good example]
<prefix>-<slug>.md where prefix matches the section ID_template.md structureInclude a table mapping categories to prefixes and rule counts:
| Priority | Category | Impact | Prefix | Rules |
|----------|----------|--------|--------|-------|
| 1 | Category Name | CRITICAL | `prefix-` | N |
${CLAUDE_PLUGIN_DATA}agents-md for auditing AGENTS.md/CLAUDE.md instruction filesdocs-writing for documentation quality rulesMake data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mblode/agent-skills
JuliusBrussee/caveman
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
mattpocock/skills
parcadei/continuous-claude-v3
Registry listing for agent-skills-creator matched our evaluation — installs cleanly and behaves as described in the markdown.
Keeps context tight: agent-skills-creator is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in agent-skills-creator — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
agent-skills-creator has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend agent-skills-creator for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: agent-skills-creator is focused, and the summary matches what you get after install.
agent-skills-creator fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
agent-skills-creator reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in agent-skills-creator — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
agent-skills-creator is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 43