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
More from manastalukdar/claude-devstudio
duplication-detect
Find and eliminate code duplication with DRY refactoring strategies
20db-diagram
Generate database ER diagrams from schema for documentation
17lighthouse
Run Lighthouse audits and implement performance, accessibility, and SEO fixes
13session-resume
Resume previous work from archived session with full context restoration
12owasp-check
OWASP Top 10 vulnerability scanning and remediation
12database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
11