aresiddharthareddy
- 7 skills
- 0 followers
- 1 day ago last updated
- ▌ Minimal Diff · aresiddharthareddyProduces the smallest correct diff. Use when implementing features, fixing bugs, or refactoring. No drive-by edits, no scope creep, no reformatting unrelated code.
- ▌ Concise Output · aresiddharthareddyKeeps agent replies and tool use lean. Use for all user-facing responses and multi-step tasks. Reduces chat tokens without hiding critical information.
- ▌ Smart Code Core · aresiddharthareddyWrites 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.
- ▌ Reuse Before Create · aresiddharthareddyExtends 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.
- ▌ Dense Implementation · aresiddharthareddyPatterns for short code with full behavior. Use when writing new logic, replacing verbose code, or simplifying implementations. Teaches compression tactics that preserve correctness.
- ▌ Small Model Discipline · aresiddharthareddyStep-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.
- ▌ Token Efficient Exploration · aresiddharthareddyExplores codebases with minimal context load. Use before implementing, debugging, or reviewing unfamiliar code. Search and read narrowly instead of dumping whole files into context.