MDMAtk

38 mods across 1 repository, 11 stars between them.

code-simplifier

25

MDMAtk/TormentNexus

Skill Claude CodeCodex

Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.

11 1mo ago A 36 tokens

design-patterns

26

MDMAtk/TormentNexus

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.

11 1mo ago A 42 tokens

issue-triage

27

MDMAtk/TormentNexus

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.

11 1mo ago A 70 tokens

performance

28

MDMAtk/TormentNexus

Skill Claude CodeCodex

CLI performance optimization - startup time, memory usage, token savings benchmarking.

11 1mo ago B 13 tokens

pr-review

29

MDMAtk/TormentNexus

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…

11 1mo ago A 128 tokens

pr-triage

30

MDMAtk/TormentNexus

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.

11 1mo ago A 64 tokens

repo-recap

31

MDMAtk/TormentNexus

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).

11 1mo ago A 34 tokens

rtk-tdd

32

MDMAtk/TormentNexus

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.

11 1mo ago A 61 tokens

rtk-triage

33

MDMAtk/TormentNexus

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.

11 1mo ago A 96 tokens

security-guardian

34

MDMAtk/TormentNexus

Skill Claude CodeCodex

CLI security expert for RTK - command injection, shell escaping, hook security.

11 1mo ago B 15 tokens

ship

35

MDMAtk/TormentNexus

Skill Claude CodeCodex

Build, commit, push & version bump workflow - automates the complete release cycle.

11 1mo ago A 16 tokens

tdd-rust

36

MDMAtk/TormentNexus

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.

11 1mo ago A 45 tokens

tokdiet

37

MDMAtk/TormentNexus

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).

11 1mo ago A tokens not measured

tokdiet

38

MDMAtk/TormentNexus

Command

Show how to view tokdiet savings and how to route full traffic through the token-saving proxy.

11 1mo ago A 19 tokens