code-completion

Installation
SKILL.md

Code completion checklist

Run before finishing any implementation cycle.

Workflow

Step 0: Remove dead code

Before running quality gates:

  • Delete obsolete or commented-out code
  • Remove unused imports, variables, helper methods
  • Strip debugging aids (Console.WriteLine, breakpoints)
  • Remove scratch files (.bak, .new, .debug.*)

Step 1: Run linters

Installs
14
GitHub Stars
1.2K
First Seen
Jan 30, 2026
code-completion — daveskender/stock.indicators