← all publishers

aresiddharthareddy

@aresiddharthareddy source repo

7 published skills

  1. Minimal Diff · aresiddharthareddy
    Produces the smallest correct diff. Use when implementing features, fixing bugs, or refactoring. No drive-by edits, no scope creep, no reformatting unrelated code.
    0 installs
  2. Concise Output · aresiddharthareddy
    Keeps agent replies and tool use lean. Use for all user-facing responses and multi-step tasks. Reduces chat tokens without hiding critical information.
    0 installs
  3. Smart Code Core · aresiddharthareddy
    Writes dense, correct code instead of verbose boilerplate. Use for any implementation, refactor, bug fix, or feature request. Prefer 10 lines that leverage the language/stdlib/framework over 100 lines of manual logic.
    0 installs
  4. Reuse Before Create · aresiddharthareddy
    Extends existing project code before adding new files, functions, or dependencies. Use when implementing features, fixing bugs, or adding utilities. Prevents duplicate logic and token-heavy greenfield code.
    0 installs
  5. Dense Implementation · aresiddharthareddy
    Patterns for short code with full behavior. Use when writing new logic, replacing verbose code, or simplifying implementations. Teaches compression tactics that preserve correctness.
    0 installs
  6. Small Model Discipline · aresiddharthareddy
    Step-by-step guardrails for weaker or fast models. Use on complex tasks, multi-file changes, or when quality slips. Forces verify-before-write and single-step focus so smaller models match larger ones on correctness.
    0 installs
  7. Token Efficient Exploration · aresiddharthareddy
    Explores codebases with minimal context load. Use before implementing, debugging, or reviewing unfamiliar code. Search and read narrowly instead of dumping whole files into context.
    0 installs