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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
28,583
总 Skills
198.3M
总安装量
2,789
贡献者
# Skill 仓库 描述 安装量
27801 stripe-integration yusuketsunoda/ppt-trans
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
35
27802 mteb-retrieve letta-ai/skills
This skill provides guidance for text embedding retrieval tasks that involve encoding documents and queries using embedding models, computing similarity scores, and retrieving or ranking documents based on semantic similarity. Workflow Step 1: Inspect and Parse Data Before writing any code, carefully inspect the raw data format: - Read the data file and examine actual line contents - Identify formatting artifacts such as: Line number prefixes (e.g., `1→`, `2→`, `1.`, `1:`) - Whitespace ...
35
27803 conflict-resolution troykelly/claude-skills
Conflict Resolution Overview Handle merge conflicts systematically to maintain code integrity. Core principle: Conflicts require careful resolution, not just picking one side. Announce at start: "I'm using conflict-resolution to handle these merge conflicts." When Conflicts Occur Conflicts happen when: Situation Example Rebasing on updated main git rebase origin/main Merging main into branch git merge origin/main Cherry-picking commits git cherry-pick [sha] Pulling with local changes git p...
35
27804 update-packages blogic-cz/agent-tools
Update Packages Step 0: Update Skills + Create Branch (MANDATORY) Before touching any packages, update skills and create a dedicated branch. Update all skills from skills-lock.json (reads sources + skill names from lock) bun run .agents/skills/update-packages/references/skills-update-local.ts Dry run to see what would be executed bun run .agents/skills/update-packages/references/skills-update-local.ts --dry-run Create a fresh branch git checkout -b chore/update-packages- $( date +%y%m%d-%H%M ...
35
27805 beads-task-tracker tdimino/claude-code-minoan
Beads Task Tracker Overview Beads is a git-versioned, dependency-aware issue tracker designed specifically for AI coding agents. It solves the "amnesia problem" where agents lose context between sessions by providing a persistent, queryable task database that agents can use to orient themselves, find ready work, and track dependencies across long-horizon projects. Use Beads when: Working on projects with multiple interconnected tasks Tasks span multiple agent sessions (>10 minutes) Need to track...
35
27806 path-tracing letta-ai/skills
Path Tracing and Ray Tracing Implementation This skill provides guidance for implementing path tracers and ray tracers, particularly for image reconstruction tasks where a target image must be matched within a similarity threshold. When to Use This Skill Implementing ray tracers or path tracers in C/C++ Reconstructing images by reverse-engineering scene parameters Building rendering systems with geometric primitives (spheres, planes) Tasks requiring image similarity matching (L2 norm, cosine sim...
35
27807 kubernetes-operations nodnarbnitram/claude-code-extensions
Kubernetes Operations Expert knowledge for Kubernetes cluster management, deployment, and troubleshooting with mastery of kubectl and cloud-native patterns. Core Expertise Kubernetes Operations Workload Management : Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs Networking : Services, Ingress, NetworkPolicies, and DNS configuration Configuration & Storage : ConfigMaps, Secrets, PersistentVolumes, and PersistentVolumeClaims Troubleshooting : Debugging pods, analyzing logs, and inspecti...
35
27808 brand-positioning-theory mike-coulbourn/claude-vibes
Brand Positioning Theory Framework Quick reference for positioning a brand using methodologies from Al Ries, Jack Trout, and Marty Neumeier. "Marketing is not a battle of products, it's a battle of perceptions." — Al Ries & Jack Trout "When everybody zigs, zag." — Marty Neumeier Ries & Trout's 5 Core Principles Positioning happens in the mind: You don't position products; you position perceptions. The only reality that counts is what's already in the prospect's mind. The mind is limited: I...
35
27809 attack-surface-analyzer jeremylongshore/claude-code-plugins-plus-skills
Attack Surface Analyzer Purpose This skill provides automated assistance for attack surface analyzer tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "attack surface analyzer" in your request Ask about attack surface analyzer patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance for attac...
35
27810 letta conversations api letta-ai/skills
Letta Conversations API The Conversations API allows multiple isolated message threads on a single agent. Each conversation maintains its own message history while sharing the agent's memory blocks and tools. When to Use This Skill Building multi-user chat applications (each user gets their own conversation) Implementing session management with separate contexts A/B testing agent responses across isolated conversations Any scenario where you need multiple independent chat threads with one agent ...
35
27811 xiaohongshu-creation-workflow cyhzzz/finance_aigc_skills
小红书图文笔记创作工作流 任务目标 本Skill提供从需求到成品的完整小红书图文笔记创作工作流,专为 财经证券领域官方/员工账号 设计。 核心目标 :智能模式判断、两阶段创作(内容创作+风格适配)、爆款评估、专业输出、视觉化呈现、用户全程控制。 核心工作流 用户输入 → Phase 0(模式判断) → Phase 1(初稿创作) → Phase 1.5(审校优化) → Phase 2(IP风格迁移+平台适配) → Phase 2.5(爆款评分≥80分自动继续) → Phase 3(HTML预览) → 最终输出 关键变化 : Phase 1 :纯粹的选题探讨、优质初稿创作(不考虑IP风格和平台格式) Phase 1.5 :审校优化(非可选,正式的质量检查步骤) Phase 2 :IP风格迁移 + 平台格式适配(自动选择账号风格) Phase 2.5 :评分≥80分自动进入Phase 3 Phase 3 :默认生成HTML预览,可选手动调用baoyu生成PNG图集 ⚡ 自动执行原则 本工作流采用 智能自动执行 策略,大幅减少人工确认步骤: 自动执行的步骤 : ✅ Phase 1 所有步骤(...
35
27812 pr-resolver zenobi-us/dotfiles
Automate the process of addressing pull request review feedback by processing ALL comments, making code fixes, resolving EVERY conversation thread, and fixing ALL failing CI checks. This skill does NOT skip any comments. Every unresolved thread must be addressed and resolved. Prerequisites ``` Verify gh CLI is installed and authenticated gh auth status If not authenticated, run: gh auth login ``` Token requires `repo` scope for full repository access. Workflow Overview - Fetch PR con...
35
27813 epic-react-patterns epicweb-dev/epic-stack
Epic Stack: React Patterns and Guidelines When to use this skill Use this skill when you need to: Write efficient React components in Epic Stack applications Optimize performance and bundle size Follow React Router patterns and conventions Avoid common React anti-patterns Implement proper code splitting Optimize re-renders and data fetching Use React hooks correctly Philosophy Following Epic Web principles: Make it work, make it right, make it fast - In that order. First make it functional, ...
35
27814 ansible-validator akin-ozer/cc-devops-skills
Ansible Validator Overview Comprehensive toolkit for validating, linting, and testing Ansible playbooks, roles, and collections. This skill provides automated workflows for ensuring Ansible code quality, syntax validation, dry-run testing with check mode and molecule, and intelligent documentation lookup for custom modules and collections with version awareness. Default behavior: When validating any Ansible role with a molecule/ directory, attempt Molecule automatically using bash scripts/test_r...
35
27815 code-review smallnest/langgraphgo
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
35
27816 nginx-ingress-manager jeremylongshore/claude-code-plugins-plus-skills
Nginx Ingress Manager Purpose This skill provides automated assistance for nginx ingress manager tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "nginx ingress manager" in your request Ask about nginx ingress manager patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for nginx ingress manager Fo...
35
27817 pwa-development travisjneuman/.claude
PWA Development Skill Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices. Core PWA Requirements Show more Installs 47 Repository alinaqi/maggy GitHub Stars 706 First Seen May 21, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
35
27818 tuzi-video-gen tuziapi/tuzi-skills
Video Generation (AI SDK) Tuzi API video generation backend. Default model: veo3.1. Script Directory Agent Execution : SKILL_DIR = this SKILL.md file's directory Script path = ${SKILL_DIR}/scripts/main.ts Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any video generation. Do NOT skip or defer. 0.1 Check API Key echo " ${TUZI_API_KEY :- not_set} " grep -s TUZI_API_KEY .tuzi-skills/.env " $HOME /.tuzi-skills/.env" Result Action Key found Continue to Step 0.2 Key NOT...
35
27819 install-windows-3.11 letta-ai/skills
Install Windows 3.11 in QEMU Overview This skill provides procedural knowledge for installing and running Windows 3.11 in a QEMU virtual machine with VNC and web-based access. Windows 3.11 is a legacy 16-bit operating system that requires specific QEMU configuration for proper operation. Pre-Installation Checklist Before starting, verify the following: Check for expected file paths and naming conventions - Tests or acceptance criteria may expect specific paths (e.g., /tmp/qemu-monitor.sock vs /t...
35
27820 markdownlint-integration thebushidocollective/han
Markdownlint Integration Master integrating markdownlint into development workflows including CLI usage, programmatic API (sync/async/promise), CI/CD pipelines, pre-commit hooks, and editor integration. Overview Markdownlint can be integrated into various parts of your development workflow to ensure consistent markdown quality. This includes command-line tools, programmatic usage in Node.js, continuous integration pipelines, Git hooks, and editor plugins. Command-Line Interface markdownlint-cli ...
35
27821 track17 tristanmanchester/agent-skills
track17 (17TRACK parcel tracking) This skill lets Clawdbot keep a local list of your parcels, track their state via the 17TRACK Tracking API v2.2 , and summarise changes. It stores everything in a small SQLite DB under your workspace (by default: <workspace>/packages/track17/track17.sqlite3 ). <workspace> is auto-detected as the parent directory of the nearest skills/ directory that contains this skill. For example, if you install it at /clawd/skills/track17/ , data will be stored at /clawd/pack...
35
27822 hotel-finder barneyjm/camino-skills
Installation Companion Skills : This is part of the Camino AI location intelligence suite. Install all available skills (query, places, relationship, context, route, journey, real-estate, hotel-finder, ev-charger, school-finder, parking-finder, fitness-finder, safety-checker, travel-planner) for comprehensive coverage. Install all skills from repo npx skills add https://github.com/barneyjm/camino-skills Or install specific skills npx skills add https://github.com/barneyjm/camino-skills --skill...
35
27823 gluestack-components thebushidocollective/han
gluestack-ui - Components Expert knowledge of gluestack-ui's universal component library for building accessible, performant UI across React and React Native platforms. Overview gluestack-ui provides 50+ unstyled, accessible components that work seamlessly on web and mobile. Components are copy-pasteable into your project and styled with NativeWind (Tailwind CSS for React Native). Key Concepts Component Installation Add components using the CLI: Initialize gluestack-ui in your project npx glues...
35
27824 solidjs-expert oimiragieo/agent-studio
Solidjs Expert solidjs complex state management When reviewing or writing code, apply these guidelines: Utilize createStore() for complex state management. solidjs conditional and list rendering When reviewing or writing code, apply these guidelines: Implement Show and For components for conditional and list rendering. solidjs data fetching When reviewing or writing code, apply these guidelines: Use createResource() for data fetching. solidjs derived values management When reviewing or wr...
35
27825 mermaid-er-diagram-creator jeremylongshore/claude-code-plugins-plus-skills
Mermaid Er Diagram Creator Purpose This skill provides automated assistance for mermaid er diagram creator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "mermaid er diagram creator" in your request Ask about mermaid er diagram creator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for mermaid er diagram c...
35
27826 sap-hana-cloud-data-intelligence secondsky/sap-skills
SAP HANA Cloud Data Intelligence Skill This skill provides comprehensive guidance for developing with SAP Data Intelligence Cloud, including pipeline creation, operator development, data integration, and machine learning scenarios. Table of Contents When to Use This Skill Core Concepts Quick Start Patterns Common Tasks Bundled Resources When to Use This Skill Use this skill when: Creating or modifying data processing graphs/pipelines Developing custom operators (Gen1 or Gen2) Integrating ABAP-ba...
35
27827 using-superpowers nickcrew/claude-ctx-plugin
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
35
27828 host-panel wyattowalsh/agents
Host Panel Surface real tensions, frameworks, and disagreements through simulated expert discourse — not theatrical roleplay. This panel explores a complex topic from multiple angles — surfacing frameworks and genuine disagreements, not producing consensus or truth. Invocation: /host-panel "topic" [format] [num-experts] Format Purpose Best for roundtable Open multi-perspectival exploration Broad topics, brainstorming, mapping a field oxford Binary debate with formal sides Policy decisions, testi...
35
27829 deep-research zenobi-us/dotfiles
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
35
27830 tiny-vue-skill opentiny/agent-skills
No SKILL.md available for this skill. View on GitHub
35
27831 generate-tests iskysun96/aptos-agent-skills
Generate Tests Skill Overview This skill generates comprehensive test suites for Move contracts with 100% line coverage requirement. Tests verify: ✅ Happy paths (functionality works) ✅ Access control (unauthorized users blocked) ✅ Input validation (invalid inputs rejected) ✅ Edge cases (boundaries, limits, empty states) Critical Rule: NEVER deploy without 100% test coverage. Core Workflow Step 1: Create Test Module [test_only] module my_addr::my_module_tests { use my_addr::my_module::{Self, MyOb...
35
27832 azure-sdk-mgmt-pr-review azure/azure-sdk-for-net
Azure .NET Mgmt SDK PR Review Review Azure SDK for .NET management library pull requests against the official API review guidelines. The review is split into three sequential phases: Phase 1: Versioning Review (gate), Phase 2: API Review , and Phase 3: Breaking Change Detection . Each phase must pass before proceeding to the next. Phase 1: Versioning Review This phase checks version-related rules that are simple and rule-based. If any violation is found in this phase, stop the review immediately...
35
27833 dead-code-detector curiouslearner/devkit
Dead Code Detector Find and remove unused code across Python, TypeScript, and Rust codebases. Tools by Language Language Tool Detects Python vulture v2.14+ Unused imports, functions, classes, variables TypeScript knip v5.0+ Unused exports, dependencies, files Rust cargo clippy + rustc lints Unused functions, imports, dead_code warnings Why these tools? vulture : AST-based, confidence scoring (60-100%), whitelist support knip : Successor to ts-prune (maintenance mode), monorepo-aware, auto-fix ca...
35
27834 django-expert personamanagmentlayer/pcl
Django Expert Overview This skill provides expert guidance for Django backend development with comprehensive coverage of models, views, Django REST Framework, forms, authentication, testing, and performance optimization. It follows official Django best practices and modern Python conventions to help you build robust, maintainable applications. Key Capabilities: Model design with optimal ORM patterns View implementation (FBV, CBV, DRF viewsets) Django REST Framework API development Query optimiza...
35
27835 gardening-mindset coowoolf/insighthunt-skills
The Gardening Mindset Overview A shift from the "Builder" mindset (rigid plans, top-down control) to a "Gardener" mindset (creating conditions for growth, ecosystem curation). Plant many cheap "seeds" and invest in the ones that show organic traction. Core principle: Don't try to predict the winner. Look for signals of natural growth. Builder vs Gardener ┌─────────────────────────────────────────────────────────────────┐ │ BUILDER MINDSET │ GARDENER MINDSET │ ├───────...
35
27836 youtube-plan-new-video kenneth-liao/ai-launchpad-marketplace
YouTube Video Planning Overview This skill generates complete video plans by orchestrating specialized skills to create optimized titles, thumbnails, and hooks. It takes research as input and produces a production-ready plan with all creative elements needed to maximize video performance. Core Principle : Leverage specialized skills to ensure proven patterns for CTR (title/thumbnail) and retention (hook). Never generate these elements manually. When to Use Use this skill when: Research has been ...
35
27837 zod-patterns mx-space/core
Zod Schema Patterns Basic Pattern import { z } from 'zod' import { createZodDto } from 'nestjs-zod' // Define Schema export const MySchema = z . object ( { name : z . string ( ) . min ( 1 ) , email : z . string ( ) . email ( ) , age : z . number ( ) . int ( ) . positive ( ) . optional ( ) , } ) // Create DTO class export class MyDto extends createZodDto ( MySchema ) { } // Partial DTO for updates export class PartialMyDto extends createZodDto ( MySchema . partial ( ) ) { } Project Custom Validat...
35
27838 animation principles - absolute beginner dylantarre/animation-principles
Your First Look at Animation Magic Animation makes drawings move in ways that feel real and fun. Disney animators discovered 12 tricks that make animation look great. Here they are in simple words: 1. Squash and Stretch Things squish when they hit something and stretch when they move fast. Drop a ball - it flattens on the ground, then bounces back round. 2. Anticipation Before a big move, there's a small move the other way. Before jumping up, you crouch down first. 3. Staging Put important thing...
35
27839 hybrid-cloud-test-gen getsentry/sentry
Hybrid Cloud Test Generation This skill generates tests for Sentry's hybrid cloud architecture. It covers RPC services, API gateway proxying, outbox patterns, and endpoint silo decorators. Critical Constraints ALWAYS use factory methods ( self.create_user() , self.create_organization() ) — never Model.objects.create() . NEVER wrap factory method calls in assume_test_silo_mode or assume_test_silo_mode_of . Factories are silo-aware and handle silo mode internally. Only use silo mode context manage...
35
27840 sanctum sendaifun/skills
Sanctum Development Guide A comprehensive guide for building Solana applications with Sanctum - Solana's largest LST (Liquid Staking Token) platform powering 1,361+ LSTs. Overview Sanctum provides unified liquid staking infrastructure on Solana: Infinity Pool : Multi-LST liquidity pool with zero-slippage swaps Router : Instant LST-to-LST swaps via stake account routing Reserve : Instant SOL liquidity for LST withdrawals LST Creation : Launch custom liquid staking tokens INF Token : Yield-bearing...
35
27841 frontend-development samhvw8/dot-claude
Frontend Development Guidelines Purpose Comprehensive guide for modern frontend development across React, Vue 3, Svelte 5, and Angular. Covers framework-specific patterns, common architectural principles, and cross-framework best practices. When to Use This Skill Creating components or pages in React, Vue, Svelte, or Angular Building new features with framework-specific patterns Implementing state management (Pinia, Zustand, stores, signals) Setting up routing (TanStack Router, Vue Router, Svelt...
35
27842 brand-guidelines teachingai/full-stack-skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
35
27843 notebooklm-superskill ainergiz/notebooklm-superskill
Generate professional content from NotebookLM notebooks: slides, podcasts, infographics, and videos. When to Use This Skill Use this skill when the user wants to: - Generate slide decks for different audiences (technical, investor, customer, executive, beginner) - Create AI podcast-style audio overviews - Make visual infographics from research - Generate video overviews/explainers - Automate NotebookLM content creation Critical: Always Use run.py Wrapper All scripts MUST be run throug...
35
27844 laravel:config-env-storage jpcaparas/superpowers-laravel
Storage Config (S3/R2/MinIO/CDN) Configure storage once; switch providers via env. Env FILESYSTEM_DISK=s3 AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... AWS_DEFAULT_REGION=auto AWS_BUCKET=... AWS_ENDPOINT=https://r2.example.com for R2/MinIO AWS_USE_PATH_STYLE_ENDPOINT=true if required MEDIA_CDN_URL=https://cdn.example.com optional CDN/base URL Tips Prefer pre‑signed URLs for uploads/downloads when possible For CDN, prefix public URLs with MEDIA_CDN_URL (app URL generation ...
35
27845 animation principles - refresher dylantarre/animation-principles
Quick Principles Refresher You know these. Here's the checklist. The 12 Squash/Stretch - Volume constant, shape varies. Check your impacts and fast motion. Anticipation - Is the audience prepared? Opposite direction, proportional to action. Staging - Silhouette test. One idea. Where's the eye going? Straight Ahead / Pose to Pose - Right method for this shot? Maybe hybrid. Follow Through / Overlap - Does everything stop at once? (It shouldn't.) Hierarchy: root leads, tips lag. Slow In / Out - Che...
35
27846 audio-editing guia-matthieu/clawfu-skills
Audio Editing Fundamentals Master the essential audio post-production techniques—normalization, compression, EQ, and noise reduction—using the correct processing order to achieve professional-quality audio. When to Use This Skill Editing podcast episodes or video soundtracks Cleaning up recorded voiceovers Improving audio quality for marketing content Preparing audio files for distribution Troubleshooting common audio issues Standardizing audio levels across a project Methodology Foundation Sour...
35
27847 log-analysis-security jeremylongshore/claude-code-plugins-plus-skills
Log Analysis Security Purpose This skill provides automated assistance for log analysis security tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "log analysis security" in your request Ask about log analysis security patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance for log analysis ...
35
27848 opik-optimizer vincentkoc/dotskills
Opik Optimizer Purpose Design, run, and interpret Opik Optimizer workflows for prompts, tools, and model parameters with consistent dataset/metric wiring and reproducible evaluation. When to use Use this skill when a user asks for: Choosing and configuring Opik Optimizer algorithms for prompt/agent optimization. Writing ChatPrompt -based optimization runs and custom metric functions. Optimizing with tools (function calling or MCP), selected prompt roles, or prompt segments. Tuning LLM call param...
35
27849 deployment-automation eddiebe147/claude-settings
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
35
27850 flutter-development travisjneuman/.claude
Flutter Development Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration. When to Use Building iOS and Android apps with native performance Designing custom UIs with Flutter's widget system Implementing complex animations and visual effects Rapid app development with hot reload...
35