mxHelp

List installed public mxLore skills and render details from SKILL.md frontmatter.

29|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/MicrotronX/mxLore --skill mxhelp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mxHelp
Source: https://github.com/MicrotronX/mxLore/tree/main/claude-setup/skills/mxHelp
Command: npx skills add https://github.com/MicrotronX/mxLore --skill mxhelp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a read-only, frontmatter-driven view of all installed mx*-skills, enabling quick discovery without making changes.

Core Features & Use Cases

  • Globs all MX Skill SKILL.md frontmatter and renders a categorized discovery list.
  • Reads and renders details from each SKILL.md frontmatter without editing MCP state.
  • Detail view supports listing an individual skill's purpose, modes, and examples when requested with /mxHelp <name>.

Quick Start

Open /mxHelp to list all public mx*-skills or /mxHelp <name> for details.

Frequently Asked Questions about mxHelp

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

FAQPage Schema
How do I discover all installed public skills at a glance?

To discover installed public skills at a glance, open /mxHelp. It globs all MX Skill SKILL.md frontmatter on disk and renders a categorized discovery list, providing a read-only overview of available capabilities without editing state.

Can I view specific details and modes for a single skill from its markdown frontmatter?

Yes, you can view specific details by running /mxHelp <name>. It reads the SKILL.md frontmatter to render an individual skill's purpose, modes, and examples, enforcing the public allowlist and resolving skill paths.

What is the best way to list categorized groups of available skills on disk?

The best way to list categorized groups of available skills is using a frontmatter-driven discovery view. This approach surfaces public mxLore skills installed on disk, rendering concise descriptions across categorized groups.

Does the skill discovery process modify MCP state or installed configurations?

No, the skill discovery process is read-only and does not modify MCP state. It strictly reads and renders details from SKILL.md frontmatter to provide a view of installed public skills without making changes.

Why are some installed mx-* skills not showing in the skill catalog?

Installed mx-* skills may not show in the skill catalog because the discovery process enforces a public allowlist. Only skills that pass this allowlist and have valid SKILL.md frontmatter are surfaced for discovery.