Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,441
总 Skills
90.0M
总安装量
2,580
贡献者
# Skill 仓库 描述 安装量
4501 code-obfuscation-deobfuscation yaklang/hack-skills
SKILL: Code Obfuscation & Deobfuscation — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert techniques for identifying, classifying, and defeating code obfuscation in native binaries. Covers junk code, opaque predicates, SMC, control flow flattening, movfuscator, VM protectors (VMProtect/Themida/Code Virtualizer), string encryption, import hiding, and anti-disassembly tricks. Base models often conflate packing with obfuscation and miss the distinction between static and dynamic deobfuscation...
1.3K
4502 shadcn vercel-labs/json-render
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
1.3K
4503 stable-diffusion-image-generation davila7/claude-code-templates
Stable Diffusion Image Generation Comprehensive guide to generating images with Stable Diffusion using the HuggingFace Diffusers library. When to use Stable Diffusion Use Stable Diffusion when: Generating images from text descriptions Performing image-to-image translation (style transfer, enhancement) Inpainting (filling in masked regions) Outpainting (extending images beyond boundaries) Creating variations of existing images Building custom image generation workflows Key features: Text-to...
1.3K
4504 epic-hypothesis deanpeters/product-manager-skills
Purpose Frame epics as testable hypotheses using an if/then structure that articulates the action or solution, the target beneficiary, the expected outcome, and how you'll validate success. Use this to manage uncertainty in product development by making assumptions explicit, defining lightweight experiments ("tiny acts of discovery"), and establishing measurable success criteria before committing to full build-out. This is not a requirements spec—it's a hypothesis you're testing, not a feature y...
1.3K
4505 apple-search-ads eronred/aso-skills
Apple Search Ads You are a specialist in Apple Search Ads (ASA) — the only ad platform that places ads natively within the App Store. ASA drives highly qualified installs because users are already in purchase intent. Why ASA Is Different Users are actively searching the App Store — highest intent of any channel Ads appear exactly like organic results (only "Ad" badge distinguishes them) No audience targeting (demographics, interests) — only keyword-based Conversion data is reliable (no ATT/SKAdN...
1.3K
4506 implementing-agent-modes posthog/posthog
Use the steps below to plan or implement a new mode. A mode is a way to manage the context of the agent and inject tools, prompts, and mode-related behavior relevant to a product, use case, JTBD, etc. The agent has the `switch_mode` tool that allows it to switch itself to another mode, which might change tools, prompt, and executables, preserving the current context. Some previously created tools are contextual, meaning they're injected on particular pages of the frontend. The modes change the a...
1.3K
4507 clickhouse-architecture-advisor clickhouse/agent-skills
ClickHouse Architecture Advisor This skill adds workload-aware architecture decisioning on top of clickhouse-best-practices . Official docs remain the source of truth. This skill must always prefer official ClickHouse documentation when available. Required behavior Before producing recommendations: Identify the workload shape observability security / SIEM product analytics IoT / telemetry market data / financial services mixed OLAP with point-lookups Read the relevant decision rule files in rule...
1.3K
4508 user-stories phuryn/pm-skills
User Stories Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria. Generates stories with descriptions, design links, and acceptance criteria. Use when: Writing user stories, breaking down features into stories, creating backlog items, or defining acceptance criteria. Arguments: $PRODUCT : The product or system name $FEATURE : The new feature to break into stories $DESIGN : Link to design files (Figma, Miro, etc.) $ASSUMPTIONS : Key assumptions or contex...
1.3K
4509 cmux-diagnostics manaflow-ai/cmux
cmux Diagnostics Use this skill to collect and interpret support-safe cmux diagnostics for end users. Default to read-only checks. Do not dump hook config files, session stores, prompt logs, tokens, or environment secrets. Quick Report Run the bundled read-only diagnostic script first: From a cmux checkout skills/cmux-diagnostics/scripts/cmux-diagnostics From an installed skill ~/.agents/skills/cmux-diagnostics/scripts/cmux-diagnostics From a Codex-only skills.sh install ~/.codex/skills/cmux-...
1.3K
4510 cmux-customization manaflow-ai/cmux
cmux Customization Use this skill for user-facing cmux customization. Keep the user's config intact, prefer schema-backed edits, and validate before reporting completion. What Can Be Customized Custom actions: define reusable actions in cmux.json . Actions can appear in Cmd+Shift+P, surface tab bars, shortcuts, and the plus-button right-click menu. New workspace button: set ui.newWorkspace.action to replace the normal plus-button click, and ui.newWorkspace.contextMenu to control right-click acti...
1.3K
4511 cypress-author cypress-io/ai-toolkit
Cypress Author Use this skill when: The user wants to create, add, or write tests (including component tests or tests for a file); fix or update tests; or change test code. Use this skill even if they only say "tests" and do not mention Cypress, or if they mention cy.* (the word "cy", a period, and a suffix indicating a Cypress command). Do NOT use this skill when: The user states they do not want to use Cypress; when the user mentions an alternative testing tool without referencing migrating to...
1.3K
4512 problem-framing-canvas deanpeters/product-manager-skills
Purpose Guide product managers through the MITRE Problem Framing Canvas process by asking structured questions across three phases: Look Inward (examine your own assumptions and biases), Look Outward (understand who experiences the problem and who doesn't), and Reframe (synthesize insights into an actionable problem statement and "How Might We" question). Use this to ensure you're solving the right problem before jumping to solutions—avoiding confirmation bias, overlooked stakeholders, and solut...
1.3K
4513 spring-boot-crud-patterns giuseppe-trisciuoglio/developer-kit
Spring Boot CRUD Patterns Overview Deliver feature-aligned CRUD services that separate domain, application, presentation, and infrastructure layers while preserving Spring Boot 3.5+ conventions. This skill distills the essential workflow and defers detailed code listings to reference files for progressive disclosure. When to Use Implement REST endpoints for create/read/update/delete workflows backed by Spring Data JPA. Refine feature packages following DDD-inspired architecture with aggregates, ...
1.3K
4514 mysql-patterns affaan-m/everything-claude-code
MySQL Patterns Use this skill when working on MySQL or MariaDB schema design, migrations, slow-query investigation, queue-style transactions, connection pools, or production database configuration. Prefer exact version checks before applying a feature-specific pattern because MySQL and MariaDB have diverged in several SQL details. Activation Designing MySQL or MariaDB tables, indexes, and constraints Reviewing migrations before they run on large production tables Debugging slow queries, lock wai...
1.3K
4515 agent-architecture-audit affaan-m/everything-claude-code
Agent Architecture Audit A diagnostic workflow for agent systems that hide failures behind wrapper layers, stale memory, retry loops, or transport/rendering mutations. When to Activate MANDATORY for: Releasing any agent or LLM-powered application to production Shipping features with tool calling, memory, or multi-step workflows Agent behavior degrades after adding wrapper layers User reports "the agent is getting worse" or "tools are flaky" Same model works in playground but breaks inside your w...
1.3K
4516 adk botpress/skills
Botpress ADK Guidelines Use this skill when you've got questions about the Botpress Agent Development Kit (ADK) - like when you're building a feature that involves tables, actions, tools, workflows, conversations, files, knowledge bases, triggers, or Zai. What is the ADK? The Botpress ADK is a convention-based TypeScript framework where file structure maps directly to bot behavior. Place files in the correct directories, and they automatically become available as bot capabilities. The ADK pr...
1.3K
4517 api-sec yaklang/hack-skills
API Security Router 这是 API 安全测试的分类入口。 先用这个 skill 判断当前 API 更像是文档和资产发现、对象授权、令牌信任问题,还是 GraphQL 与隐藏参数问题,再进入更细的专题 skill。 When to Use 目标暴露 REST API、移动端后端或 GraphQL 接口 你需要先确定 API 测试顺序,再进入具体专题 你想把对象授权、JWT、GraphQL、隐藏字段这些方向分开处理 Skill Map API Recon and Docs : OpenAPI、Swagger、版本漂移、隐藏文档 API Authorization and BOLA : BOLA、BFLA、方法滥用、隐藏可写字段 API Auth and JWT Abuse : Bearer token、Header 信任、Claim 滥用、限流绕过 GraphQL and Hidden Parameters : introspection、batching、未公开字段、隐藏参数 Quick Triage Observation Route Swagger 或 OpenAP...
1.3K
4518 resume-ats-optimizer paramchoudhary/resumeskills
No SKILL.md available for this skill. View on GitHub Installs 492 Repository paramchoudhary/…meskills GitHub Stars 616 First Seen 9 days ago
1.3K
4519 poster-design-generation eachlabs/skills
Poster Design Generation Generate stunning, professional poster designs using each::sense. This skill creates high-quality poster artwork for movies, events, products, travel, sports, social causes, and various creative applications. Features Movie Posters : Cinematic key art with dramatic compositions and typography space Event/Concert Posters : Eye-catching promotional materials for live events Motivational Posters : Inspirational designs with impactful imagery Product Launch Posters : Commerc...
1.3K
4520 product-name phuryn/pm-skills
Product Name Brainstorm unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring name options that strengthen your brand positioning. When to Use Naming a new product or feature Rebranding or renaming existing products Exploring name options before launch Testing names against brand guidelines Triggers: product name, name ideas, brand name, naming, what to call, product naming Prompt You are an experienced...
1.3K
4521 redis-patterns affaan-m/everything-claude-code
Redis Patterns Quick reference for Redis best practices across common backend use cases. How It Works Redis is an in-memory data structure store that supports strings, hashes, lists, sets, sorted sets, streams, and more. Individual Redis commands are atomic on a single instance; multi-step workflows require Lua scripts, MULTI/EXEC transactions, or explicit synchronization to stay atomic. Data is optionally persisted via RDB snapshots or AOF logs. Clients communicate over TCP using the RESP proto...
1.3K
4522 vite-patterns affaan-m/everything-claude-code
Vite Patterns Build tool and dev server patterns for Vite 8+ projects. Covers configuration, environment variables, proxy setup, library mode, dependency pre-bundling, and common production pitfalls. When to Use Configuring vite.config.ts or vite.config.js Setting up environment variables or .env files Configuring dev server proxy for API backends Optimizing build output (chunks, minification, assets) Publishing libraries with build.lib Troubleshooting dependency pre-bundling or CJS/ESM interop ...
1.3K
4523 homelab-network-setup affaan-m/everything-claude-code
Homelab Network Setup Use this skill to design a home or small-lab network that can grow without needing a full rebuild. When to Use Planning a new home network or redesigning an ISP-router-only setup. Choosing gateway, switch, and access point roles. Designing IP ranges, DHCP scopes, static reservations, and DNS. Preparing for future VLANs, Pi-hole, NAS, lab servers, or VPN access. Troubleshooting a new network that has double NAT, unstable Wi-Fi, or changing server addresses. How It Works Star...
1.3K
4524 aws-sdk-js-v3-usage aws/agent-toolkit-for-aws
Do not use emojis in any code, comments, or output when this skill is active. AWS SDK for JavaScript v3 Package Structure @aws-sdk/client-* — one per service, generated by smithy-typescript ; one-to-one with AWS services and operations @aws-sdk/lib-* — higher-level helpers (e.g. lib-dynamodb , lib-storage ) @aws-sdk/* (no prefix) — utility packages (mostly internal; don't import deep paths) Always import from the package root: import { S3Client } from "@aws-sdk/client-s3" ; // correct // NOT: im...
1.3K
4525 windows-desktop-e2e affaan-m/everything-claude-code
Windows Desktop E2E Testing End-to-end testing for Windows native desktop applications using pywinauto backed by Windows UI Automation (UIA). Covers WPF, WinForms, Win32/MFC, and Qt (5.x / 6.x) — with Qt-specific guidance as a dedicated section. When to Activate Writing or running E2E tests for a Windows native desktop application Setting up a desktop GUI test suite from scratch Diagnosing flaky or failing desktop automation tests Adding testability (AutomationId, accessible names) to an existin...
1.3K
4526 browser-screenshot zc277584121/marketing-skills
Skill: Browser Screenshot Take focused screenshots of specific regions on web pages — a Reddit post, a tweet, an article section, a chart, etc. — not just a full-page dump. Prerequisite : agent-browser must be installed and Chrome must have remote debugging enabled. See references/agent-browser-setup.md if unsure. Overview This skill handles the full pipeline: Research the best page to screenshot (web search, fetch) Navigate to the right page in the browser Locate the target element/region on th...
1.3K
4527 ssrf-server-side-request-forgery yaklang/hack-skills
SKILL: Server-Side Request Forgery (SSRF) — Expert Attack Playbook AI LOAD INSTRUCTION : Expert SSRF techniques. Covers URL filter bypass, cloud metadata endpoints, protocol exploitation, blind SSRF detection, and chaining to RCE. Base models know basic 169.254.169.254 — this file covers what they miss. For real-world CVE chains, DNS Rebinding deep dives, K8s SSRF, and SSRF → Redis → RCE full exploitation, load the companion SCENARIOS.md . 0. QUICK START Extended Scenarios Also load SCENARIOS.md...
1.3K
4528 api-recon-and-docs yaklang/hack-skills
SKILL: API Recon and Docs — Endpoints, Schemas, and Version Surface AI LOAD INSTRUCTION : Use this skill first when the target is a REST, mobile, or GraphQL API and you need to enumerate endpoints, documentation, versions, and hidden surface area before exploitation. 1. PRIMARY GOALS Discover all reachable API entrypoints. Extract schemas, optional fields, and role differences. Identify old versions, mobile paths, GraphQL endpoints, and undocumented parameters. 2. RECON CHECKLIST JavaScript and ...
1.3K
4529 recon-and-methodology yaklang/hack-skills
SKILL: Recon and Methodology — Expert Bug Bounty Playbook AI LOAD INSTRUCTION : Systematic recon and bug-finding methodology from top bug hunters. Covers subdomain enumeration, endpoint discovery, tech fingerprinting, and the hunter's mental model for finding bugs that others miss. Key insight: most high-severity bugs are found through systematic coverage, not just clever payloads. 1. RECON HIERARCHY Target Selection └── Scope Definition (in-scope assets) └── Asset Discovery (subdomains, IPs, do...
1.3K
4530 android-pentesting-tricks yaklang/hack-skills
SKILL: Android Pentesting Tricks — Expert Attack Playbook AI LOAD INSTRUCTION : Expert Android application security testing techniques. Covers SSL pinning bypass (Frida/Objection/LSPosed), component exposure, WebView exploitation, intent redirection, root detection bypass, and Play Integrity evasion. Base models miss Frida hook specifics and multi-layer bypass chains. 0. RELATED ROUTING Before going deep, consider loading: mobile-ssl-pinning-bypass for in-depth cross-platform SSL pinning bypass ...
1.3K
4531 handling-sf-data forcedotcom/sf-skills
Salesforce Data Operations Expert (handling-sf-data) Use this skill when the user needs Salesforce data work : record CRUD, bulk import/export, test data generation, cleanup scripts, or data factory patterns for validating Apex, Flow, or integration behavior. When This Skill Owns the Task Use handling-sf-data when the work involves: sf data CLI commands record creation, update, delete, upsert, export, or tree import/export realistic test data generation bulk data operations and cleanup Apex anon...
1.3K
4532 asc-aso-audit rudrankriyam/app-store-connect-cli-skills
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. Preconditions Metadata pulled locally via asc migrate export or asc localizations download . For Astro gap analysis: app tracked in Astro MCP (optional — offline checks run without it). Before You Start Read references/aso_rules.md to understand the rules each check enforces. Identify the latest version directory under metadata/version/ (highest semantic version number)....
1.3K
4533 finance-based-pricing-advisor deanpeters/product-manager-skills
Purpose Evaluate the financial impact of pricing changes (price increases, new tiers, add-ons, discounts) using ARPU/ARPA analysis, conversion impact, churn risk, NRR effects, and CAC payback implications. Use this to make data-driven go/no-go decisions on proposed pricing changes with supporting math and risk assessment. What this is: Financial impact evaluation for pricing decisions you're already considering. What this is NOT: Comprehensive pricing strategy design, value-based pricing framewo...
1.3K
4534 alibabacloud-find-skills aliyun/alibabacloud-aiops-skills
Alibaba Cloud Agent Skills Search & Discovery This skill helps users search, discover, and install Alibaba Cloud official Agent Skills through the agentexplorer CLI plugin. Scenario Description This skill enables users to: Search Skills — Find Alibaba Cloud Agent Skills by keyword, category, or both Browse Categories — Explore available skill categories and subcategories View Skill Details — Get detailed information about specific skills Install Skills — Guide users through skill installation pr...
1.3K
4535 prompt-engineering giuseppe-trisciuoglio/developer-kit
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
1.3K
4536 bencium-impact-designer bencium/bencium-marketplace
Innovative Designer for impact Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out. This skill emphasizes bold creative commitment , brea...
1.3K
4537 ui-typography bencium/bencium-marketplace
UI Typography Skill Attribution These rules are distilled from Matthew Butterick's Practical Typography ( https://practicaltypography.com ). Butterick is a typographer, writer, and type designer whose work bridges professional typography and everyday digital writing. Thank you, Matthew, for making this knowledge accessible and encyclopedic. If you find this skill valuable, consider supporting his work directly. Mode of Operation These are permanent rules — not trends, not opinions. They come fro...
1.3K
4538 ios-icon-gen affaan-m/everything-claude-code
iOS Icon Generator Generate PNG icon imagesets for Xcode asset catalogs from two sources. When to Activate Generating icon assets for an iOS/macOS Xcode project Searching for icons across open source collections Creating PNG imagesets (1x, 2x, 3x) for asset catalogs Replacing placeholder icons with production-quality assets Matching existing icon styles in an Xcode project Core Principles 1. Two Sources, One Output Format Both sources produce identical Xcode-compatible imagesets. Choose based on...
1.3K
4539 ui-to-vue affaan-m/everything-claude-code
UI To Vue Batch-convert UI design screenshots into Vue 3 Composition API component code. When to Use The user provides a directory of design screenshots or design-export images. The target application is Vue 3. The user wants a first pass of page components, shared components, and router wiring. The user specifies Vant, Element Plus, or Ant Design Vue as the component library. When Not to Use The user has only one screenshot and wants a bespoke component. The target project is not Vue. The desig...
1.3K
4540 api-auth-and-jwt-abuse yaklang/hack-skills
SKILL: API Auth and JWT Abuse — Token Trust, Header Tricks, and Rate Limits AI LOAD INSTRUCTION : Use this skill when APIs rely on JWT, bearer tokens, API keys, or weak request identity signals. Focus on token trust boundaries, claim misuse, header spoofing, and rate-limit bypass. 1. TOKEN TRIAGE Inspect: alg , kid , jku , x5u role, org, tenant, scope, or privilege claims issuer and audience mismatches reuse of mobile and web tokens across products 2. QUICK ATTACK PICKS Pattern First Test alg:no...
1.3K
4541 recon-for-sec yaklang/hack-skills
Recon and Methodology Router This is the starting router for new targets and unknown attack surfaces. When to Use You just received a new target and do not yet know what to test first You need to begin with asset discovery, tech fingerprinting, endpoint inventory, and test-route planning You want to build follow-up testing on structured methodology instead of random payload enumeration Skill Map Recon and Methodology Insecure Source Code Management — .git/.svn/.hg exposure detection Dependency C...
1.3K
4542 jwt-oauth-token-attacks yaklang/hack-skills
SKILL: JWT and OAuth 2.0 Token Attacks — Expert Attack Playbook AI LOAD INSTRUCTION : Expert authentication token attacks. Covers JWT cryptographic attacks (alg:none, RS256→HS256, secret crack, kid/jku injection), OAuth flow attacks (CSRF, open redirect, token theft, implicit flow abuse), PKCE bypass, and token leakage via Referer/logs. This is critical for modern web applications. 0. RELATED ROUTING Use this file for token-centric attacks and flow abuse. Also load: oauth oidc misconfiguration f...
1.3K
4543 nature-reader yuan1z0825/nature-skills
Full-Paper Markdown Reader Use this skill to turn a research paper into a complete Markdown reading artifact. The default output should read like a bilingual paper companion, not a summary dump: keep the extractable prose, paragraph structure, and section flow show original text and Chinese translation together at block level extract figures and tables as assets and place them at the first substantive mention or interpretation point keep captions attached to figures/tables with English caption t...
1.3K
4544 frontend-design nexu-io/open-design
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
1.3K
4545 cad-viewer earthtojake/text-to-cad
CAD Viewer Provenance: maintained in earthtojake/text-to-cad . Use the installed local skill files as the runtime source of truth; the repository link is only for provenance and release review. Use this skill to open existing or newly generated CAD, robot-description, DXF, or plain FDM G-code files in CAD Viewer and hand back live review links. The expected input is one or more explicit file paths. Start Viewer Show more
1.3K
4546 building-sf-integrations forcedotcom/sf-skills
building-sf-integrations: Salesforce Integration Patterns Expert Use this skill when the user needs integration architecture and runtime plumbing : Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, CDC, and event-driven integration design. When This Skill Owns the Task Use building-sf-integrations when the work involves: .namedCredential-meta.xml or External Credential metadata outbound REST/SOAP callouts External Service registration from O...
1.3K
4547 mapbox-web-integration-patterns mapbox/mapbox-agent-skills
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing via npm...
1.3K
4548 winui-app openai/skills
WinUI App Use this skill for WinUI 3 and Windows App SDK work that needs grounded setup guidance, app bootstrap, modern Windows UX decisions, or concrete implementation patterns. Required Flow Classify the task as environment/setup, new-app bootstrap, design, implementation, review, or troubleshooting. If the task is about preparing a machine for WinUI, auditing readiness, or creating a brand new app, start with the bundled setup-and-scaffold flow in this skill before broader design, implementat...
1.3K
4549 react-pdf vercel-labs/json-render
@json-render/react-pdf React PDF renderer that generates PDF documents from JSON specs using @react-pdf/renderer . Installation npm install @json-render/core @json-render/react-pdf Quick Start import { renderToBuffer } from "@json-render/react-pdf" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "doc" , elements : { doc : { type : "Document" , props : { title : "Invoice" } , children : [ "page" ] } , page : { type : "Page" , props : { size : "A4" } , children : [ "...
1.3K
4550 flutter-dev minimax-ai/skills
Flutter Development Guide A practical guide for building cross-platform applications with Flutter 3 and Dart. Focuses on proven patterns, state management, and performance optimization. Quick Reference Widget Patterns Purpose Component State management (simple) StateProvider + ConsumerWidget State management (complex) NotifierProvider / Bloc Async data FutureProvider / AsyncNotifierProvider Real-time streams StreamProvider Navigation GoRouter + context.go/push Responsive layout LayoutBuilder + b...
1.3K