how-to-use

Generate usage guides for plugin skills from SKILL.md metadata.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill how-to-use
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: how-to-use
Source: https://github.com/kangmomin/harness-plugins/tree/main/be-harness/skills/how-to-use
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill how-to-use

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a centralized guide to discover and understand all skills within the plugin by listing available skills and explaining how to use each one.

Core Features & Use Cases

  • Catalogs all skills by scanning each skill's SKILL.md and reading its name and description.
  • Generates a clear, user-friendly usage guide for the selected skill, including invocation syntax, prerequisites, and example flows.
  • Supports a guided, step-by-step onboarding process to help new users learn and apply skills quickly.

Quick Start

Ask Claude to list the available skills and then choose one to view its usage guidance.

Frequently Asked Questions about how-to-use

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

FAQPage Schema
How do I discover all available plugin skills and find their usage instructions?

To discover available plugin skills, you can request a searchable list that scans SKILL.md metadata to present each skill's name, description, prerequisites, and invocation syntax in a user-friendly guide.

What is the best way to generate onboarding documentation for new users learning plugin skills?

Generating onboarding documentation is best handled by reading frontmatter metadata and SKILL.md content to produce a step-by-step guide, helping new users learn capabilities and apply skills quickly in real scenarios.

Can I view specific invocation syntax and example flows for a selected skill?

Yes, you can view invocation syntax and example flows by selecting a specific skill from the catalog, which generates detailed usage guidance including prerequisites and related skills based on its metadata.

Does this skill cataloging process require any external dependencies?

No external dependencies are required for the skill cataloging process, as it directly reads SKILL.md files and frontmatter metadata within the plugin to organize and explain all available capabilities.

How does reading frontmatter metadata help teams understand available capabilities?

Reading frontmatter metadata helps teams understand available capabilities by automatically extracting names, descriptions, and prerequisites to generate a centralized, searchable guide for invoking skills in real scenarios.