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

Skill Management

  • 63 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

skill-management is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • skill-management
  • AI & Agent Building
  • AI-coding skill

Skill Management by the numbers

  • 63 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #6,243 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill skill-management

Add your badge

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

Listed on Skillselion
Installs63
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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

  • Creating skills: structure, frontmatter, descriptions, progressive disclosure
  • Auditing skills: 9-phase review, severity classification, fix decisions
  • Validating skills: implementation vs manifest, drift detection, pass criteria

Related skills

This week in AI coding

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

unsubscribe anytime.