Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiskillstore avatar

Skills Creator

  • 1 installs
  • 404 repo stars
  • Updated August 5, 2026
  • aiskillstore/marketplace

skills-creator is a Claude skill that creates and maintains Agent Skills with effective triggers and progressive disclosure, following documented best practices.

About

skills-creator generates and maintains Claude Agent Skills with effective triggers and progressive disclosure. It reads bundled best-practices and docs references, applies a template, and saves the result to .claude/skills/[skill-name]/SKILL.md. Developers use it when they want to author a new, well-structured skill that meets discoverability and conciseness standards.

  • Creates SKILL.md files following progressive-disclosure best practices
  • Enforces naming, description, and body-length acceptance criteria
  • Uses bundled references and a template to structure new skills

Skills Creator by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #644 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

skills-creator capabilities & compatibility

Capabilities
skill lookup · skill vetter · share skill
Use cases
documentation
From the docs

What skills-creator says it does

Create well-structured Agent Skills following best practices for discoverability, conciseness, and progressive disclosure.
SKILL.md
Name valid (max 64 chars, lowercase letters/numbers/hyphens only)
SKILL.md
Name defined using gerund form (e.g., `processing-pdfs`, `analyzing-data`)
SKILL.md
npx skills add https://github.com/aiskillstore/marketplace --skill skills-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars404
Last updatedAugust 5, 2026
Repositoryaiskillstore/marketplace

What it does

Author a well-structured SKILL.md with valid triggers and progressive disclosure for a new Claude skill.

Who is it for?

Developers authoring new Claude skills who want them structured to best practices.

When should I use this skill?

When a user asks to create a skill, generate a SKILL.md, or build a custom capability.

What you get

A valid SKILL.md is produced under .claude/skills with a compliant name, description, and body.

  • A SKILL.md saved under .claude/skills/[skill-name]/

By the numbers

  • 9-item acceptance-criteria checklist
  • name max 64 chars
  • description max 1024 chars

Files

SKILL.mdMarkdownGitHub ↗

Goal: Create well-structured Agent Skills following best practices for discoverability, conciseness, and progressive disclosure.

IMPORTANT: Skills configuration should be concise and high-level. Only include context Claude does not already know.

Workflow

1. Read references: skills-docs.md and best-practices.md in .claude/skills/skills-creator/references/ 2. Analyze requirements and determine freedom level 3. Create SKILL.md using template from .claude/skills/skills-creator/templates/template.md 4. Add resources(reference files, scripts, etc.) alongside the SKILL.md file only if necessary. Use folder to organize resources. 5. Save to .claude/skills/[skill-name]/SKILL.md and report completion

Rules

  • Only add context Claude doesn't already know
  • Keep references one level deep from SKILL.md
  • Provide one default approach, avoid offering multiple options
  • Use forward slashes in file paths (no Windows-style paths)
  • Match freedom level to task fragility (high freedom for flexible tasks, low for critical operations)

Acceptance Criteria

  • Skill saved to .claude/skills/[skill-name]/SKILL.md
  • Name valid (max 64 chars, lowercase letters/numbers/hyphens only)
  • Description valid (max 1024 chars, third person, no "I" or "you")
  • Description includes what skill does AND when to use it
  • SKILL.md body under 500 lines
  • Consistent terminology throughout
  • No duplicate or conflicting skills exist
  • No time-sensitive information included
  • Name defined using gerund form (e.g., processing-pdfs, analyzing-data)

Related skills

FAQ

What naming rules does skills-creator enforce?

The name must be max 64 chars, lowercase letters/numbers/hyphens only, and defined in gerund form like processing-pdfs.

How long can the SKILL.md body be?

The acceptance criteria require the SKILL.md body to be under 500 lines.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.