skills-of-groundwork

Read SKILL.md frontmatter to catalog Groundwork skill names and descriptions.

41|4|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/etr/groundwork --skill skills-of-groundwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-of-groundwork
Source: https://github.com/etr/groundwork/tree/main/skills/skills-of-groundwork
Command: npx skills add https://github.com/etr/groundwork --skill skills-of-groundwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Groundwork skill system requires a centralized view of every available skill. This capability scans the plugin's skills directory, reads each SKILL.md frontmatter, and presents a structured discovery listing.

Core Features & Use Cases

  • Enumerate all SKILL.md files under skills/*/ to extract name and description.
  • Categorize skills by name and description for quick browsing.
  • Support onboarding and auditing by providing an up-to-date skill catalog.

Quick Start

Run the discovery to enumerate all Groundwork skills installed in the plugin.

Frequently Asked Questions about skills-of-groundwork

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

FAQPage Schema
How do I discover all available Groundwork skills in my directory?

To discover Groundwork skills, run the discovery process to scan the skills directory, read each SKILL.md frontmatter, and generate a structured catalog of skill names and descriptions.

How does markdown frontmatter extraction work for skill metadata?

Markdown frontmatter extraction works by reading each SKILL.md file under the skills directory to parse metadata fields like name and description, categorizing them into a structured listing for easy browsing.

Can I categorize markdown skills automatically by reading their metadata?

Yes, you can categorize markdown skills automatically by reading the frontmatter metadata of each SKILL.md file and organizing the extracted names and descriptions into a structured catalog for quick browsing.

What is the best way to audit and onboard an existing skill catalog?

The best way to audit and onboard a skill catalog is to enumerate all SKILL.md files, extract their frontmatter metadata, and present an up-to-date categorized listing for easy browsing and downstream tooling.

Does this skill discovery process require any external dependencies?

No, this skill discovery process requires no external dependencies, as it directly reads the SKILL.md frontmatter files within the local skills directory to generate the structured catalog.

Why should I use frontmatter metadata for skill discoverability instead of manual listing?

Using frontmatter metadata for skill discoverability ensures the catalog remains up-to-date automatically by reading directly from SKILL.md files, preventing manual tracking errors and supporting downstream tooling integration.