caiwuu

14 mods across 1 repository, 2 stars between them.

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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday 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.

2 yesterday A 58 tokens original MIT