Qhelp

Read a skill's SKILL.md and generate usage guidance in the user's language.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qhelp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Qhelp
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qhelp
Command: npx skills add https://github.com/inho-team/qe-framework --skill qhelp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool provides quick, language-aware guidance for QE framework skills, enabling users to understand and use any skill with minimal friction.

Core Features & Use Cases

  • Per-skill usage summaries: reads target skill's SKILL.md and generates concise guidance in the user's language.
  • Full reference mode: prints the complete QE reference card when no argument is provided.
  • Language-aware formatting: detects user language and outputs relevant sections.

Quick Start

Run /Qhelp with no argument to view the full catalog, or use /Qhelp <skillName> to generate a per-skill usage summary in your language.

Frequently Asked Questions about Qhelp

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

FAQPage Schema
How do I get a multilingual usage summary for a specific skill?

To get a multilingual usage summary, provide the target skill name as an argument. The tool reads the skill's SKILL.md, extracts frontmatter and workflow blocks, and outputs concise guidance in your detected language.

What is the best way to view the full QE skills reference catalog?

To view the full QE skills reference, run the command with no arguments. It prints the complete reference card, allowing you to browse all available skills and their core descriptions without specifying a target.

Does the Qhelp skill read frontmatter data from SKILL.md files?

Yes, the Qhelp skill reads frontmatter data directly from SKILL.md files. It extracts the description and workflow sections to build accurate, concise usage summaries for the requested QE framework skill.

Can I use this tool to understand a skill if my primary language is not English?

Yes, you can use this tool for non-English languages because it is language-aware. It detects your language to format the usage summary, while internally ensuring output is in English for embedding and planning.

How does language-aware formatting work for skill documentation?

Language-aware formatting works by detecting the user's language and matching it with relevant sections from the SKILL.md. It translates the extracted usage guidance while keeping the underlying extraction in English for system processing.

Are there limitations when extracting usage blocks from SKILL.md?

A key limitation is that extraction depends entirely on the target skill having a valid SKILL.md. If the file lacks structured frontmatter or usage blocks, the generated summary will be incomplete or fail to produce useful guidance.