dev-expert
Skill: Dev Expert
Category: Reference Skill Used By: All development agents
Framework-Specific Patterns
For framework-specific patterns, use the auto-invoking expert skills:
expert_skills[8]{skill,triggers}:
react-expert,React/JSX/hooks
vue-expert,Vue/Composition API/Pinia
react-native-expert,React Native/Expo/mobile
nextjs-expert,Next.js/App Router/SSR
laravel-expert,Laravel/PHP/Eloquent
nodejs-expert,Node.js/Express/NestJS
angular-expert,Angular/NgRx/RxJS
flutter-expert,Flutter/Dart/widgets
Generic Patterns (This Skill)
patterns[3]{file,purpose}:
state-management.md,Zustand/Redux/Pinia patterns
form-handling.md,Form validation + submission
api-integration.md,API calls + error handling + caching
When to Use
- Phase 3 (Build GREEN) - Generic coding patterns
- State management decisions (cross-framework)
- API integration patterns (cross-framework)
- Form handling patterns (cross-framework)
Quick Reference
state_types[3]{type,use_when,solution}:
Local state,Component-specific UI,useState/ref
Global state,Shared app state,Zustand/Pinia/Redux
Server state,API data,TanStack Query/SWR/RTK Query
More from nguyenthienthanh/aura-frog
stitch-design
Generate UI designs using Google Stitch AI with optimized prompts
36angular-expert
Angular 17+ gotchas and decision criteria. Covers signals vs observables, standalone patterns, and common pitfalls Claude gets wrong.
31flutter-expert
Flutter/Dart mobile expert. PROACTIVELY use when working with Flutter, Dart, mobile apps. Triggers: flutter, dart, widget, bloc, riverpod
16seo-expert
SEO and search engine optimization expert. PROACTIVELY use when working with meta tags, structured data, Core Web Vitals, sitemap, robots.txt, canonical URLs. Triggers: SEO, meta tags, schema markup, search ranking
13react-native-expert
React Native best practices expert. PROACTIVELY use when working with React Native, mobile apps, Expo. Triggers: react-native, expo, mobile, iOS, Android, NativeWind
13visual-pixel-perfect
Pixel-perfect visual testing with auto-fix loop. Implement → Render → Snapshot → Compare → Fix until pass.
13