create-todos

Installation
SKILL.md

Create Smart TODOs

I'll analyze recent operations and create contextual TODO comments in your code.

Token Optimization Strategy

Target: 60% reduction (2,500-4,000 → 1,000-1,600 tokens)

Core Optimization Patterns

1. Focused Scope Analysis (300-600 tokens saved)

  • Require explicit file/function/class target
  • Use --scope <path> flag for targeted TODO placement
  • Default to git diff output for recently changed code
  • Analyze ONLY the specified scope vs. entire codebase
  • Exit early if scope already has sufficient TODOs

2. Template-Based TODO Format (200-400 tokens saved)

  • Use Grep to detect existing TODO format patterns (1 search)
Related skills
Installs
4
GitHub Stars
1
First Seen
Feb 21, 2026