cmd-suggest
/suggest
Agent skill wrapper for the Claude command /suggest.
When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.
Command Instructions
Please analyze this repository comprehensively and create suggest.md with:
-
Code Quality Issues
- Code smells and anti-patterns
- Duplicate code
- Overly complex functions
-
Performance Optimizations
- Database query improvements
- Caching opportunities
- Algorithm efficiency
-
Architecture Suggestions
- Design pattern improvements
- Separation of concerns
- Modularity enhancements
-
Security Issues
- Vulnerabilities
- Best practices violations
-
Testing Improvements
- Missing test coverage
- Test quality issues
-
Documentation Gaps
- Missing or outdated docs
- Code comments needed
Format each suggestion with:
- Issue description
- Current code example
- Proposed solution
- Priority (High/Medium/Low)
- Estimated effort
Write all findings to suggest.md
More from gsmlg-dev/code-agent
elixir-architect
Use when designing or architecting Elixir/Phoenix applications, creating comprehensive project documentation, planning OTP supervision trees, defining domain models with Ash Framework, structuring multi-app projects with path-based dependencies, or preparing handoff documentation for Director/Implementor AI collaboration
17flutter-reducing-app-size
Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meeting app store package constraints.
17flutter-animating-apps
Implements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physics-based animations.
17flutter-handling-concurrency
Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
16flutter-caching-data
Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.
16flutter-embedding-native-views
Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
16