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,17 @@
# Simple Pipeline Example
# Research a topic, then write an article
import "web-search" from "github:example/web-search"
agent researcher:
model: sonnet
skills: ["web-search"]
agent writer:
model: opus
session research: researcher
prompt: "Research the latest developments in quantum computing"
-> session article: writer
prompt: "Write a blog post about quantum computing"