gsd-index

Index GSD Hermes skills with names and descriptions via skill_view.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/giovannimnz/gsd-caveman-hermes --skill gsd-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-index
Source: https://github.com/giovannimnz/gsd-caveman-hermes/tree/main/skills/gsd-index
Command: npx skills add https://github.com/giovannimnz/gsd-caveman-hermes --skill gsd-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a centralized index of all GSD Hermes skills to simplify discovery and onboarding.

Core Features & Use Cases

  • Catalogs available skills with names and short descriptions for quick reference.
  • Supports loading individual skills via skill_view(name="gsd/<skill>") or the full list with skill_view(name="gsd-index").
  • Aids onboarding, ecosystem exploration, and tooling integration by exposing consistent metadata.

Quick Start

Load all available GSD Hermes skills using skill_view(name="gsd-index").

Frequently Asked Questions about gsd-index

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

FAQPage Schema
How do I list all available GSD Hermes skills for quick discovery?

To list all available GSD Hermes skills for quick discovery, load the full index using skill_view(name="gsd-index"). This catalogs every available skill with its name and short description for rapid reference.

What is a centralized skill index and how does it simplify onboarding?

A centralized skill index simplifies onboarding by cataloging available skills with names and descriptions in a single view. It exposes consistent metadata to aid ecosystem exploration and tooling integration.

How do I load an individual skill from the GSD Hermes ecosystem?

To load an individual skill from the GSD Hermes ecosystem, use skill_view(name="gsd-<skill>"). Each skill must expose a SKILL.md frontmatter containing a name, description, and descriptive content body.

Does every GSD Hermes skill require a SKILL.md frontmatter to be indexed?

Yes, every GSD Hermes skill requires a SKILL.md frontmatter containing a name and description to be indexed. It must also include a descriptive content body used when the skill is activated.

What is the best way to explore available frontend and documentation skills in this ecosystem?

The best way to explore available frontend and documentation skills is loading the full index via skill_view(name="gsd-index"). This provides a centralized catalog of names and descriptions for quick reference.