skill-doc-index

Index skill documentation with full-text search and relevance ranking.

17|45|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill skill-doc-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-doc-index
Source: https://github.com/XSpoonAi/spoon-awesome-skill/tree/main/platform-challenge/skill-doc-index
Command: npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill skill-doc-index

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Build a centralized, searchable catalog of all skills with fast discovery and semantic search across titles, descriptions, keywords, and use cases.

Core Features & Use Cases

  • Documentation indexing for all skills across tracks
  • Full-text search, keyword matching, and relevance ranking
  • Track distribution and keyword frequency analytics for insights
  • Quick navigation to individual skill details and use cases

Quick Start

Run the demo to see the skill index in action.

Frequently Asked Questions about skill-doc-index

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

FAQPage Schema
How do I create a searchable documentation index for all skills in my repository?

Create a searchable documentation index by extracting titles, descriptions, keywords, and use cases from all skills. The index applies full-text search, keyword matching, and relevance ranking across five tracks to support fast discovery and navigation.

Can I run full-text search and keyword matching across multiple skill tracks?

Yes, full-text search and keyword matching operate across five tracks. The index ranks results by relevance and returns structured outputs with timing stats, using exposed parameters like action, query, and limit to refine searches.

What's the best way to discover relevant skills using semantic search and keyword frequency?

Discover relevant skills by querying a centralized catalog built with semantic search and keyword frequency analytics. Track distribution insights help you navigate directly to individual skill details and specific use cases.

How does relevance ranking work when indexing a large knowledge base of skills?

Relevance ranking works by scoring full-text search and keyword matching results across the indexed knowledge base. The system processes queries with configurable limits and returns structured results alongside timing statistics.

Are there limitations to building a semantic knowledge base index with this approach?

The index builds from existing skill metadata including titles, descriptions, keywords, and use cases. Discovery quality depends on the completeness of this source documentation, and search scope is bound to the five defined tracks.

Do I need any external dependencies to set up skill discovery and indexing?

No external dependencies are required to set up skill discovery and indexing. The self-contained scripts component builds the catalog and handles search queries independently without additional environment setups.