MetalHexx
Community@MetalHexx
MetalHexx maintains Rad Orc, a skill suite for orchestrating multi-phase software projects from brainstorming through planning, execution, code review, and delivery.
Agent Skills by MetalHexx
Showing 21 vetted skills indexed across 1 GitHub repositories.
rad-execute
Orchestrates project execution through the rad-orc pipeline via CLI-driven run modes.
rad-communication
Loads, switches, and crafts agent communication styles for session replies.
rad-execute-coding-task
Implements coding tasks from self-contained handoff documents with testing, review dispositions, and commits.
rad-session
Saves, lists, and resumes conversation sessions against projects via a CLI.
rad-log-error
Appends structured error entries to a project error log when pipeline execution fails.
rad-project
Query and organize project identity, relationships, and worktree locations via the radorch CLI.
rad-source-control
Routes git commit, pull request, and worktree operations to reference guides.
rad-orchestration
Orchestrates document-driven project pipelines by signaling events and dispatching subagents.
rad-help
Answers user questions about Rad Orc from locally installed documentation.
rad-portfolio
Create and maintain portfolio documents tracking multi-iteration design initiatives across sessions.
rad-visual-docs
Generates self-contained HTML wireframes, content visuals, and architecture diagrams for project documentation.
rad-repo
Registers and manages git repositories and repo-groups in a cross-repo registry.
rad-brainstorm
Facilitates collaborative brainstorming sessions that converge on consensus goals and draft requirements documents.
rad-init
Preview and configure the session-start ambient awareness banner verbosity level.
rad-ui-stop
Stops the rad orchestration dashboard UI by terminating its recorded process.
rad-code-review
Reviews git diffs against task, phase, or final contracts and produces verdict-driven review reports.
rad-ui-status
Checks the radorch dashboard UI status and reports its running state and URL.
rad-ui-start
Launch the rad orchestration dashboard UI and report its URL.
rad-amend
Amends approved project plans by adding, revising, or dropping phases and tasks.
rad-plan
Orchestrates the planning pipeline to author and audit a Master Plan from an approved Requirements doc.
rad-create-plans
Author Requirements, Master Plan, and amendment documents for the rad-orc planning pipeline.
Frequently Asked Questions About MetalHexx
FAQPage SchemaWhat tasks can I accomplish with MetalHexx's Rad Orc skills?▼
You can brainstorm and refine project goals, author Requirements and Master Plan documents, execute multi-phase coding pipelines, run scoped code reviews, manage commits and pull requests, save and resume sessions, amend approved plans, and generate wireframes, mockups, and architecture diagrams.
Who are the Rad Orc skills designed for?▼
They target developers running agent-driven software projects: a main orchestrator agent manages pipeline flow, rad-orc:coder agents perform coding tasks, and rad-orc:reviewer agents conduct code reviews, while operators approve plans and amendments at gated checkpoints.
How does a typical Rad Orc project run from start to finish?▼
Start with /rad-brainstorm to define goals and approve a Requirements doc, then run /rad-plan to author the Master Plan, and /rad-execute to run the pipeline. Use /rad-amend for approved plan changes and /rad-session to save or resume progress across terminals.
How do I monitor and troubleshoot the Rad Orc dashboard?▼
Invoke /rad-ui-start to launch the orchestration dashboard and get its URL for a visual project overview. Use /rad-ui-status to check health and diagnose issues, and /rad-ui-stop to shut it down or restart it when the UI misbehaves.
What prerequisites or context do the Rad Orc skills require?▼
Skills assume the Rad Orc environment with its radorch.mjs pipeline envelope. Some skills are role-gated: rad-execute-coding-task requires a rad-orc:coder assignment, rad-code-review requires rad-orc:reviewer, and orchestration skills apply to the main agent running an execution.