flutter-skills
NewComprehensive Flutter/Dart code quality tools including intelligent code review and automated formatting
Summary
This skill integrates Flutter and Dart code quality tools directly into Claude Code, enabling intelligent code review and automated formatting.
- It helps developers maintain consistent code style, catch common issues early, and improve overall codebase health without leaving the chat environment.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/flutter-skills.md https://raw.githubusercontent.com/LucasXu0/flutter_skills/main/SKILL.md/flutter-skillsUse Cases
Usage Examples
/flutter-skills review lib/main.dart
/flutter-skills format lib/widgets/custom_button.dart
/flutter-skills analyze lib/models/user.dart
Security Audits
Frequently Asked Questions
What is flutter-skills?
This skill integrates Flutter and Dart code quality tools directly into Claude Code, enabling intelligent code review and automated formatting. It helps developers maintain consistent code style, catch common issues early, and improve overall codebase health without leaving the chat environment.
How to install flutter-skills?
To install flutter-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/flutter-skills.md https://raw.githubusercontent.com/LucasXu0/flutter_skills/main/SKILL.md. Finally, /flutter-skills in Claude Code.
What is flutter-skills best for?
flutter-skills is a skill categorized under General. It is designed for: code-review. Created by LucasXu0.
What can I use flutter-skills for?
flutter-skills is useful for: Review a Flutter widget for performance best practices and suggest improvements.; Automatically format a Dart file according to official Flutter style guidelines.; Identify unused imports and dependencies in a Dart project.; Check for common anti-patterns in state management code (e.g., Provider, Riverpod).; Enforce consistent naming conventions across a Flutter codebase.; Validate widget tests for completeness and proper assertions..