index-repos

Enumerate GitHub repository contents for Claude Code skills and agents.

Updated May 17, 2026
One-click install
npx skills add https://github.com/ievo-ai/skills --skill index-repos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: index-repos
Source: https://github.com/ievo-ai/skills/tree/main/plugins/ievo/skills/index-repos
Command: npx skills add https://github.com/ievo-ai/skills --skill index-repos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of enumerating the full content of GitHub repos that host Claude Code skills, agents, and plugins, saving time and ensuring a comprehensive view of available resources.

Core Features & Use Cases

  • Repo Content Enumeration: Scans and lists plugins, agents, skills, commands, hooks, and MCPs from GitHub repos.
  • Structured Output: Generates structured markdown indices and JSON manifests for each repo.
  • Use Case: When you need to quickly understand the breadth of skills and agents available in a GitHub repository.

Quick Start

Use the index-repos skill with the list of GitHub repos you want to scan, like so: /ievo:index-repos <owner>/<repo1> <owner>/<repo2> ...

Frequently Asked Questions about index-repos

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

FAQPage Schema
How do I enumerate content in a GitHub repository hosting Claude Code skills?

To enumerate GitHub repository content, you can use an automated scanning tool that lists available plugins, agents, skills, and hooks, outputting structured markdown indices and JSON manifests for auditing.

Can I generate a JSON manifest of all available agents and MCPs in a GitHub repo?

Yes, you can generate a JSON manifest by running a deterministic repository scan that extracts and structures all available agents, skills, commands, and MCPs into a machine-readable format.

What is the best way to discover available plugins and hooks in Claude Code ecosystems?

The best way to discover available plugins and hooks is to perform an automated repository audit that scans GitHub repos and generates structured markdown indices detailing all hosted resources.

Do I need Node.js and git CLI to scan GitHub repos for Claude Code agents?

Yes, you need Node.js and the git CLI installed, as the repository scanning process relies on these tools to perform deterministic enumeration and generate structured output for the targeted repos.

Can I scan multiple GitHub repositories at once for skill discovery?

Yes, you can scan multiple GitHub repositories simultaneously by providing a list of repository paths, allowing you to quickly understand the breadth of skills and agents across different repos.

What is the output format when auditing GitHub repos for Claude Code plugins?

Auditing GitHub repos for Claude Code plugins produces structured output in both markdown and JSON formats, providing comprehensive indices and manifests for each scanned repository.