saris-skills
v2.1.0
Published
Personal agentic workflow skills for OpenCode — coding standards, TDD, grill-me, PRD writing, issue decomposition, architecture review, session hygiene, and the ralph AFK loop
Downloads
358
Maintainers
Readme
saris-skills
Personal agentic workflow plugin for Claude Code — by Saris Kia.
Quick Start
# Add this marketplace
/plugin marketplace add sariskiat/saris-skills
# Install the plugin
/plugin install saris-skill@sariskiatSkills
| Skill | When to use |
|---|---|
| code-standards | Pushed to reviewer agents alongside diffs — Python quality rules |
| implementation-philosophy | Pull before any feature work — boundary testing, Rule of Three |
| hard-gates | Self-invoke before marking any task done — 10-point checklist + TDD protocol |
| grill-me | Interview before planning — reaches shared design concept one question at a time |
| write-prd | Converts grill-me alignment into a destination PRD |
| prd-to-issues | Breaks PRD into vertical-slice Kanban issues (DAG, AFK vs HITL) |
| improve-codebase-architecture | Surfaces shallow modules, proposes deep-module refactors |
| session-hygiene | Smart zone / dumb zone rules, doc rot prevention, sub-agent drip |
| afk-criteria | Classifies tasks as AFK-safe vs human-in-loop |
| review-protocol | Pushed to review agent alongside diff — model selection, review order |
| bootstrap-project | Scaffolds ralph + issues/ into a new project from templates |
The ralph AFK Loop
The plugin ships with templates/ralph/ — shell scripts for running the supervisor/implementer loop:
# After installing, bootstrap a project:
/saris-skill:bootstrap-project
# Single run
bash ralph/once.sh
# Looped run (5 iterations, Docker sandbox)
bash ralph/afk.sh 5
# Parallel Opus review (run in a fresh session)
bash ralph/review.shLicense
This is free and unencumbered software released into the public domain. See LICENSE.
