skills/create-sop/SKILL.md
Create a new SOP-style skill as skills/<name>/SKILL.md with kind: sop frontmatter and structured Parameters/Steps sections.
npx skillsauth add mikeyobrien/rho create-sopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new workflow skill where SOPs are implemented as skills.
Canonical artifact:
skills/<skill-name>/SKILL.mdA valid SOP skill must include:
name, description, and kind: sop## Parameters## Stepsskills): Parent directory for the skilltrue): Include ## Examplestrue): Include ## TroubleshootingConstraints:
Constraints:
skill_name.Constraints:
---
name: <skill_name>
description: <one-line purpose>
kind: sop
---
# <Title>## Overview## Parameters## StepsMUST, SHOULD, MAY).Constraints:
{output_dir}/{skill_name}/SKILL.mdskills/<skill_name>/SKILL.md.Constraints:
kind: sop.## Parameters and ## Steps are present./skill run {skill_name}.When done, report:
Input:
sop_topic: "Automated code review with lint/test gates"skill_name: code-reviewOutput path:
skills/code-review/SKILL.mdRun with:
/skill run code-reviewdata-ai
Install and configure Rho from scratch (Doom-style init.toml + sync). Only prereq: a coding agent that can run shell commands.
documentation
Detect and resolve orphaned notes in the vault. Use during heartbeat maintenance or when vault status shows orphans. Finds notes with no inbound wikilinks and either connects them to the graph or flags them for cleanup.
testing
Update the pi-coding-agent npm package to the latest version. Use when the user wants to update pi, upgrade pi, or get the latest version of the coding agent.
development
Run a curiosity-driven explore-and-build loop to ship one useful improvement.