skill-manager

Catalog valid Skill Units by inspecting SKILL.md frontmatter and repository structure.

1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/IndianBoy42/dot-opencode --skill skill-manager-indianboy42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/IndianBoy42/dot-opencode/tree/main/skills/skill-manager
Command: npx skills add https://github.com/IndianBoy42/dot-opencode --skill skill-manager-indianboy42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and manage Agent Skill Units by discovering valid SKILL.md definitions and organizing them into actionable metadata.

Core Features & Use Cases

  • Discover existing skills from SkillsMP, Agent Skills Hub, and GitHub collections to inform reuse.
  • Create or update SKILL.md files following best practices for new or improved skills.
  • Validate Skill Units against required frontmatter and directory structure to ensure discoverability.

Quick Start

Identify Skill Units by locating SKILL.md at the root and verify it contains a name and description.

Frequently Asked Questions about skill-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover valid Agent Skills across a GitHub repository?

To validate skill frontmatter, inspect the repository root to confirm the mandatory presence of name and description fields, and detect optional directories for components to produce a structured YAML metadata block.

How do I validate SKILL.md frontmatter to ensure discoverability?

To validate skill frontmatter, inspect the repository root to confirm the mandatory presence of name and description fields, and detect optional directories to produce a structured YAML metadata block.

What metadata is required to structure a valid Skill Unit?

Structuring a valid Skill Unit requires YAML metadata fields for name, tagline, description, request, complexity, category, keywords, dependencies, and toxicity to organize definitions into actionable metadata.

Can I catalog skills from GitHub collections and Agent Skills Hub?

Yes, you can catalog skills from SkillsMP, Agent Skills Hub, and GitHub collections by examining SKILL.md frontmatter and organizing valid definitions into structured metadata.

What are the limitations of automated skill discovery for repository analysis?

Automated skill discovery is limited to examining SKILL.md files at the repository root, meaning it cannot catalog skills lacking mandatory frontmatter or those stored in nested subdirectories.