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,19 @@
# Parallel Research
# Gather information from multiple sources concurrently
agent researcher:
model: sonnet
prompt: "You are a research assistant"
# Research multiple aspects in parallel
parallel:
history = session: researcher
prompt: "Research the historical background"
current = session: researcher
prompt: "Research the current state of the field"
future = session: researcher
prompt: "Research future trends and predictions"
# Combine all research
session "Write comprehensive research summary"
context: { history, current, future }