rad-help

Answers user questions about Rad Orc from locally installed documentation.

Updated May 24, 2026
One-click install
npx skills add https://github.com/MetalHexx/rad-orc-marketplace --skill rad-help-metalhexx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rad-help
Source: https://github.com/MetalHexx/rad-orc-marketplace/tree/main/claude-plugin/skills/rad-help
Command: npx skills add https://github.com/MetalHexx/rad-orc-marketplace --skill rad-help-metalhexx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Users of the Rad Orc agentic coding environment often need guidance on features, workflows, and concepts without digging through documentation themselves. This Skill puts the agent into a persistent documentation-grounded help mode that answers questions strictly from the shipped local docs, at a user-friendly altitude that hides implementation details. ## Core Features & Use Cases - Documentation-grounded Q&A: Answers questions exclusively from the local corpus at ~/.radorc/docs, with clickable dashboard citations, and degrades gracefully if docs are missing. - Multiple help modes: Routes on the invocation argument to a feature tour (spotlight), a guided tutorial that builds something, a skill lookup explaining what any shipped skill does, or direct Q&A. - Persistent help posture: Holds a warm, plain-language persona for the whole engagement, never surfacing function names, flags, or internal mechanics. - Use Case: A new user runs /rad-help, picks the tour from the opening menu, and is walked through Rad Orc's features one at a time with links to read more on the local dashboard. ## Quick Start Run /rad-help and ask any question about Rad Orc, or pick the tour or tutorial option from the opening menu.

Frequently Asked Questions about rad-help

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

FAQPage Schema
How do I get help with Rad Orc features?▼

Run /rad-help to enter help mode, which answers questions from the locally installed Rad Orc documentation. You can pick a feature tour, a guided tutorial, or simply ask a question in your own words.

How do I learn what a specific Rad Orc skill does?▼

Run /rad-help followed by the skill name, with or without a leading slash. The skill lookup mode reads the shipped definition and explains what it does for you, when it enters the workflow, and how it relates to other skills.

Does rad-help work without the local documentation installed?▼

No. If ~/.radorc/docs/README.md is missing, the skill tells you the local documentation is not installed and stops. It never falls back to the network or answers from memory of the docs.

Why won't rad-help explain commands, flags, or file paths?▼

Help mode enforces a hard rule that implementation details never surface in answers, keeping explanations at a user-facing altitude. If a question can only be answered at that level, it says so and hands back to the ordinary unrestricted agent.

Can I get a guided walkthrough of building something with Rad Orc?▼

Yes. After a bare /rad-help, choose the option to build something, and tutorial mode walks you through the settle-plan-execute arc using your own idea, starting the dashboard and pacing one step at a time.