add-command
01Skill Claude CodeCodex
A checklist for adding a Tauri command, a function that lets the web front end ask the Rust application to do something. It covers the five code and permission locations that must agree.
Skill Claude CodeCodex
A checklist for adding a Tauri command, a function that lets the web front end ask the Rust application to do something. It covers the five code and permission locations that must agree.
Skill Claude CodeCodex
A guide for adding a model-callable tool to Riot, including its interface, input schema, description, registration, error handling, and permission flags. A model-callable tool is an operation an AI model can request through the application’s tool API.
Skill Claude CodeCodex
A method for organizing several unrelated workspace changes into a small number of topic-based Git commits. Git is a tool that records versions of code and the changes between them.
Skill Claude CodeCodex
A mutation-testing guide for Riot, where tests are checked by making deliberate small changes to security-sensitive code. Mutation testing asks whether the test suite notices when working code is made wrong.
Skill Claude CodeCodex
A workflow for changing shared message types in a Rust and TypeScript project. It regenerates the TypeScript and JSON files that other parts of the application use to communicate.
Skill Claude CodeCodex
A review guide for examining a batch of code changes, focusing on silent wrong results, unsafe permission defaults, bypassed security checks, missing tests, and misleading failure reasons. It is tailored to failures that can compile and look correct.
Skill Claude CodeCodex
A verification checklist for a Rust workspace and its front end. It runs compilation checks, debug tests, Clippy, front-end type checking, and protocol code generation when needed.
Skill Claude CodeCodex
A Git commit workflow for grouping related changes, staging only the intended files, and writing a repository-consistent message. Git is the version-control system that records project changes.
Skill Claude CodeCodex
A step-by-step guide for finding and fixing software bugs by reproducing them, testing competing explanations, correcting the underlying cause, and rerunning the original case.
Skill Claude CodeCodex
A guide to adding project or machine-wide extensions to Riot through ordinary files. Riot is the host application, and extensions can include skills, slash commands, hooks, and other supported files.
Skill Claude CodeCodex
A review guide for learning from corrections, failed attempts, and successful fixes during coding work. It records reusable lessons in project instructions or skills.
Skill Claude CodeCodex
A final cleanup checklist for code that already works and has passed verification. It reviews reuse, code quality, and efficiency within the files changed for the current task.
Skill Claude CodeCodex
A process for turning useful lessons from a coding session into a reusable skill file. It focuses on repeatable workflows, completion checks, constraints, and mistakes that an agent might otherwise repeat.
Skill Claude CodeCodex
A guarded workflow for splitting a large set of code changes into several small pull requests. A pull request is a proposed code change that others can review before it is merged.