Claude Skills · Coding

Flutter Errors

evanca/flutter-ai-rules

Use when hitting layout errors (RenderFlex overflow, unbounded constraints, RenderBox not laid out), scroll errors, or setState-during-build errors.

★ 605 Synced 4 hours ago View SKILL.md

At a glance

Coding Manual install

This skill is for Coding and helps you debug render flex overflow errors, fix unbounded constraint issues, and resolve renderbox layout errors.

Install git clone --depth 1 https://github.com/evanca/flutter-ai-rules cp -r flutter-ai-rules/skills/flutter-errors ~/.claude/skills/flutter-errors
Can use Not declared by the author
Good for debug render flex overflow errorsfix unbounded constraint issuesresolve renderbox layout errorstroubleshoot flutter scroll errorsfix setstate during build errors

flutterdebuggingLayoutConstraintsRenderingmobile

Also in evanca/flutter-ai-rules

View the repo
Accessibility Design

Use when working on accessibility, a11y, WCAG, ARIA, screen readers, keyboard nav, focus order, contrast, alt text, captions, reduced motion...

Use when creating a feature, designing folder structure, adding repositories/services/view models, wiring dependency injection, or deciding...

Bloc Coding

Use when creating a Cubit or Bloc, modeling state with sealed classes or status enums, wiring BlocBuilder/BlocListener/BlocProvider, writing...

Code Review Code Review & Testing

Use when asked to review a PR, MR, branch, or diff, audit changed files, or check code quality.

Use when writing switch statements, refactoring if-else chains, creating data classes, choosing records vs classes, destructuring values, or...

Use when building AI agents in Dart, implementing Genkit flows or tools, integrating LLMs into Dart or Flutter applications, or using Genkit...

Use when writing Dart code, reviewing for style, refactoring naming, adding doc comments, structuring imports, or enforcing type annotations...

Firebase AI Coding

Use when setting up firebase_ai, generating text/chat with Gemini, streaming AI output, building multimodal prompts, or handling AI errors.

Firebase Analytics Data & Analytics

Use when logging analytics events, setting user properties, configuring default event parameters, building funnels, or adding screen-view tr...

Use when implementing app attestation, configuring App Check providers, setting up debug tokens, enabling backend enforcement, or managing t...

Firebase Auth Coding

Use when setting up auth, managing auth state, implementing email/password or social sign-in, handling auth errors, or managing users.

Use when setting up Firestore, designing schemas, doing CRUD, creating listeners, paginating queries, configuring indexes, enabling offline...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Request Refactor Plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...