com um clique
create-sop
// Create a new SOP-style skill as skills/<name>/SKILL.md with kind: sop frontmatter and structured Parameters/Steps sections.
// Create a new SOP-style skill as skills/<name>/SKILL.md with kind: sop frontmatter and structured Parameters/Steps sections.
Install and configure Rho from scratch (Doom-style init.toml + sync). Only prereq: a coding agent that can run shell commands.
Extract durable learnings and preferences from conversations for automatic memory capture.
Consolidate brain memory and mine user sessions since the last consolidation checkpoint (sleep-cycle style). Use to reduce noisy prompt injection while preserving durable high-value memories.
Keep CHANGELOG.md idiomatic (Keep a Changelog) and cut a tag-based GitHub release that triggers npm publish CI.
Implement coding tasks with an explore-plan-code workflow and explicit verification gates.
Generate structured .code-task.md files from rough descriptions or PDD plans.
| name | create-sop |
| description | Create a new SOP-style skill as skills/<name>/SKILL.md with kind: sop frontmatter and structured Parameters/Steps sections. |
| kind | sop |
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-review