Skill Claude CodeCodex
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
Skill Claude CodeCodex
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
Skill Claude CodeCodex
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
Skill Claude CodeCodex
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
Skill Claude CodeCodex
CLI performance optimization - startup time, memory usage, token savings benchmarking.
Skill Claude CodeCodex
Batch review des PRs RTK par ordre de complexité croissante (XS → S → M → L). Pour chaque PR : vérifie l'état (conflits, CLA, reviews), lit le diff complet, analyse le code en contexte, présente un résumé avec lien + taille + recommandation. Attend validation explicite avant tout merge. Poste des commentaires…
Skill Claude CodeCodex
PR triage: audit open PRs, deep review selected ones, draft and post review comments. Args: "all" to review all, PR numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
Skill Claude CodeCodex
Generate a comprehensive repo recap (PRs, issues, releases) for sharing with team. Pass "en" or "fr" as argument for language (default fr).
Skill Claude CodeCodex
Enforces TDD (Red-Green-Refactor) for Rust development. Auto-triggers on implementation, testing, refactoring, and bug fixing tasks. Provides Rust-idiomatic testing patterns with anyhow/thiserror, cfg(test), and Arrange-Act-Assert workflow.
Skill Claude CodeCodex
Triage complet RTK : exécute issue-triage + pr-triage en parallèle, puis croise les données pour détecter doubles couvertures, trous sécurité, P0 sans PR, et conflits internes. Sauvegarde dans claudedocs/RTK-YYYY-MM-DD.md. Args: "en"/"fr" pour la langue (défaut: fr), "save" pour forcer la sauvegarde.
Skill Claude CodeCodex
CLI security expert for RTK - command injection, shell escaping, hook security.
Skill Claude CodeCodex
Build, commit, push & version bump workflow - automates the complete release cycle.
Skill Claude CodeCodex
TDD workflow for RTK filter development. Red-Green-Refactor with Rust idioms. Real fixtures, token savings assertions, snapshot tests with insta. Auto-triggers on new filter implementation.
Plugin Claude Code
Token/cost meter + context-compaction proxy companion for Claude Code. Ships a lightweight metering hook that logs tool I/O sizes to /.tokdiet; the FULL token-saving proxy runs via npx tokdiet start + ANTHROPICBASEURL (a plugin cannot set env vars for the Claude Code process).
Command
Show how to view tokdiet savings and how to route full traffic through the token-saving proxy.