mad-agents-skills
Flutter and Dart development guidance, patterns, and code templates
All Skills in This Repository (11)
Pure Emerald Level Indicatorsflutter-testing
Validate Flutter applications with unit, widget, and integration tests.
flutter-architecture
Clarify Flutter app architecture with MVVM, layered, and feature-first organization.
flutter-networking
Guide Flutter HTTP calls, WebSocket interactions, and authenticated requests.
flutter-navigation
Configures Navigator and go_router patterns for Flutter mobile and web apps.
flutter-adaptive-ui
Create adaptive Flutter UIs for different screen sizes and platforms.
dart-drift
Set up drift for type-safe SQLite and PostgreSQL persistence in Dart apps.
flutter-drift
Implement Drift for type-safe SQLite storage in Flutter apps.
flutter-internationalization
Implement Flutter internationalization with ARB files and gen-l10n.
flutter-animations
Implement Flutter animations using implicit, explicit, hero, and staggered techniques.
agents-md-generator
Generate and update AGENTS.md files for repositories and modules.
flutter-duit-bdui
Bind server-provided JSON layouts and data models to Flutter apps.
Frequently Asked Questions
FAQPage SchemaHow to install MAD Agents Skills?โผ
Run `npx skills add MADTeacher/mad-agents-skills --all -g -y` in your terminal to install all Flutter and Dart skills globally.
What Flutter topics do these skills cover?โผ
They cover testing, MVVM architecture, networking, navigation with go_router, animations, adaptive UI, internationalization, Drift local databases, and backend-driven UI with Duit.
Do these skills work with Claude Code and Cursor?โผ
Yes. Every skill follows the open SKILL.md standard, so it runs in Claude Code, Cursor, Codex, and other compatible coding agents.
Can these skills fix failing Flutter tests?โผ
Yes. The flutter-testing skill diagnoses common errors like RenderFlex overflow and MissingPluginException, then applies deterministic fixes with proper validation commands.
Do I need Flutter experience to use these skills?โผ
Basic Flutter knowledge helps, but each skill includes step-by-step workflows, reference docs, and ready-to-adapt Dart code templates that guide the implementation.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core