organize-skills

Build a searchable HTML catalog from Claude Code skill directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill turns a scattered collection of Claude Code skills into a single searchable browser catalog, making it easier to audit, understand, and share what is available.

Core Features & Use Cases

  • Skill Discovery: Scans the skills directory, reads each skill's frontmatter, and extracts the name and description.
  • Smart Organization: Proposes categorization frameworks and assigns each skill to the most useful category for the chosen view.
  • Self-Contained Output: Generates a single HTML file with live search, category tabs, and copy-to-clipboard actions for each skill.
  • Use Case: A team lead can document a growing skills library so new contributors can quickly find the right skill for writing, coding, research, or system setup.

Quick Start

Ask for a skills catalog that scans your .claude/skills folder and saves the generated HTML browser to the project root.

Frequently Asked Questions about organize-skills

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

FAQPage Schema
How do I create a searchable catalog from my Claude Code skills directory?

A searchable skill catalog is a single HTML file with live search, category tabs, and copy-to-clipboard actions generated by reading SKILL.md frontmatter from your .claude/skills directory and merging the extracted data into an HTML template.

How do I document and audit all available skills in a .claude/skills repository?

Auditing skills in a .claude/skills repository involves reading SKILL.md frontmatter to extract names and descriptions, assigning each skill to a useful category, and generating a searchable HTML browser to document the available landscape.

Does this skill catalog tool require any external dependencies or internet access?

Generating a self-contained HTML catalog requires no external dependencies; it reads local frontmatter and merges the data into an HTML template that operates independently in a browser with live search and copy-to-clipboard features.

What is the best way to share a Claude Code skills library with new team contributors?

Building a single HTML browser catalog from your skills directory provides new contributors with a searchable interface featuring category tabs and copy-to-clipboard actions, making it the best way to share and discover available skills.

Can I categorize and compare scattered skills using an HTML browser?

You can compare and categorize scattered skills by extracting frontmatter metadata, applying categorization frameworks, and generating an HTML browser that organizes each skill into tabs for easy comparison and discovery.