aitofy-dev
- 8 skills
- 0 followers
- 8 hours ago last updated
- ▌ Jev Awesome Skills · aitofy-devUse when a coding agent must make a closed choice, noul (yes/no), or score judgment with TypeSafe Jev instead of guessing. Load it to proceed, ask, or stop; to route a skill; to guard a command; to verify a claim; to triage a record; to review a diff; or to pick the next legal action. Jev returns probabilities only. The host still writes the code and checks the result. Skip it for open-ended writing, or when one file or one command already answers the question.
- ▌ Jev Act · aitofy-devUse when the next step must be one action from a list you already observed, such as a visible control or a legal game move. Jev cannot invent clicks, coordinates, or tools. Runs @aitofy/jev-awesome-skills.
- ▌ Jev Gate · aitofy-devUse when a closed choice may already be determined by the repo, such as package manager, test runner, or file location, and you must proceed, ask the user, or stop. Runs @aitofy/jev-awesome-skills. Not for open-ended design.
- ▌ Jev Guard · aitofy-devUse before running a shell command that might delete data, print a secret, force-push, or do something the user did not ask for. Jev scores the harm. You still decide whether to run it. Runs @aitofy/jev-awesome-skills.
- ▌ Jev Route · aitofy-devUse when more than one installed skill or tool could handle the turn and you need Jev to pick one, or none, before loading it. Runs @aitofy/jev-awesome-skills. Do not load the whole skill roster into context first.
- ▌ Jev Review · aitofy-devUse when a diff should be marked ship, fix, or ask a person, including when a change weakens a test or misses the task. Jev does not merge and does not replace CI. Runs @aitofy/jev-awesome-skills.
- ▌ Jev Triage · aitofy-devUse when a support message, bug report, or other record needs one label such as billing, bug, or how-to, plus a harm score for a wrong label. Runs @aitofy/jev-awesome-skills. Do not send a mailbox or delete messages.
- ▌ Jev Verify · aitofy-devUse before reporting a claim, a fix, or "done". Jev judges whether the evidence you supply supports the claim. It does not run the tests for you. Runs @aitofy/jev-awesome-skills.