rp1
Structured feature building, PR review, and codebase knowledge workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorssample-skill
Parse SKILL.md front matter and extract name and description fields.
knowledge-base-templates
Generate structured knowledge-base templates for codebases and monorepos.
mermaid
Create, validate, and repair Mermaid.js diagrams with rp1 CLI.
markdown-preview
Convert Markdown, plain text, and Mermaid diagrams into self-contained HTML previews.
code-comments
Extract comment locations from git-scoped code changes into a structured JSON manifest.
maestro
Automate Claude Code skill creation and refinement with validation.
Frequently Asked Questions
FAQPage SchemaHow to install rp1?▼
Run `npx skills add rp1-run/rp1 --all -g -y` in your terminal to install all skills in this suite globally.
What does rp1 do for my codebase?▼
It builds a persistent knowledge base of your architecture and patterns, then uses it to run structured workflows like feature builds, bug investigations, and PR reviews that respect your existing conventions.
Which coding assistants work with rp1?▼
rp1 works with Claude Code today, with experimental support for OpenCode and Codex CLI, and more platforms planned.
How do I build a feature with rp1?▼
Run `/knowledge-build` once to index your project, then use `/build` for full features or `/build-fast` for smaller changes; the workflow handles planning, implementation, and verification in one pass.
Can rp1 review pull requests automatically?▼
Yes. The `/pr-review` command runs a map-reduce review with visual diagrams and can post deduplicated comments directly to GitHub, including in CI pipelines.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core