← Back to guides
JevMade field notes / Setup note
Getting started: install the skill
Ian Nuttall gives a two-command starting point: install TypeSafe’s agent skill, then ask it to audit a project for decisions Jev could handle.
Original by Ian NuttallGetting startedX postOriginal published Source reviewed
Before you dive in
What you’ll find in the original
- Install the skill with `npx skills add typesafe-ai/skills --skill typesafe-ai`.
- Invoke `/typesafe-ai` inside the project rather than starting from a generic Jev prompt.
- Ask the skill to find both replaceable slow LLM calls and new product features enabled by a fast decision model.
Worth knowingThe post only covers skill installation and an audit prompt; it does not show the suggested changes or validate that they are appropriate.