how-to-use-hd

List available skills and summarize their usage instructions from SKILL.md files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps users discover and understand the skills available within the plugin by listing them and presenting each skill's usage instructions.

Core Features & Use Cases

  • Skill discovery: Enumerates registered skills by reading each SKILL.md and extracting the name and description.
  • Usage guidance: Presents a clear, step-by-step explanation of how to invoke a selected skill and what it does.
  • Context-aware help: Allows quick access to the detailed instructions for any skill to support efficient workflows.

Quick Start

Ask me for the usage of a specific skill by name.

Frequently Asked Questions about how-to-use-hd

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

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

To discover plugin skills, you can enumerate registered skills by reading each SKILL.md frontmatter to extract the name and description, then present the Markdown body as the usage instructions for efficient workflow access.

What is the best way to get step-by-step guidance for a specific skill?

The best way to get step-by-step skill guidance is to request usage instructions by skill name, which reads the SKILL.md Markdown body to present a clear explanation of how to invoke the selected skill and what it does.

Can I list all registered skills within the harness-plugins ecosystem?

Yes, you can list all registered skills within the harness-plugins ecosystem by enumerating available skills, which reads each SKILL.md file to extract and display the skill name and description for discovery.

How does skill discovery work with SKILL.md files?

Skill discovery works by reading each SKILL.md file's frontmatter to extract the name and description, then using the remaining Markdown body as the detailed usage instructions to support context-aware help.

Do I need any dependencies to view usage guidance for plugin skills?

No dependencies are required to view usage guidance for plugin skills, as the process only requires reading the SKILL.md frontmatter and Markdown body within the harness-plugins ecosystem to summarize instructions.