help-with-groundwork

List Groundwork commands, skills, and agents from the plugin manifest.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Groundwork users often struggle to know what commands, skills, and agents are available in the plugin. This skill provides a current catalog by scanning the Groundwork manifest and component directories and extracting descriptions for each item.

Core Features & Use Cases

  • Enumerates available Groundwork commands, skills, and agents by reading the plugin manifest and directory structure.
  • Extracts each component's name and description from YAML frontmatter to build a unified, discovery-ready catalog.
  • Presents the results in a grouped overview that supports quick exploration, planning, and integration.

Quick Start

Ask for the Groundwork help overview to see all available commands, skills, and agents.

Frequently Asked Questions about help-with-groundwork

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

FAQPage Schema
How do I list all available Groundwork commands, skills, and agents?

To list all available Groundwork commands, skills, and agents, request the discovery overview. The tool scans the plugin manifest and component directories to extract YAML frontmatter, producing a grouped catalog of names and descriptions for quick exploration.

What's the best way to discover Groundwork plugin components for downstream integration?

Discovering Groundwork plugin components involves scanning the manifest and directories to build discovery-ready metadata. This process extracts each component's name and description, yielding a unified catalog that supports downstream tooling and integration planning.

How does the Groundwork manifest scanning process work for cataloging components?

The Groundwork manifest scanning process works by reading the plugin manifest and directory structure to enumerate components. It extracts names and descriptions from YAML frontmatter to produce a unified, discovery-ready catalog grouped by commands, skills, and agents.

Can I use this approach to find Groundwork agents and skills without manual directory browsing?

Yes, you can find Groundwork agents and skills without manual directory browsing. The cataloging approach automatically scans component directories and parses YAML frontmatter to present a grouped overview, eliminating the need to manually inspect the file structure.

Do I need any dependencies installed to scan the Groundwork plugin manifest?

No dependencies are required to scan the Groundwork plugin manifest and generate the component catalog. The discovery process relies solely on accessing the existing manifest and component directories to extract current names and descriptions.

Why does my Groundwork component discovery return incomplete metadata?

Groundwork component discovery returns incomplete metadata when YAML frontmatter is missing or malformed in the plugin directories. The scanning process extracts descriptions directly from this frontmatter, so any absent fields will result in gaps within the generated catalog.