implement
Installation
SKILL.md
Smart Implementation Engine
I'll intelligently implement features from any source - adapting them perfectly to your project's architecture while maintaining your code patterns and standards.
Arguments: $ARGUMENTS - URLs, paths, or descriptions of what to implement
Token Optimization Strategy
Target: 60% reduction (4,000-6,000 → 1,500-2,500 tokens)
Core Optimization Patterns
1. Focused Scope (40% savings)
- Implement ONE specific feature at a time
- Reject vague requests ("add auth system" → ask which auth component)
- Use
--feature=Xflag to constrain scope - Skip related but non-essential features
- Example: Implement login form only, not entire auth flow