From flutter-doc
Procedural knowledge for analyzing Flutter app codebases to extract user-facing screens, routes, form fields, and navigation. Use this skill when the code-cartographer agent needs guidance on Flutter-specific extraction patterns. Covers MaterialApp routes, GoRouter config, and widget text extraction. Skip for web or backend codebases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flutter-doc:flutter-app-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill carries the extraction patterns for Flutter apps.
This skill carries the extraction patterns for Flutter apps.
lib/main.dart — contains MaterialApp(routes: or MaterialApp.router(lib/router.dart or lib/app_router.dart — standalone router configlib/core/router/ — common sub-directory for GoRouter configsGoRouter(routes: — search: grep -r "GoRouter(" lib/ -l@${CLAUDE_PLUGIN_ROOT}/skills/flutter-app-analysis/references/materialapp-routes.md @${CLAUDE_PLUGIN_ROOT}/skills/flutter-app-analysis/references/gorouter-config.md @${CLAUDE_PLUGIN_ROOT}/skills/flutter-app-analysis/references/widget-text-extraction.md
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub primus852/claude-flutter-documenter --plugin flutter-doc