typesafe-ai/skills
Agent skills for building with TypeSafe's System One API
About the project
Agent skills for building with TypeSafe's System One API: typed decisions and probabilities for LLM agents. Installs as a Claude Code plugin or via skills.sh.
Useful for
- Install the skill into Claude Code to design TypeSafe workflows
- Route incoming support tickets by department with human review for uncertain cases
- Look up current System One docs and cookbooks through the agent
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 208 stars so far today, about 326 expected by the end of the day. The usual pace is 0 per day, so that's 326× as much.
- Over the last two days the pace is 32× that of the previous week and a half.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 27 days old and already has 1,006 stars.
- Top new repositories this month: #90.
- Hacker News: “Introducing System One Models and Jev” — 1,924 points, 4 days ago.
- About 21 forks a day — people are taking the code.
- Recent forks include notable developers: @MaTriXy (216 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 1,006
- Stars in a day
- 326
- Forks
- 44
- Issues and pull requests
- 4
- Watchers
- 2
- License
- MIT
- Created
- August 24, 2026
- Last push
- September 12, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- Introducing System One Models and Jev1,924 points, September 15, 2026
- Typesafe AI5 points, September 15, 2026
Spotted in
- September 20, 2026Top new repositories this month: #90
Similar projects
-
8.9
browser-use/jev-ultrafast
A browser agent with a dynamic, indexed action space: given one natural-language goal it picks an operation (CLICK, TYPE_TEXT, SELECT, etc.) and an element, using a small LLM to generate text only for typing.
-
8.6
NandhaKishorM/laya
Laya is a non-autoregressive decision engine that answers typed questions (choice, score, noul) over any state (text, email, ticket, JSON) in a single forward pass (~35 ms on GPU) with calibrated probabilities.
-
8.2
trycua/cua
Open-source toolkit for computer-use agents: cloud and local desktops, an app automation driver, and benchmarks for training and evaluation. For those giving AI agents control of a computer.
-
7.1
rmalde/minecraft-agent
An AI agent that plays Minecraft Java 1.16.5: the Astra GPT planner sets objectives, JEV picks actions, and Mineflayer executes them via the normal player protocol. Includes run recording and verification.
-
7.0
Haleclipse/CometixCode
An unofficial Rust reimplementation of Anthropic's Claude Code terminal UI on top of iocraft, porting the original file by file. Work in progress: large parts of the interactive loop, tools, permissions, MCP and slash…
-
6.6
tamaratran/fast-jev-compaction
Claude Code plugin that replaces context compaction summaries with Jev decisions: every tool call and result is scored in one fast request, stale ones are dropped or truncated, everything kept stays verbatim. Also…