feat: add OpenProse plugin skills

This commit is contained in:
Peter Steinberger
2026-01-23 00:49:32 +00:00
parent db0235a26a
commit 51a9053387
102 changed files with 23315 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
# Parallel Review Example
# Three reviewers analyze code in parallel, then synthesize
agent reviewer:
model: sonnet
parallel:
security = session: reviewer
prompt: "Review this code for security issues"
performance = session: reviewer
prompt: "Review this code for performance issues"
style = session: reviewer
prompt: "Review this code for style and readability"
session synthesizer:
model: opus
prompt: "Synthesize the reviews into a unified report"
context: { security, performance, style }