← all publishers

rcrdk

@rcrdk source repo

9 published skills

  1. Tdd · rcrdk
    Agent: TDD Guide
    0 installs
  2. Clean · rcrdk
    Activated with /clean. Passes over generated code and removes imprecision, vagueness, and typical AI patterns — vague code, generic names, obvious comments, premature abstractions, and cosmetic error handling. Use after heavy code generation or when the code "looks right but is not precise".
    0 installs
  3. Debugger · rcrdk
    Activated with /debug. Investigates bugs, finds root cause, proposes a minimal fix, and creates a regression test. Use for runtime errors, stack traces, incorrect behavior, test failures, or intermittent bugs.
    0 installs
  4. Interviewer · rcrdk
    Skill (list in project.mdc or cite in the request). Socratic interview to clarify requirements before implementing. Use before large features, when the requirement is vague, there are multiple interpretations, or the cost of building the wrong thing is high.
    0 installs
  5. Performance · rcrdk
    Activated with /perf. Identifies performance bottlenecks, defines a baseline, separates by category (CPU, I/O, database, network, bundle), and suggests optimizations by impact vs. effort. Use for slow endpoints, heavy queries, slow screens, high memory use, or large bundles.
    0 installs
  6. Code Reviewer · rcrdk
    Activated with /review. Critical code review covering bugs, business logic, edge cases, performance, and patterns. Use after implementing any feature, bug fix, or refactor.
    0 installs
  7. Logic Reviewer · rcrdk
    Activated with /logic. Reviews business rules, conditional flows, calculations, states, and edge cases. Use when unsure whether the code correctly implements the requirement, for critical calculations, state machines, complex conditional flows, or inconsistency between what was asked and what was built.
    0 installs
  8. Evidence Verifier · rcrdk
    Proof checklist for staging/prod before asking for human retest. Use after a fix or when project.mdc has a Verification section.
    0 installs
  9. Security Reviewer · rcrdk
    Activated with /secure. Reviews attack surfaces, classifies risk with severity, and proposes immediate and structural fixes. Use for authentication, authorization, APIs, uploads, secrets, input validation, and sensitive data access.
    0 installs