skill-curator

Installation
SKILL.md

Skill Curator

Overview

This skill automates the process of discovering, extracting, and cataloging agent skills into a central README.md file. It ensures consistency in descriptions, categories, and installation commands.

Workflow

1. Research & Discovery

Use the most appropriate tool to explore the target repository. If you are equipped with the "Public Repo Explorer" skill, perform a local shallow clone. Otherwise, use tools like the GitHub MCP server to browse the remote files.

  • You MUST explicitly locate the actual SKILL.md files to identify valid skills. Use comprehensive search tools (e.g., find_by_name or grep_search if local, or MCP search) across the entire codebase.
  • Why? Do not guess the directory structure based on folder names, because skills can be deeply nested (e.g., plugins/expo-app-design/skills/layout/SKILL.md). A folder is only a valid skill if it contains a SKILL.md file directly inside it.

2. Metadata Extraction

For each identified SKILL.md file, extract:

  • Name: The display name of the skill (from SKILL.md frontmatter).
  • Description: A concise summary of what the skill does (from SKILL.md frontmatter).
  • Source Link: The direct GitHub URL to the SKILL.md file itself (must end in /SKILL.md).
Related skills

More from eho/agent-skills

Installs
1
First Seen
Mar 10, 2026