Installation
- Claude Code
- Other agents
- Copy to your agent
Run these two commands in your terminal:
Updates
For the Claude Code plugin, run:/reload-plugins to load the update. To enable automatic updates, open /plugin, select Marketplaces → typesafe-ai → Enable auto-update.
For skills.sh installations, run npx skills update. For manual copies, replace the entire skill directory with the latest GitHub version.
Example prompts
Naming the skill in your prompt — “use the TypeSafe skill” — works in any agent, so each of the prompts below does that. With the Claude Code plugin, you can also invoke/typesafe:typesafe-ai directly.
-
A good prompt to start with is a brainstorming prompt to help you figure out where TypeSafe can best be used in a project.
-
You can also create an API key and give your agent permission to figure out the best way to use TypeSafe by running cheap test queries.
-
Point your agent at a specific cookbook that solves a problem you have in your codebase, or point it at the cookbooks index and ask if there are any patterns that are similar to the ones in your project.
Good vibe coding principles
- Talk it out with your agent, using the example prompts above as a starting point.
- Review the plan and ensure it makes sense before implementing it.
- Put the constants (questions and thresholds) in a single place so they’re easy to review. Agents aren’t great at writing questions, so expect to edit collaboratively with them.
- Don’t take assertions at face value; encourage the agent to validate its assumptions.
Common issues
The agent isn’t using the skill
With the Claude Code plugin, invoke/typesafe:typesafe-ai. In other agents, ask to “use the TypeSafe skill”. If it still does not load, confirm the installer targeted the agent you are using, then restart the agent.

