caiwuu/Riot

Riot Codex

2Stars on the repository
14Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-command

01

caiwuu/Riot

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.

not rated 2 3d ago A 55 tokens original MIT

add-tool

02

caiwuu/Riot

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.

not rated 2 3d ago C 54 tokens original MIT

commit-batch

03

caiwuu/Riot

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.

not rated 2 3d ago A 48 tokens original MIT

mutate

04

caiwuu/Riot

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.

not rated 2 3d ago A 45 tokens original MIT

protocol-change

05

caiwuu/Riot

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.

not rated 2 3d ago A 37 tokens original MIT

review

06

caiwuu/Riot

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.

not rated 2 3d ago A 45 tokens original MIT

verify

07

caiwuu/Riot

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.

not rated 2 3d ago A 43 tokens original MIT

commit

08

caiwuu/Riot

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.

not rated 2 3d ago A 45 tokens original MIT

debug

09

caiwuu/Riot

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.

not rated 2 3d ago A 52 tokens original MIT

extend-riot

10

caiwuu/Riot

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.

not rated 2 3d ago A 53 tokens original MIT

retro

11

caiwuu/Riot

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.

not rated 2 3d ago A 80 tokens original MIT

simplify

12

caiwuu/Riot

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.

not rated 2 3d ago A 57 tokens original MIT

skillify

13

caiwuu/Riot

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.

not rated 2 3d ago A 61 tokens original MIT

split-to-prs

14

caiwuu/Riot

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.

not rated 2 3d ago A 58 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: