@skills · Owner
Agent skills by rtk-ai
15 skills indexed from github.com/rtk-ai. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .claude · Collection · 75,070 stars
- code-simplifier · Skill · 75,070 stars
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changin
- design-patterns · Skill · 75,070 stars
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refact
- issue-triage · Skill · 75,070 stars
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue
- performance · Skill · 75,070 stars
CLI performance optimization - startup time, memory usage, token savings benchmarking
- pr-review · Skill · 75,070 stars
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
- pr-triage · Skill · 75,070 stars
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"/"
- repo-recap · Skill · 75,070 stars
Generate a comprehensive repo recap (PRs, issues, releases) for sharing with team. Pass "en" or "fr" as argument for language (default fr).
- rtk · Collection · 75,070 stars
- rtk-tdd · Skill · 75,070 stars
Enforces TDD (Red-Green-Refactor) for Rust development. Auto-triggers on implementation, testing, refactoring, and bug fixing tasks. Provides Rust-idiomati
- rtk-triage · Skill · 75,070 stars
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,
- security-guardian · Skill · 75,070 stars
CLI security expert for RTK - command injection, shell escaping, hook security
- ship · Skill · 75,070 stars
Build, commit, push & version bump workflow - automates the complete release cycle
- skills · Collection · 75,070 stars
- tdd-rust · Skill · 75,070 stars
TDD workflow for RTK filter development. Red-Green-Refactor with Rust idioms. Real fixtures, token savings assertions, snapshot tests with insta. Auto-trig