# implement > Implement a new feature, function, or module in the src folder. Use when adding new functionality, extending existing code, or refactoring implementations. - Author: Mladen - Repository: mladenrtl/claude-code-ts - Version: 20260130002527 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/mladenrtl/claude-code-ts - Web: https://mule.run/skillshub/@@mladenrtl/claude-code-ts~implement:20260130002527 --- --- name: implement description: Implement a new feature, function, or module in the src folder. Use when adding new functionality, extending existing code, or refactoring implementations. argument-hint: [feature description] context: fork agent: feature-implementer --- Implement the requested feature: $ARGUMENTS Follow the project's architecture patterns. ## Guidelines 1. **Analyze existing code** to understand patterns and conventions 2. **Match the existing style** - your code should blend seamlessly 3. **Focus only on src/** - don't modify tests or config files 4. **Don't introduce new dependencies** without explicit approval ## Checklist - [ ] Analyzed similar existing code for patterns - [ ] Followed naming conventions - [ ] Matched error handling style - [ ] No new dependencies added - [ ] Code is clean and self-documenting