skill-management

Creates, audits, and validates agent skills following the Agent Skills open standard. Covers YAML frontmatter, description writing, progressive disclosure, directory structure, 9-phase audits, severity classification, and manifest-implementation drift detection. Use when creating new skills, writing skill descriptions, auditing existing skills, detecting version drift, validating implementations match manifests, or debugging skill discovery issues.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-management" with this command: pnpm dlx skills add oakoss/agent-skills

Skill Management

Overview

Guides creation, auditing, and validation of agent skills conforming to the Agent Skills open standard at https://agentskills.io. Covers the full lifecycle from scaffolding a new skill through production-quality review.

When to use: Creating skills, improving descriptions for discoverability, restructuring skills for progressive disclosure, running quality audits, validating manifest-implementation alignment.

When NOT to use: Writing application code, general markdown editing, project management unrelated to skill authoring.

Quick Reference

TaskApproachKey Points
Skill directoryskill-name/SKILL.md + optional directoriesOnly SKILL.md is required; scripts/, references/, assets/ are optional
Frontmatter nameLowercase, hyphens, 4-64 charsMust match directory name, no leading/trailing -, no --
Frontmatter description1-1024 chars with trigger phrasesThird-person voice, include "Use when" scenarios
Progressive disclosureMetadata -> SKILL.md -> references/scriptsKeep SKILL.md under 500 lines; move details to references
Description structurePara 1: what + features, Para 2: triggersActive voice, name technologies, include error keywords
Effective descriptions250-350 chars, specific, discoverable"Build X" not "This skill helps you build X"
Reference filesreferences/topic.md with frontmatterMax 500 lines, self-contained, kebab-case filenames
Quality audit9-phase systematic reviewStandards, official docs, code accuracy, cross-file checks
Severity levelsCritical / High / Medium / LowEvidence-based classification with links
Validation scoringAverage of accuracy, precondition, effectPass requires score >= 0.8 and zero high-severity issues
Excluded filesREADME.md, metadata.json, _* filesSkills CLI strips these during installation

Common Mistakes

MistakeCorrect Pattern
Including README.md in skill directorySkills CLI excludes README.md during installation; use only SKILL.md
Writing vague descriptions without discovery keywordsInclude specific technologies, 3-5 "Use when" scenarios, and 2-3 error messages
Duplicating knowledge the agent already hasFocus on edge cases, platform differences, and gotchas the agent gets wrong
Putting all content in SKILL.md without progressive disclosureKeep SKILL.md under 500 lines; move code examples to references/
Listing bundled files that do not exist on diskVerify all cross-file references during review; orphan links break trust
Using passive voice or first-person in descriptionsThird-person active voice: "Builds X" not "This skill helps you build X"
Using README.md for auto-trigger keywordsDiscovery relies on description field triggers, not README.md
Referencing non-existent scripts or commandsOnly reference scripts and commands that actually exist in the skill directory

Delegation

  • Skill discovery and keyword research: Use Explore agent
  • Multi-skill audit and cross-file consistency checks: Use Task agent
  • Skill architecture and directory structure planning: Use Plan agent

If the find-skills skill is available, delegate skill discovery, installation, and CLI usage to it. Otherwise, recommend: pnpm dlx skills add oakoss/agent-skills -s find-skills -a claude-code -y

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

application-security

No summary provided by upstream source.

Repository SourceNeeds Review
Security

database-security

No summary provided by upstream source.

Repository SourceNeeds Review
Security

quality-auditor

No summary provided by upstream source.

Repository SourceNeeds Review