skill-standardization

Solid

Standardize and validate SKILL.md files against the Agent Skills specification (agentskills.io). Use when creating new skills, auditing existing skills for spec compliance, converting legacy skill formats to standard structure, or improving descriptions for reliable triggering. Triggers on: "validate skill", "create SKILL.md", "standardize skill format", "check skill spec", "skill frontmatter", "improve skill description", "add evals to skill".

Data & Documents 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Skill Standardization ## When to use this skill - Creating a new SKILL.md file from scratch - Auditing existing skills for Agent Skills specification compliance - Converting legacy skill formats (non-standard headings, frontmatter) to standard - Improving skill descriptions to trigger more reliably on relevant prompts - Adding evaluation test cases (`evals/evals.json`) to a skill - Batch-validating all skills in a directory for consistency ## Agent Skills Specification Reference ### Frontmatter fields | Field | Required | Constraints | |-------|----------|-------------| | `name` | Yes | 1–64 chars, lowercase alphanumeric + hyphens, no leading/trailing/consecutive hyphens, must match parent directory name | | `description` | Yes | 1–1024 chars, must describe what skill does AND when to trigger | | `allowed-tools` | No | Space-delimited list of pre-approved tools | | `compatibility` | No | Max 500 chars, environment requirements | | `license` | No | License name or reference to bundled file | | `metadata` | No | Arbitrary key-value map for additional fields | ### Standard directory structure ``` skill-name/ ├── SKILL.md # Required ├── scripts/ # Optional: executable scripts ├── references/ # Optional: detailed documentation ├── assets/ # Optional: templates, images, data └── evals/ # Optional: evaluation test cases └── evals.json ``` ### Progressive disclosure tiers | Tier | What's loaded | When | Token budget | |-----...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

skill-creator

Authors and structures professional-grade agent skills following the agentskills.io spec. Use when creating new skill directories, drafting procedural instructions, or optimizing metadata for discoverability. Don't use for general documentation, non-agentic library code, or README files.

1 Updated today
riqxa
Web & Frontend Listed

skill-creator

Create/update AgentSkills. Use when: designing, structuring, or packaging skills with scripts, references, and assets.

0 Updated 6 days ago
lemonlqf
Data & Documents Solid

skill-authoring

Creates and structures SKILL.md files for AI coding agents, including YAML frontmatter, trigger phrases, directive instructions, decision trees, code examples, and verification checklists. Use when the user asks to write a new skill, create a skill file, author agent capabilities, generate skill documentation, or define a skill template for Claude Code agents.

1,177 Updated today
rohitg00
AI & Automation Listed

skill-author

Create and refine high-quality Agent Skills (SKILL.md + bundled resources). Use when the user wants to create a new skill, improve an existing one, or turn a workflow into a reusable skill package. Covers structure, progressive disclosure, conciseness, feedback loops, and the quality checklist. Do NOT use for skill validation (use skill-check) or for prompt engineering (use prompt-craft).

1 Updated 3 days ago
VictorGjn
Data & Documents Listed

skill-development

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

11 Updated today
jessevanwyk1