Conversation
Import the TypeSafe skill from typesafe-ai/skills (MIT, commit 65a39f3) so agents can build with System One models (Choice, Noul, Score) using the live TypeSafe docs as the source of truth. Adapted for this registry: single-line description, keyword triggers, plain ASCII punctuation, plugin manifest, README with attribution, and a marketplace entry. Upstream LICENSE is kept alongside the skill. Co-authored-by: Engel Nyst <engel.nyst@gmail.com> Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
TypeSafe publishes an agent skill for building with its System One models (Jev): typed judgments and probabilities (Choice, Noul, Score) that code can compose for routing, ranking, extraction, and verification. Having it in the registry lets OpenHands agents pick it up when a task involves TypeSafe.
Summary
skills/typesafe-aifrom typesafe-ai/skills at commit65a39f3(MIT; upstreamLICENSEkept in the skill directory, attribution in itsREADME.md).triggers:(typesafe.ai,typesafe ai,typesafe-ai,system one model), plain ASCII punctuation,.plugin/plugin.jsonwith vendor symlinks. The skill body is otherwise unchanged.integrations) and regenerateREADME.mdcatalog andskills/index.js.Issue Number
None.
How to Test
Locally: sync check passes (only the pre-existing
plugins/issue-duplicate-checkercoverage warning),skills/index.jsis up to date, and pytest reports 955 passed, 24 skipped. The skill was not exercised against the live TypeSafe API.Video/Screenshots
N/A - Markdown and catalog metadata only.
Notes
The bare word
typesafeis deliberately not a trigger, since it would fire on ordinary "type-safe code" conversations.🤖 Generated with Claude Code