nerdsanenerdsaneCommunityยท5 Agent Skills Included

temper

Verified state machine runtime with policy-governed deployments

Builds running applications from plain-language state machine specs instead of hand-written code. Verifies every spec through symbolic checks, model checking, simulation, and property tests before deployment. Eliminates broken integrations and silent state corruption with hot-reloadable specs and human-approved access policies. Ships with an OData API, audit log, and multi-tenant storage out of the box.
npx skills add nerdsane/temper --all -g -y
Available:

Gives your AI agent the kernel architecture map, deterministic simulation rules, and verification commands it must follow when writing or testing code in this repository.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Temper?โ–ผ

Run `npx skills add nerdsane/temper --all -g -y` in your terminal to install all skills in this suite globally.

What problem does Temper solve?โ–ผ

It turns plain-language descriptions of states and transitions into verified, running applications. Every spec passes four layers of automated verification before it can go live, so broken logic never deploys.

How does Temper handle permissions?โ–ผ

All actions are denied by default under Cedar policies. When an action is blocked, a human approves it through the Observe UI or CLI, and the new rule loads without a restart.

Does Temper work with Claude Code and OpenClaw?โ–ผ

Yes. Temper exposes an HTTP API and an MCP bridge, so Claude Code, OpenClaw, LangChain, and any HTTP-capable client can drive it directly.

Can I update an app without downtime?โ–ผ

Yes. Specs hot-reload while the server keeps running, and existing entities keep their current state through every update.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’