Ship it into a real repo
This checklist walks you through moving a lab into Grind-Horse or any private repo. Codex and the typesafe-ai skill are already available there. This site does not call product repos.
- Confirm the key locally — length and models status only; never print the secret. See Credentials.
- Pick one judgment from use cases or a project lab (AZMDR routing, newsletter triage, app intake, Fit Desk adherence).
- Add a server-side module that reads
TYPESAFE_API_KEYand callsPOST https://api.typesafe.ai/v1/systemone(or the JS/Python SDK). - Gate on confidence (Choice/Score) before you auto-act. Escalate when confidence is low.
- Install the skill in the target repo (if it is not there already):bash
npx skills add typesafe-ai/skills --skill typesafe-ai # or Claude Code plugin install per docs.typesafe.ai/agent-skill.md - Deploy this academy on the Vercel free tier: import
Btheriot83/jev-academy, pick Next.js, and skip env vars for the public UI.
Not affiliated with or endorsed by TypeSafe. Public sources only.