organize-agents

Organize Claude Code agents into a searchable HTML catalog with filters.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Takfes/indie-scaffolder --skill organize-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organize-agents
Source: https://github.com/Takfes/indie-scaffolder/tree/main/components/agent-skills-commands/.agents/skills/organize-agents
Command: npx skills add https://github.com/Takfes/indie-scaffolder --skill organize-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill turns a scattered collection of Claude Code agents into a clear, searchable reference so teams can quickly understand what exists, what each agent does, and how to find the right one.

Core Features & Use Cases

  • Agent discovery: Scans a Claude Code agents directory and reads each agent's frontmatter to extract its name, description, tools, and model.
  • Smart organization: Proposes one or more categorization frameworks so the catalog can be grouped by domain, role, or capability depending on the user's goal.
  • Self-contained browser output: Generates a single HTML file with live search, category tabs, agent cards, and copy-to-clipboard support for easy sharing and review.
  • Use case: Ideal when you need an onboarding guide for teammates, a quick inventory of available agents, or a comparison view of which agents have specific tools or permissions.

Quick Start

Ask the skill to scan your agents directory and generate a searchable HTML catalog in the output folder you choose.

Frequently Asked Questions about organize-agents

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

FAQPage Schema
How do I create a searchable catalog of my Claude Code agents?

Organizing Claude Code agents into a searchable browser involves scanning the .claude/agents directory, parsing YAML frontmatter, categorizing by domain or role, and outputting a self-contained HTML file with search and filters for team reference.

What information does the agent HTML catalog extract from YAML frontmatter?

The HTML catalog extracts the agent name, description, tools, and model from YAML frontmatter to populate agent cards, apply framework-based categorization, and enable comparison of tool capabilities within the generated file.

Can I generate a searchable agent inventory from a custom directory path?

Yes, you can generate an agent inventory from a custom directory path. The Skill defaults to .claude/agents but accepts custom paths to scan YAML frontmatter and produce the categorized HTML reference.

What is the best way to compare tool capabilities across multiple Claude Code agents?

The best way to compare tool capabilities across Claude Code agents is generating a categorized HTML catalog. It parses frontmatter to display tools and permissions side-by-side using filterable agent cards.

Do I need any dependencies to generate a self-contained HTML agent browser?

No dependencies are required to generate a self-contained HTML agent browser. The Skill independently parses YAML frontmatter and outputs a single HTML file featuring live search, category tabs, and copy-to-clipboard behavior.