temper
Verified state machine runtime with policy-governed deployments
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdesloppify
Scan codebases for quality issues and technical debt across 28 languages.
Temper App Builder
Build applications from declarative state machine, data model, and policy specifications.
Temper
Deploy formally verified agent operating systems with Cedar authorization.
Temper User
Translate natural language commands into Temper API calls for bug tracking and developer management.
temper-agent
Mediate agent actions through Temper with Cedar authorization policies.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core