saffron-health

56 mods across 2 repositories, 939 stars between them.

libretto AGENTS.md

25

saffron-health/libretto

Instructions file CodexOpenCode

Instructions for saffron-health/libretto, covering agent guidelines, background context, package structure, important commands and code quality.

882 12d ago A 1,532 tokens original MIT

libretto CLAUDE.md

26

saffron-health/libretto

Instructions file

Instructions for saffron-health/libretto, covering libretto monorepo, releasing a new version, publishing an experimental version and mirror system.

882 12d ago A 352 tokens original MIT

dev-browser

27

saffron-health/libretto

Skill Claude CodeCodex

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website"…

882 12d ago A 84 tokens copy · 100% MIT

code_sketch

29

saffron-health/opencode-gui

Command Codex

Generate an implementation skeleton (code sketch) with placeholder functions, types, and comments that illustrate overall structure and logical flow.

57 5mo ago A 27 tokens original MIT

commit

30

saffron-health/opencode-gui

Command Codex

Stage all changes and commit with appropriate message, showing changed files and edits.

57 5mo ago A 16 tokens original MIT

implement

32

saffron-health/opencode-gui

Command Codex

You are tasked with implementing a feature/fix based on a provided spec sheet.

57 5mo ago A 0 tokens original MIT

push

33

saffron-health/opencode-gui

Command Codex

If on main, checkout a new branch first. Commit the changes in the current branch. Use gh cli to see if a PR exists already. If it doesn't, create one with an appropriate title and description. If a PR does exist, query the current title and description, and update it if appropriate. Then push the changes. For any…

57 5mo ago A 0 tokens original MIT

push_everything

34

saffron-health/opencode-gui

Command Codex

If on main, checkout a new branch first. Stage ALL changes in the repository (not just session changes) with git add -A. Commit the changes with an appropriate message summarizing all the work. Use gh cli to see if a PR exists already. If it doesn't, create one with an appropriate title and description. If a PR does…

57 5mo ago A 0 tokens original MIT

remove_slop

35

saffron-health/opencode-gui

Command Codex

Check the diff against main and remove all AI-generated slop introduced in this branch.

57 5mo ago A 0 tokens copy · 86% MIT

research

36

saffron-health/opencode-gui

Command Codex

Research a topic based on a query prompt and collect findings, sources, and recommended next steps.

57 5mo ago A 20 tokens original MIT

review

37

saffron-health/opencode-gui

Command Codex

You are an expert code reviewer specializing in evaluating implementations for simplicity and correctness. Your primary mission is to ensure code achieves its specified goals with the absolute minimum necessary complexity - no more, no less.

57 5mo ago A 0 tokens original MIT

wrap_up

39

saffron-health/opencode-gui

Command Codex

Wrap up the current work session by committing changes, ensuring a PR exists, and providing a handoff summary for the next developer.

57 5mo ago A 0 tokens original MIT

address-review

40

saffron-health/opencode-gui

Skill Claude CodeCodex

Address PR review comments systematically. Use when responding to code review feedback on a pull request.

57 5mo ago A 21 tokens copy · 100% MIT

commit

41

saffron-health/opencode-gui

Skill Claude CodeCodex

Stage all changes and commit with appropriate message, showing changed files and edits. Use when you need to create a git commit.

57 5mo ago A 27 tokens original MIT

dev-command

42

saffron-health/opencode-gui

Skill Claude CodeCodex

Interact with the running VSCode extension via Playwright. Use when automating, testing, or debugging the OpenCode webview UI.

57 5mo ago A 30 tokens original MIT

generate-spec

43

saffron-health/opencode-gui

Skill Claude CodeCodex

Create a spec sheet for the given feature/fix request in specs/ directory. Use when planning a significant new feature or complex fix.

57 5mo ago A 30 tokens original MIT

get-pr-reviews

44

saffron-health/opencode-gui

Skill Claude CodeCodex

Get nicely formatted output of the last review comments on a PR. Used internally by other skills.

57 5mo ago A 24 tokens copy · 100% MIT

implement-spec

45

saffron-health/opencode-gui

Skill Claude CodeCodex

Implement a single phase of a spec. Use when given a spec file and a phase number to implement.

57 5mo ago A 24 tokens copy · 100% MIT

playwright

46

saffron-health/opencode-gui

Skill Claude CodeCodex

Browser automation CLI using Playwright. Use when automating browser workflows, filling forms, clicking elements, scraping pages, or debugging web issues.

57 5mo ago A 31 tokens original MIT

prompting

47

saffron-health/opencode-gui

Skill Claude CodeCodex

Guide for writing effective system prompts for LLM agents. Use when creating or editing system prompts for applications, agent configurations, or development tools.

57 5mo ago A 31 tokens copy · 100% MIT

push-everything

48

saffron-health/opencode-gui

Skill Claude CodeCodex

Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.

57 5mo ago A 32 tokens original MIT