skills

Index SKILL.md frontmatter to list, detail, and filter skills.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill skills-lbstrydom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills
Source: https://github.com/Lbstrydom/claude-engineering-skills/tree/main/.claude/skills/skills
Command: npx skills add https://github.com/Lbstrydom/claude-engineering-skills --skill skills-lbstrydom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an always-current catalog of all skills by reading each skill's SKILL.md frontmatter, eliminating drift between listed capabilities and the true skill definitions.

Core Features & Use Cases

  • Reads per-skill SKILL.md frontmatter to generate a unified, discoverable catalog.
  • Renders a compact list and detailed blocks for individual skills, enabling quick scanning and targeted exploration.
  • Read-only reference that does not modify code and reflects the canonical skill definitions.

Quick Start

Run the helper to list all skills, show details for one skill, or filter by a search term.

Frequently Asked Questions about skills

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

FAQPage Schema
How do I list all available skills from SKILL.md frontmatter in a CLI environment?

To list available skills from SKILL.md frontmatter in a CLI environment, run the helper tool to index the metadata and render a compact, read-only catalog. This allows quick scanning and discovery of all registered skills.

What is the best way to discover skill definitions without causing code drift?

The best way to discover skill definitions without causing code drift is to use a read-only reference tool that indexes SKILL.md frontmatter. This ensures the catalog reflects canonical definitions without modifying the underlying code.

Can I filter the skills catalog by a specific search term?

Yes, you can filter the skills catalog by a specific search term. The CLI helper supports filtering the indexed SKILL.md frontmatter to help you quickly find specific skills matching your query.

How do I show detailed information for a single skill from the command line?

To show detailed information for a single skill from the command line, run the helper with the detail command. It reads the specific SKILL.md frontmatter and renders a detailed block for targeted exploration.

Do I need to manually update the skills reference catalog when definitions change?

No, you do not need to manually update the skills reference catalog when definitions change. The tool provides an always-current catalog by reading each skill's SKILL.md frontmatter dynamically, eliminating drift.