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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
8851 skill-creator freestylefly/canghe-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
91
8852 adhd-daily-planner erichowens/some_claude_skills
ADHD Daily Planner A planning system designed BY and FOR ADHD brains. This skill understands that traditional productivity advice fails for neurodivergent minds and provides strategies that work WITH your brain, not against it. Core Philosophy ADHD is not a character flaw or lack of willpower. It's a difference in how the brain handles dopamine, time perception, and attention regulation. This skill: Never uses shame or "just try harder" rhetoric Builds systems around ADHD realities, not neur...
91
8853 ln-523-auto-test-planner levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Automated Test Planner Creates Story test task with comprehensive automated test coverage (E2E/Integration/Unit) based on Risk-Based Testing methodology and REAL manual testing results. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. St...
91
8854 brand-color-psychology mike-coulbourn/claude-vibes
Brand Color Psychology & Strategic Palette Development Quick reference for developing strategic brand color palettes grounded in psychology, differentiation, and practical application. "62-90% of snap judgments about products are based on color alone." — Satyendra Singh, Management Decision (2006) "Consistent color use can increase brand recognition by up to 80%." — Reboot Online Study "Color appropriateness to the brand context may be the single most important factor." — Help Scout Research...
91
8855 payment-integration mrgoonie/claudekit-skills
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
91
8856 nodejs-best-practices vudovn/antigravity-kit
Node.js Best Practices Principles and decision-making for Node.js development in 2025. Learn to THINK, not memorize code patterns. ⚠️ How to Use This Skill This skill teaches decision-making principles, not fixed code to copy. ASK user for preferences when unclear Choose framework/pattern based on CONTEXT Don't default to same solution every time 1. Framework Selection (2025) Decision Tree What are you building? │ ├── Edge/Serverless (Cloudflare, Vercel) │ └── Hono (zero-dependency, ultra-...
91
8857 ga4 jdrhyne/agent-skills
GA4 - Google Analytics 4 Data API Query GA4 properties for analytics data: page views, sessions, users, traffic sources, conversions, and more. Setup (one-time) Enable Google Analytics Data API: https://console.cloud.google.com/apis/library/analyticsdata.googleapis.com Create OAuth credentials or use existing Google Cloud project Set environment variables: GA4_PROPERTY_ID - Your GA4 property ID (numeric, e.g., "123456789") GOOGLE_CLIENT_ID - OAuth client ID GOOGLE_CLIENT_SECRET - OAuth client se...
91
8858 supabase-python alinaqi/claude-bootstrap
*Load with: base.md + supabase.md + python.md* FastAPI patterns with Supabase Auth and SQLAlchemy/SQLModel for database access. Sources: [Supabase Python Client](https://supabase.com/docs/reference/python/introduction) | [SQLModel](https://sqlmodel.tiangolo.com/) Core Principle SQLAlchemy/SQLModel for queries, Supabase for auth/storage. Use SQLAlchemy or SQLModel for type-safe database access. Use supabase-py for auth, storage, and realtime. FastAPI for the API layer. Project Structure ...
91
8859 dependency-auditor useai-pro/openclaw-skills-security
Dependency Auditor You are a dependency security auditor for OpenClaw. When a skill tries to install packages or you review a project's dependencies, check for security issues. When to Audit Before running npm install , pip install , go get commands suggested by a skill When reviewing a skill that adds dependencies to package.json or requirements.txt When a skill suggests installing a package you haven't used before During periodic security audits of your project Audit Checklist 1. Package Legit...
91
8860 orval pproenca/dot-skills
Orval OpenAPI Best Practices Comprehensive guide for generating type-safe TypeScript clients from OpenAPI specifications using Orval. Contains 42 rules across 8 categories, prioritized by impact to guide automated configuration, client generation, and testing setup. When to Apply Reference these guidelines when: Configuring Orval for a new project Setting up OpenAPI-based TypeScript client generation Integrating React Query, SWR, or Vue Query with generated hooks Creating custom mutators for...
91
8861 minimalist-ui leonxlnx/taste-skill
Protocol: Premium Utilitarian Minimalism UI Architect 1. Protocol Overview Name: Premium Utilitarian Minimalism & Editorial UI Description: An advanced frontend engineering directive for generating highly refined, ultra-minimalist, "document-style" web interfaces analogous to top-tier workspace platforms. This protocol strictly enforces a high-contrast warm monochrome palette, bespoke typographic hierarchies, meticulous structural macro-whitespace, bento-grid layouts, and an ultra-flat component...
91
8862 redux vercel-labs/json-render
@json-render/redux Redux adapter for json-render's StateStore interface. Wire a Redux store (or Redux Toolkit slice) as the state backend for json-render. Installation npm install @json-render/redux @json-render/core @json-render/react redux or with Redux Toolkit (recommended): npm install @json-render/redux @json-render/core @json-render/react @reduxjs/toolkit Usage import { configureStore , createSlice } from "@reduxjs/toolkit" ; import { reduxStateStore } from "@json-render/redux" ; import {...
91
8863 notebooklm giuseppe-trisciuoglio/developer-kit
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
91
8864 sanity mindrally/skills
Sanity CMS Development You are an expert in Sanity CMS, GROQ queries, TypeScript integration, and headless CMS architecture. Core Principles Design schemas with content modeling best practices Write efficient GROQ queries Use TypeScript for type safety Organize projects for scalability Implement proper validation and preview Project Structure sanity/ ├── schemas/ │ ├── documents/ │ │ ├── post.ts │ │ └── author.ts │ ├── objects/ │ │ ├── blockContent.ts │ │ └── image.ts │ └...
91
8865 union-search-skill runningz1/union-search-skill
联合搜索技能 目的 提供跨多个平台的统一搜索能力,支持 20+ 个平台的内容搜索和数据获取。所有搜索脚本遵循标准化的输入/输出约定,提供可靠、可读的结果。 何时使用此技能 跨多个平台搜索内容(GitHub、Reddit、社交媒体、搜索引擎) 按时间范围、互动指标或内容类型过滤结果 批量搜索/下载并归档原始响应 需要无 API 密钥的搜索方案 可用的搜索工具 所有脚本位于 scripts/ 目录,每个模块都有详细的 README 文档。 开发者与社区搜索 平台 描述 文档 GitHub 仓库、代码、问题/PR搜索 GITHUB_README.md Reddit 帖子、子版块、用户搜索 REDDIT_README.md 社交媒体与网络搜索 平台 描述 文档 小红书 笔记搜索,支持过滤排序 XIAOHONGSHU_README.md 抖音 视频搜索,支持过滤选项 DOUYIN_README.md Bilibili 视频搜索,双API支持 BILIBILI_README.md Twitter 帖子和时间线搜索 TWITTER_README.md YouTube 视频、评论搜索 YOUTUBE_...
91
8866 strategic-planning ognjengt/founder-skills
You are an expert strategic planning specialist with deep expertise in project decomposition, dependency analysis, timeline estimation, and systematic task organization. Your strength lies in transforming complex, overwhelming projects into clear, actionable roadmaps. Purpose Provide comprehensive strategic planning for complex software projects and tasks. You excel at breaking down large, ambiguous scopes into structured, manageable components, identifying critical dependencies, assessing ri...
91
8867 websocket-development mindrally/skills
WebSocket Development You are an expert in WebSocket development and real-time communication systems. Follow these best practices when building WebSocket-based applications. Core Principles Think through the implementation step-by-step before writing code Follow the user's requirements carefully and to the letter Prioritize security, scalability, and maintainability throughout Leave NO todos, placeholders, or missing pieces in the implementation Connection Management Establishing Connections A...
91
8868 landing-page-optimization manojbajaj95/claude-gtm-plugin
Landing Page Optimization Build, write, and optimize high-converting landing pages combining proven copy frameworks, the 11-essential-elements structure, and a clear creation workflow. 1. Copy Framework Gather Before Writing Collect these inputs before drafting any copy: Product/service name and core value proposition Target audience and their primary pain point Key differentiator vs alternatives Desired visitor action (CTA goal) Available social proof (testimonials, stats, logos) Choose a Frame...
91
8869 supabase developer daffy0208/ai-dev-standards
Supabase Developer Build production-ready full-stack applications with Supabase. Supabase is an open-source Firebase alternative providing PostgreSQL database, authentication, storage, real-time subscriptions, and edge functions. This skill guides you through building secure, scalable applications using Supabase's full feature set. When to Use This Skill Authentication : Implementing user signup/login with email, OAuth, magic links, or phone auth Database : Designing PostgreSQL schemas with Row ...
91
8870 ads-meta agricidaniel/claude-ads
Meta Ads Deep Analysis Process Collect Meta Ads data (Ads Manager export, Events Manager screenshot, EMQ scores) Read ads/references/meta-audit.md for full 46-check audit Read ads/references/benchmarks.md for Meta-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Meta Ads Health Score (0-100) Generate findings report with action plan What to Analyze Pixel / CAPI Health (30% weight) Meta Pixel installe...
91
8871 nutrition-analyzer huifer/wellally-health
分析饮食和营养数据,识别营养模式,评估营养状况,并提供个性化营养改善建议。 功能 1. 营养趋势分析 分析营养素摄入的变化趋势,识别改善或需要关注的方面。 分析维度: - 宏量营养素趋势(蛋白质、碳水、脂肪、纤维、卡路里) - 微量营养素趋势(维生素、矿物质) - 热量来源分布变化 - 餐食模式(饮食时间、频率) - 食物类别偏好 输出: - 趋势方向(改善/稳定/下降) - 变化幅度和百分比 - 趋势显著性 - 改进建议 2. 营养素摄入评估 评估营养素摄入是否达到推荐标准(RDA/AI)。 评估内容: - 宏量营养素评估: 蛋白质摄入量和质量 - 碳水化合物类型分布(精制 vs 复杂碳水) - 脂肪类型分布(饱和/单不饱和/多不饱和/反式脂肪) - 膳食纤维摄入量 - 维生素评估: 维生素A、C、D、E、K - 维生素B族(B1、B2、B3、B6、B12、叶酸、泛酸、生物素) - 与RDA对比 - 缺乏风险评估 - 矿物质评估: 常量矿物质:钙、磷、镁、钠、钾、氯、硫 - 微量矿物质:铁、锌、铜、锰、碘、硒、铬...
91
8872 distributed-tracing sickn33/antigravity-awesome-skills
Distributed Tracing Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices. Purpose Track requests across distributed systems to understand latency, dependencies, and failure points. When to Use Debug latency issues Understand service dependencies Identify bottlenecks Trace error propagation Analyze request paths Distributed Tracing Concepts Trace Structure Trace (Request ID: abc123) ↓ Span (frontend) [100ms] ↓ Span (api-gateway) [80ms] ├→ ...
91
8873 solid-principles thebushidocollective/han
Apply SOLID design principles for maintainable, flexible code architecture. The Five Principles 1. Single Responsibility Principle (SRP) A module should have one, and only one, reason to change Elixir Pattern ``` BAD - Multiple responsibilities defmodule UserManager do def create_user(attrs) do Creates user Sends welcome email Logs to analytics Updates cache end end GOOD - Single responsibility defmodule User do def create(attrs), do: Repo.insert(changeset(a...
91
8874 minimax-web-search thincher/awsome_skills
MiniMax Web Search Skill Use this skill when you need to find current, real-time, or authoritative information that may have changed since my knowledge cutoff. How to Use Call the web_search tool directly with a query: web_search({ query: "your search query" }) When to Use Use web_search when: Current events : News, recent developments, latest releases Fact verification : Checking if information is still accurate Technical updates : New versions, patches, breaking changes Dynamic content : Price...
91
8875 googlesheets-automation sickn33/antigravity-awesome-skills
Google Sheets Automation via Rube MCP Automate Google Sheets workflows including reading/writing data, managing spreadsheets and tabs, formatting cells, filtering rows, and upserting records through Composio's Google Sheets toolkit. Toolkit docs : composio.dev/toolkits/googlesheets Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Sheets connection via RUBE_MANAGE_CONNECTIONS with toolkit googlesheets Always call RUBE_SEARCH_TOOLS first to get current tool sche...
91
8876 convex component authoring waynesutton/convexskills
Convex Component Authoring Create self-contained, reusable Convex components with proper isolation, exports, and dependency management for sharing across projects. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/components Component Authoring: https://docs.convex.dev/components/authoring For broader context: https://docs.convex.dev/llms.txt Instructions What Are Convex Components? Convex components are self-contained pack...
91
8877 growth-strategy manojbajaj95/claude-gtm-plugin
Growth Strategy Comprehensive growth strategy combining technical SEO/SMO/CRO implementation with strategic growth frameworks. Quick Reference Situation Use This Skill For SEO/SMO/CRO implementation Technical Optimization Building growth engines Growth Loops Framework Strategic growth planning Strategy & Frameworks Distribution strategy Channel & Platform Strategy Network effects Product-Led Growth Part 1: Core Principles Foundational Truths Growth follows product-market fit, never precedes it R...
91
8878 socratic-review rysweet/amplihack
You are initiating a Socratic code review session. Instead of telling the developer what's wrong, you'll ask probing questions that help them discover issues and articulate their reasoning. When to Use This Skill Use Socratic review when: - You want deeper understanding, not just compliance - The developer should own the insights (learning > fixing) - Design decisions need articulation and documentation - You want to surface hidden assumptions - The code is complex and needs explanation ...
91
8879 senior-architect borghei/claude-skills
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
91
8880 claude-skills 2025emma/vibe-coding-cn
Claude Skills Meta-Skill Turn scattered domain material into a Skill that is reusable, maintainable, and reliably activatable: SKILL.md as the entrypoint (triggers, constraints, patterns, examples) references/ for long-form evidence and navigation optional scripts/ and assets/ for scaffolding and templates When to Use This Skill Trigger this meta-skill when you need to: Create a new Skill from scratch from docs/specs/repos Refactor an existing Skill (too long, unclear, inconsistent, misfires...
91
8881 incident-runbook-templates sickn33/antigravity-awesome-skills
Incident Runbook Templates Production-ready templates for incident response runbooks covering detection, triage, mitigation, resolution, and communication. When to Use This Skill Creating incident response procedures Building service-specific runbooks Establishing escalation paths Documenting recovery procedures Responding to active incidents Onboarding on-call engineers Core Concepts 1. Incident Severity Levels Severity Impact Response Time Example SEV1 Complete outage, data loss 15 min Produ...
91
8882 claw-release prompt-security/clawsec
Claw Release Internal tool for releasing skills and managing the ClawSec catalog. An internal tool by Prompt Security Quick Reference Release Type Command Tag Format Skill release ./scripts/release-skill.sh <name> <version> <name>-v<version> Pre-release ./scripts/release-skill.sh <name> 1.0.0-beta1 <name>-v1.0.0-beta1 Release Workflow Step 1: Determine Version Type Ask what changed: Bug fixes only → Patch (1.0.0 → 1.0.1) New features, backward compatible → Minor (1.0.0 → 1.1.0) Breaking changes ...
90
8883 typescript alinaqi/claude-bootstrap
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
90
8884 ralph-init yeachan-heo/oh-my-claudecode
[RALPH-INIT - PRD CREATION MODE] What is PRD? A PRD (Product Requirements Document) structures your task into discrete user stories for ralph-loop. Your Task Create `.omc/prd.json` and `.omc/progress.txt` based on the task description. prd.json Structure ``` { "project": "[Project Name]", "branchName": "ralph/[feature-name]", "description": "[Feature description]", "userStories": [ { "id": "US-001", "title": "[Short title]", "description": "As a [user], I w...
90
8885 antigravity-design-expert sickn33/antigravity-awesome-skills
name: antigravity-design-expert description: Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS. risk: safe source: community date_added: "2026-03-07" Antigravity UI & Motion Design Expert 🎯 Role Overview You are a world-class UI/UX Engineer specializing in "Antigravity Design." Your primary skill is building highly interactive, spatial, and weightless web interfaces. You excel at creating isometric grid...
90
8886 surrealdb-expert martinholovsky/claude-skills-generator
SurrealDB Expert 1. Overview Risk Level: HIGH (Database system with security implications) You are an elite SurrealDB developer with deep expertise in: Multi-Model Database: Graph relations, documents, key-value, time-series SurrealQL: SELECT, CREATE, UPDATE, RELATE, DEFINE statements Graph Modeling: Edges, traversals, bidirectional relationships Security: RBAC, permissions, row-level security, authentication Schema Design: DEFINE TABLE, FIELD, INDEX with strict typing Real-Time: LIVE queries...
90
8887 sql-server-2025 josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
90
8888 teams-channel-post-writer daymade/claude-code-skills
Teams Channel Post Writer Overview Create well-structured, educational Teams channel posts for internal knowledge sharing about Claude Code features and best practices. This skill provides templates, writing guidelines, and a structured workflow to produce consistent, actionable content that helps colleagues learn effective Claude Code usage. When to Use This Skill This skill activates when creating Teams channel posts to: Announce and explain new Claude Code features Share Claude Code tips ...
90
8889 shared-world jwynia/agent-skills
Shared World: World Bible Management Skill You maintain wiki-style world bibles for collaborative fiction. Your role is to keep canonical information organized, cross-referenced, and accessible—enabling multiple contributors to write consistently within a shared universe. Core Principle A world bible is team memory for fiction. Like a context network for software projects, a world bible preserves what's been established, tracks what's proposed, flags contradictions, and provides navigation t...
90
8890 arch-tsdown-cli hairyf/skills
arch-tsdown-cli is a TypeScript CLI package starter (based on hairyf/starter-cli) that uses tsdown for building. It provides a minimal, opinionated setup: dual surface (library + bin), ESM-only output, automatic .d.ts generation, dev bin via tsx, pnpm, Vitest, ESLint, and optional npm Trusted Publisher for CI-based releases. The skill is based on starter-cli (arch-tsdown-cli source), generated at 2026-01-30. Recommended practices: Use dev bin (tsx) locally and prod bin (dist) in publishConfig Bu...
90
8891 pptx-skill 404kidwiz/claude-supercode-skills
PPTX Skill Purpose Provides expertise in programmatic PowerPoint presentation creation, editing, and automation. Specializes in using python-pptx (Python) and PptxGenJS (JavaScript) for generating dynamic slide decks and automating presentation workflows. When to Use Generating presentations programmatically Creating slides from data sources Modifying existing PowerPoint files Building automated report generators Adding charts and tables to slides Applying templates and branding Extracting con...
90
8892 product-strategy-and-marketing manojbajaj95/claude-gtm-plugin
Product Strategy & Marketing Unified product strategy skill — from vision and market opportunity through competitive positioning, growth loops, PLG, and product marketing context. Philosophy Great product strategy asks the right questions and makes reversible decisions quickly while being thoughtful about irreversible ones. Start with the customer problem — not your solution Create optionality — platform thinking enables multiple futures Make trade-offs explicit — strategy is choosing what NOT t...
90
8893 ux designer daffy0208/ai-dev-standards
UX Designer Role: Phase 2/3 - Planning and Solutioning UX specialist Function: Design user experiences, create wireframes, define user flows, ensure accessibility Quick Reference Run scripts: bash scripts/wcag-checklist.sh - WCAG 2.1 AA compliance checklist python scripts/contrast-check.py 000000 ffffff - Check color contrast bash scripts/responsive-breakpoints.sh - Show responsive breakpoints Use templates: templates/ux-design.template.md - Complete UX design document templates/user-flow.templa...
90
8894 kiss-principle markpitt/claude-skills
K.I.S.S Principle Orchestration Skill This skill helps you apply the K.I.S.S principle—"Keep It Simple, Stupid"—to systematically reduce unnecessary complexity while maintaining functionality and effectiveness. Simplicity is not about removing necessary features; it's about eliminating unnecessary complications. Quick Reference: When to Load Which Resource Your Situation Load Resource Why Need to understand KISS fundamentals and why simplicity matters resources/kiss-fundamentals.md Learn core ...
90
8895 ios-developer rmyndharis/antigravity-skills
Use this skill when Working on ios developer tasks or workflows Needing guidance, best practices, or checklists for ios developer Do not use this skill when The task is unrelated to ios developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are an i...
90
8896 media-writer shareai-lab/shareai-skills
Transform technical content into platform-native writing that feels like it belongs. The Core Truth Every platform is a culture, not a format. The difference between content that spreads and content that dies isn't formatting - it's cultural fluency. A Hacker News post that reads like a LinkedIn announcement will be ignored regardless of its technical merit. A WeChat article written like academic documentation will get zero shares. Your job: Write like a respected member of each community, ...
90
8897 remotion-script-writer sanky369/vibe-building-skills
When to use Use this skill whenever you need to generate a comprehensive video script for creating a Remotion video. This skill is particularly useful for: Product demo videos that showcase features of a web application or software product Coding tutorials that explain a codebase or specific technical concepts with animated code Animated videos with complex sequences, transitions, and visual effects Data visualization videos that present statistics, charts, and dynamic data Social media conten...
90
8898 ant-design-vue teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
90
8899 ui-design mindrally/skills
When to use this skill Use this skill for frontend UI design and interface creation in any project that requires: Creating web pages or interfaces Creating mini-program pages or interfaces Designing frontend components Creating prototypes or interfaces Handling styling and visual effects Any development task involving user interfaces Do NOT use for: Backend logic or API design Database schema design (use data-model-creation skill) Pure business logic without UI components How to use this skill (...
90
8900 e-commerce-retail dylantarre/animation-principles
E-Commerce & Retail Animation Principles Apply Disney's 12 principles to create shopping experiences that feel premium, trustworthy, and encourage conversion. The 12 Principles Applied 1. Squash & Stretch Add to Cart: Button compresses on tap, product thumbnail squishes into cart icon Quantity Badges: Numbers stretch when incrementing quickly Sale Tags: Pulse with slight stretch to draw attention 2. Anticipation Buy Button: Subtle lift before purchase confirmation Image Zoom: Brief pause befor...
90