formula-authoring

Solid

Author TOML-based Formula workflow templates that become Protomolecules and active Molecules in Gas Town's durable workflow system.

API & Backend 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
61
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Formula Authoring ## Overview Create and manage TOML-based Formula templates that define repeatable multi-step workflows. Formulas are cooked into Protomolecules (frozen, ready to instantiate) and then activated as Molecules (durable, checkpoint-able workflows). ## When to Use - Defining repeatable workflow templates - Creating multi-step processes with variable binding - Building workflows that must survive restarts - When NDI (Nondeterministic Idempotence) is needed ## Process 1. **Define** formula steps and variables in TOML format 2. **Validate** formula structure and dependencies 3. **Cook** into protomolecule (resolve variables, freeze) 4. **Test** by instantiating a trial molecule 5. **Register** in the formula library for reuse ## Formula Lifecycle ``` Formula (TOML template) -> Protomolecule (frozen) -> Molecule (active, durable) ``` ## Key Concepts - **Formula**: TOML-based workflow template with variables - **Protomolecule**: Frozen template ready to instantiate - **Molecule**: Active durable workflow surviving restarts - **NDI**: Nondeterministic Idempotence - useful outcomes from unreliable processes ## Tool Use Invoke via babysitter process: `methodologies/gastown/gastown-molecule`

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

formula-create

Create a new agentfactory formula from a description or SKILL.md file. Generates a properly structured TOML formula with steps, dependencies, inputs, and iteration mechanisms. When given a SKILL.md, preserves phase gates as separate formula steps with enforcement language.

0 Updated yesterday
stempeck
AI & Automation Solid

formula-derivation

Structure and derive research formulas when the user wants to 推导公式, derive a theory line, build equations from a problem statement, clarify assumptions, separate formal derivation from remarks, or turn messy theory notes into a paper-ready derivation skeleton. Use for research-style formula development, not for fully rigorous theorem proving once the claim is already fixed.

11,152 Updated today
wanshuiyin
AI & Automation Listed

polyflow

Author runnable workflow scripts for multi-agent orchestration across Claude Code, Codex, Copilot, and Gemini — deterministic JavaScript files that fan out fresh-context subagents under plain control flow. Use when the user wants to create, scaffold, or fix a workflow, or author/edit a .js file under .claude/workflows/: "make a workflow", "create a workflow for X", "turn this into a workflow", "scaffold a multi-agent pipeline". NOT for merely running an existing workflow, or a one-off single-subagent task.

0 Updated today
hiranp
AI & Automation Listed

improve-agent

Improve an agent's formula TOML based on post-execution learnings. Use after a formula run required manual intervention, produced incorrect artifacts, or left cleanup work for the operator. Classifies the failure type, scans for sibling vulnerabilities, selects the appropriate fix pattern, and surgically inserts corrective steps into the formula.

0 Updated yesterday
stempeck
AI & Automation Solid

homebrew-formula-generator

Generate Homebrew formula for CLI distribution on macOS and Linux.

1,160 Updated today
a5c-ai