with one click
commit
Create a git commit following this project's commit message conventions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a git commit following this project's commit message conventions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create a changeset entry describing changes to workspace packages
Scaffold a new UI component with the correct folder structure, styles, tests, and docblocks
Scaffold a new class with the correct file structure, naming, tests, and docblocks
Scaffold a new runtime type guard with the correct naming and docblocks
Scaffold a new utility function with the correct naming, tests, and docblocks
Write tests following this project's testing conventions, file patterns, and placement rules
| name | commit |
| description | Create a git commit following this project's commit message conventions |
| disable-model-invocation | true |
Create a git commit following these conventions.
feat:, fix:, docs:, chore:, refactor:, etc.Co-Authored-By or any other AI attribution lines.Add workspace setup for examples
Examples are treated as workspace packages so they can consume
the library via pnpm link, simulating a real install.
Remove legacy auth middleware
Legal flagged the session token storage as non-compliant.
Speed up test suite by parallelizing integration tests