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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
9451 layerchart-svelte5 spences10/svelte-skills-kit
LayerChart Svelte 5 Use next.layerchart.com docs (NOT layerchart.com - that's Svelte 4). Quick Start <Chart {data} x="date" y="value" tooltip={{ mode: 'bisect-x' }}> <Svg> <Axis placement="left" grid rule /> <Area class="fill-primary/20" line={{ class: 'stroke-primary' }} /> <Highlight points lines /> </Svg> <Tooltip.Root> {snippet children({ data })} <Tooltip.Header>{data.date}</Tooltip.Header> <Tooltip.Item label="Value" value={data.value} /> {/snippet} </Tooltip....
84
9452 ssh-penetration-testing sickn33/antigravity-awesome-skills
SSH Penetration Testing Purpose Conduct comprehensive SSH security assessments including enumeration, credential attacks, vulnerability exploitation, tunneling techniques, and post-exploitation activities. This skill covers the complete methodology for testing SSH service security. Prerequisites Required Tools Nmap with SSH scripts Hydra or Medusa for brute-forcing ssh-audit for configuration analysis Metasploit Framework Python with Paramiko library Required Knowledge SSH protocol fundamentals ...
84
9453 spec-design zixun-github/aisdlc
spec-design 概览 本技能是 D2 worker skill :只负责产出可评审的 决策文档(Decision Doc / RFC) 到 {FEATURE_DIR}/design/design.md 。 路由权威 :是否跳过 design(D0)、是否需要 research(D1)均由 using-aisdlc 作为唯一路由器判定;本技能不做分流决策。 核心原则: 门禁优先(spec-context)→ 强制消费影响分析与项目知识库 → 决策落盘(D2) 。在任何压力下都禁止猜路径、禁止在缺少 SSOT 时脑补推进。 开始时宣布: 「我正在使用 spec-design 技能产出设计决策文档(design/design.md / RFC)。」 何时使用 / 不使用 使用时机 用户要求产出 design/design.md (RFC/Decision Doc),或“做设计再进入 implementation”。 你被要求把接口字段/表结构/任务拆分塞进设计文档,担心文档分层被破坏。 不要用在 需求尚未完成 R1(没有 requirements/solution.md ):先完成需...
84
9454 customer-success-and-retention manojbajaj95/claude-gtm-plugin
Customer Success & Retention Comprehensive framework for customer success, retention, and lifetime value maximization. Quick Reference Situation Use This Skill For Designing onboarding flows Onboarding Excellence Reducing churn Churn Prevention & Recovery Building health monitoring Health Score Models Improving LTV Retention & Ascension Cancel flow optimization Cancel Flow Design Payment failures Dunning & Recovery Part 1: Core Principles Time to Value Is Everything The faster users get value, t...
84
9455 writing-proofreading niracler/skill
Writing Proofreading 文章审校助手,提供 6 步审校流程,帮助打磨中文文章。 Prerequisites Tool Type Required Install markdownlint-cli2 cli No npx markdownlint-cli2 (no install needed, used in step 6) markdown-lint skill No Included in npx skills add niracler/skill (for repo setup) Do NOT proactively verify these tools on skill load. If a command fails due to a missing tool, directly guide the user through installation and configuration step by step. 核心原则 原则 说明 先讨论再修改 提出方案让用户选择,不直接动手 分段审校 按 Markdown 标题为节点,每次 1-2 个标题 启发式提问 ...
84
9456 jotai-expert s-hiraoku/skills-factory
Jotai is a primitive and flexible state management library for React using an atomic approach. Always reference [https://jotai.org/](https://jotai.org/) for the latest API details. Decision Tree ``` Need state management? ├── Simple local state → useState (no Jotai needed) ├── Shared state across components │ ├── Few components, same tree → Context may suffice │ └── Many components, complex → Use Jotai ✓ └── Global app state → Use Jotai ✓ Choosing atom type: ├── Static value → atom(initi...
84
9457 valibot open-circle/agent-skills
Valibot This skill helps you work effectively with Valibot , the modular and type-safe schema library for validating structural data. When to use this skill When the user asks about schema validation with Valibot When creating or modifying Valibot schemas When parsing or validating user input When the user mentions Valibot, schema, or validation When migrating from Zod to Valibot CRITICAL: Valibot vs Zod — Do Not Confuse! Valibot and Zod have different APIs. Never mix them up! Key Differences Fe...
84
9458 voice-interface-builder daffy0208/ai-dev-standards
Voice Interface Builder Skill I help you build voice-enabled interfaces using the Web Speech API and modern voice technologies. What I Do Speech Recognition: Voice commands and controls Voice-to-text input Continuous dictation Command detection Text-to-Speech: Reading content aloud Voice feedback and notifications Multilingual speech output Voice selection and customization Voice UI: Voice-first interfaces Accessibility features Hands-free controls Voice search Web Speech API Basics Spee...
83
9459 architecture-decision-record yonatangross/orchestkit
Architecture Decision Records Architecture Decision Records (ADRs) are lightweight documents that capture important architectural decisions along with their context and consequences. This skill provides templates, examples, and best practices for creating and maintaining ADRs in your projects. Overview Making significant technology choices (databases, frameworks, cloud providers) Designing system architecture or major components Establishing patterns or conventions for the team Evaluating trad...
83
9460 aws-aurora alinaqi/claude-bootstrap
AWS Aurora Skill Load with: base.md + [typescript.md | python.md] Amazon Aurora is a MySQL/PostgreSQL-compatible relational database with serverless scaling, high availability, and enterprise features. Sources: Aurora Docs | Serverless v2 | RDS Proxy Core Principle Use RDS Proxy for serverless, Data API for simplicity, connection pooling always. Aurora excels at ACID-compliant workloads. For serverless architectures (Lambda), always use RDS Proxy or Data API to handle connection management...
83
9461 product-hunt-launch manojbajaj95/claude-gtm-plugin
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate gallery hero image infsh app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height...
83
9462 jq-json-processing laurigates/claude-plugins
jq JSON Processing Expert knowledge for processing, querying, and transforming JSON data using jq, the lightweight and flexible command-line JSON processor. Core Expertise JSON Operations Query and filter JSON with path expressions Transform JSON structure and shape Combine, merge, and split JSON data Validate JSON syntax and structure Data Extraction Extract specific fields from JSON objects Filter arrays based on conditions Navigate nested JSON structures Handle null values and missing keys Es...
83
9463 nft-standards sickn33/antigravity-awesome-skills
NFT Standards Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features. When to Use This Skill Creating NFT collections (art, gaming, collectibles) Implementing marketplace functionality Building on-chain or off-chain metadata Creating soulbound tokens (non-transferable) Implementing royalties and revenue sharing Developing dynamic/evolving NFTs ERC-721 (Non-Fungible Token Standard) // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppe...
83
9464 ghost mindrally/skills
Ghost CMS Theme Development You are an expert in Ghost CMS theme development, Handlebars templating, and modern frontend technologies. Core Principles Write semantic, accessible HTML Use Handlebars helpers effectively Optimize for performance and SEO Follow Ghost theme development best practices Create responsive, mobile-first designs Project Structure theme/ ├── assets/ │ ├── css/ │ │ └── screen.css │ ├── js/ │ │ └── main.js │ └── images/ ├── partials/ │ ├── header.hbs │ ├──...
83
9465 comic-panel-generation eachlabs/skills
Comic Panel Generation Generate professional comic and manga artwork using each::sense. This skill creates single panels, multi-panel strips, full page layouts, and complete comic sequences with consistent character designs. Features Single Panels : Individual comic panels with dynamic compositions Multi-Panel Strips : Traditional 3-4 panel comic strips Manga Pages : Japanese manga-style page layouts with reading flow Superhero Comics : Western comic book style with bold colors and action Webtoo...
83
9466 ask-user-question memtensor/memos
Ask User Question Use this MCP tool to ask users questions and get their responses. This is the ONLY way to communicate with the user - they cannot see CLI/terminal output. Critical Rule The user CANNOT see your text output or CLI prompts! If you write "Let me ask you..." and then just output text - THE USER WILL NOT SEE IT. You MUST call this tool to display a modal in the UI. When to Use Clarifying questions before starting ambiguous tasks Asking user preferences (e.g., "How would you lik...
83
9467 pricing-strategist ognjengt/founder-skills
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
83
9468 tooling-engineer 404kidwiz/claude-supercode-skills
Provides expertise in building developer productivity tools including command-line interfaces, IDE extensions, build system optimizations, and local development environment automation. Focuses on improving developer experience and workflow efficiency. When to Use - Building command-line tools and utilities - Creating IDE/editor extensions (VS Code, JetBrains) - Optimizing build systems and compilation times - Automating repetitive development tasks - Setting up local development environme...
83
9469 geospatial-postgis-patterns linehaul-ai/linehaulai-claude-marketplace
Use when: - Creating geofence boundaries around facilities - Calculating distances between points (truck to facility, origin to destination) - Detecting geofence entry/exit events for tracking - Building ETA calculations or routing features - Querying fleet positions and historical tracks - Implementing spatial indexes for location queries - Integrating with mapping frontends (Mapbox, Leaflet) PostGIS Fundamentals Geography vs Geometry Types Use `geography` for real-world distance ca...
83
9470 anthropic-claude-development mindrally/skills
Anthropic Claude API Development You are an expert in Anthropic Claude API development, including the Messages API, tool use, prompt engineering, and building production-ready applications with Claude models. Key Principles Write concise, technical responses with accurate Python examples Use type hints for all function signatures Follow Claude's usage policies and guidelines Implement proper error handling and retry logic Never hardcode API keys; use environment variables Setup and Configurati...
83
9471 base-ui itechmeat/llm-code
Base UI provides unstyled, composable React components. This skill focuses on assembling multi-part components, composing with the `render` prop, and meeting accessibility requirements while you supply styling. When to use Use this skill when the user wants to: - Build UI with `@base-ui/react` primitives. - Compose unstyled components with custom markup and styling. - Implement menus, overlays, toasts, and toolbars. - Build accessible form controls and grouped inputs. Quick navigation (...
83
9472 java-expert personamanagmentlayer/pcl
Java Expert You are an expert Java developer with deep knowledge of modern Java (21+), Spring ecosystem, build tools (Maven/Gradle), and enterprise application development. You write clean, performant, and maintainable Java code following industry best practices. Core Expertise Modern Java (Java 21+) Records (Data Classes): // Immutable data carrier public record User ( String name , int age , String email ) { // Compact constructor for validation public User { if ( age < 0 ) { throw new Illegal...
83
9473 debugging-protocol jwilger/agent-skills
Debugging Protocol Value: Feedback -- systematic investigation produces understanding. Understanding produces correct fixes. Correct fixes prevent recurrence. Skipping investigation produces symptom fixes that hide bugs. Purpose Teaches a disciplined 4-phase debugging process that enforces root cause analysis before any fix attempt. Prevents the most common debugging failure mode: jumping to a fix without understanding why the problem exists. Practices The Iron Law: No Fixes Without Investigatio...
83
9474 troubleshooting chromedevtools/chrome-devtools-mcp
Troubleshooting Wizard You are acting as a troubleshooting wizard to help the user configure and fix their Chrome DevTools MCP server setup. When this skill is triggered (e.g., because list_pages , new_page , or navigate_page failed, or the server wouldn't start), follow this step-by-step diagnostic process: Step 1: Find and Read Configuration Your first action should be to locate and read the MCP configuration file. Search for the following files in the user's workspace: .mcp.json , gemini-exte...
83
9475 tdd yeachan-heo/oh-my-claudecode
/tdd - Test-Driven Development Workflow Strict TDD workflow: tests first, then implementation. When to Use "Implement X using TDD" "Build this feature test-first" "Write tests for X then implement" Any feature where test coverage is critical Bug fixes that need regression tests TDD Philosophy Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is ...
83
9476 game-development vudovn/antigravity-kit
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
83
9477 tennis-data machina-sports/sports-skills
Tennis Data (ATP + WTA) Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills tennis get_scoreboard --tour = atp sports-skills tennis get_rankings --tour = wta sports-skills tennis get_calendar --tour = atp --year = 2026 Important: Tennis is Not a Team Sport Tennis data is fundamentally different from team sports (NFL, NBA, etc.): Tournaments, not games : Events are multi-day tournaments containing many matches. Individual athletes : Competitors are individual players (...
83
9478 linkedin-automation sickn33/antigravity-awesome-skills
LinkedIn Automation via Rube MCP Automate LinkedIn operations through Composio's LinkedIn toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linkedin Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active LinkedIn connection via RUBE_MANAGE_CONNECTIONS with toolkit linkedin Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the end...
83
9479 code-quality s-hiraoku/synapse-a2a
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
83
9480 pr-draft-summary openai/openai-agents-python
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
83
9481 ads-linkedin agricidaniel/claude-ads
LinkedIn Ads Deep Analysis Process Collect LinkedIn Ads data (Campaign Manager export, Insight Tag status) Read ads/references/linkedin-audit.md for full 25-check audit Read ads/references/benchmarks.md for LinkedIn-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate LinkedIn Ads Health Score (0-100) Generate findings report with action plan What to Analyze Technical Setup (25% weight) Insight Tag insta...
83
9482 diagram-generator oimiragieo/agent-studio
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — Mermaid/output patterns from claude-flow code-intelligence, everything-claude-code architect. Processing Limits (Memory Safeguard) Diagram generator can analyze large codebases. To prevent memory exhaustion: File chunk limit: 1000 files per diagram (HARD LIMIT) Each file: ~1-5 KB analysis overhead 1000 files × 2 KB = ~2 MB per diagram Keeps diagram generation memory-efficient Why the limit? Analyzing 5000+ files → 10+ MB memory → context exp...
83
9483 gramio gramiojs/documentation
GramIO GramIO is a modern, type-safe Telegram Bot API framework for TypeScript. It runs on Node.js , Bun , and Deno with full Bot API coverage, a composable plugin system, and first-class TypeScript support. When to Use This Skill Creating or modifying Telegram bots Setting up bot commands, callbacks, inline queries, or reactions Building keyboards (reply, inline, remove, force reply) Formatting messages with entities (bold, italic, code, links, mentions) Uploading/downloading files and media Ma...
83
9484 sast-configuration sickn33/antigravity-awesome-skills
SAST Configuration Static Application Security Testing (SAST) tool setup, configuration, and custom rule creation for comprehensive security scanning across multiple programming languages. Overview This skill provides comprehensive guidance for setting up and configuring SAST tools including Semgrep, SonarQube, and CodeQL. Use this skill when you need to: Set up SAST scanning in CI/CD pipelines Create custom security rules for your codebase Configure quality gates and compliance policies Opt...
83
9485 lsp-setup rysweet/amplihack
Manual control and troubleshooting for Language Server Protocol (LSP) configuration. Important: LSP is Configured Automatically You probably don't need this skill! LSP is configured automatically when you run `amplihack claude`. When amplihack launches Claude Code, it automatically: - Detects programming languages in your project - Sets `ENABLE_LSP_TOOL=1` environment variable - Installs required LSP plugins via Claude Code plugin marketplace - Configures project-specific settings in `.e...
83
9486 wechat-title-optimizer steelan9199/wechat-publisher
公众号标题优化专家 你是公众号爆款标题专家,精通传播心理学、平台算法和用户行为分析。专为技术/效率工具类内容创作者优化标题。 核心原则 :标题必须与文章内容高度匹配,不能为了吸引眼球而脱离内容本质。 工作流程 第一步:信息收集 在优化标题前,你必须先收集以下信息: 原标题 - 用户提供的原始标题 文章内容 - 从上下文中智能提取文章正文(如果存在) 目标读者 - 文章面向的受众群体 核心关键词 - 必须保留的技术术语或品牌词 第二步:内容分析(关键步骤) 如果上下文中包含文章内容 ,你必须: 提取文章的核心主题和主旨 识别文章的关键价值点和亮点 分析文章的结构(教程/案例/观点/工具介绍等) 找出最能吸引目标读者的内容钩子 确保标题准确反映文章内容,不夸大、不误导 如果上下文中没有文章内容 ,你需要: 基于标题本身进行优化 明确告知用户:"未检测到文章内容,优化基于标题本身。如能提供文章内容,可生成更精准的标题。" 核心能力 1. 标题诊断 识别原标题的 3 个核心问题 (流量/转化/定位层面) 判断标题匹配的 受众层级 (小白/进阶/专家) 内容匹配度评估 :标题是否准确反映文章核心...
83
9487 security-detection-rule-management elastic/agent-skills
Detection Rule Management Create new detection rules for emerging threats and coverage gaps, and tune existing rules to reduce false positives. All operations use the Kibana Detection Engine API via rule-manager.js . Execution rules Start executing tools immediately — do not read SKILL.md, browse the workspace, or list files first. Report tool output faithfully. Copy rule IDs, names, alert counts, exception IDs, and error messages exactly as returned by the API. Do not abbreviate rule UUIDs, inv...
83
9488 projection-patterns sickn33/antigravity-awesome-skills
Projection Patterns Comprehensive guide to building projections and read models for event-sourced systems. When to Use This Skill Building CQRS read models Creating materialized views from events Optimizing query performance Implementing real-time dashboards Building search indexes from events Aggregating data across streams Core Concepts 1. Projection Architecture ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Event Store │────►│ Projector │────►│ Read Model │ │ │ ...
83
9489 daw-music pluginagentmarketplace/custom-plugin-game-developer
DAW & Music Composition DAW Selection ┌─────────────────────────────────────────────────────────────┐ │ DAW COMPARISON │ ├─────────────────────────────────────────────────────────────┤ │ REAPER: │ │ Price: $60 │ Best for: Game audio, flexibility │ │ Pros: Lightweight, customizable, great for stems │ ├─────────────────────────────────────────────────────────────┤ │ ABLETON LIV...
83
9490 auth-patterns davepoon/buildwithclaude
Authentication Patterns in Next.js Overview Next.js supports multiple authentication strategies. This skill covers common patterns including NextAuth.js (Auth.js), middleware-based protection, and session management. Authentication Libraries Library Best For NextAuth.js (Auth.js) Full-featured auth with providers Clerk Managed auth service Lucia Lightweight, flexible auth Supabase Auth Supabase ecosystem Custom JWT Full control NextAuth.js v5 Setup Installation npm install next-auth@beta Conf...
83
9491 aiconfig-create launchdarkly/agent-skills
Create AI Config You're using a skill that will guide you through setting up AI configuration in your application. Your job is to explore the codebase to understand the use case and stack, choose agent vs completion mode, create the config following the right path, and verify it works. Prerequisites LaunchDarkly API access token with ai-configs:write permission or MCP server LaunchDarkly project (use aiconfig-projects skill if needed) Core Principles Understand the Use Case First : Know what you...
83
9492 spec-init zixun-github/aisdlc
spec-init 概览 spec-init 用于在本仓库里创建一个新的需求级 Spec Pack:自动递增三位编号、创建并切换到 {num}-{short-name} 分支、生成 .aisdlc/specs/{num}-{short-name}/ 目录结构,并把原始需求写入 requirements/raw.md (UTF-8 with BOM)。 约束:即使仓库包含 .gitmodules , spec-init 也只初始化 根项目 的 Spec 分支与 Spec Pack;子仓分支不在本阶段批量创建。 何时使用 / 不使用 使用时机 用户要开始一个"新需求"的 Spec(还没有 {num}-{short-name} 分支与 .aisdlc/specs/... 目录)。 用户只给了中文需求文本(不方便先手动建文件),担心参数编码导致乱码。 需要确保分支命名、编号来源、目录结构符合仓库约定。 不要用在 已经在一个合法的 {num}-{short-name} spec 分支上,且 .aisdlc/specs/{num}-{short-name}/ 已存在并结构完整(这时直接进入后续命令...
83
9493 testing-r-packages posit-dev/skills
Testing R Packages with testthat Modern best practices for R package testing using testthat 3+. Initial Setup Initialize testing with testthat 3rd edition: usethis :: use_testthat ( 3 ) This creates tests/testthat/ directory, adds testthat to DESCRIPTION Suggests with Config/testthat/edition: 3 , and creates tests/testthat.R . File Organization Mirror package structure: Code in R/foofy.R → tests in tests/testthat/test-foofy.R Use usethis::use_r("foofy") and usethis::use_test("foofy") to create p...
83
9494 pyrefly-type-coverage pytorch/pytorch
Pyrefly Type Coverage Skill This skill guides you through improving type coverage in Python files using Pyrefly, Meta's type checker. Follow this systematic process to add proper type annotations to files. Prerequisites The file you're working on should be in a project with a pyrefly.toml configuration Step-by-Step Process Step 1: Remove Ignore Errors Directive First, locate and remove any pyre-ignore-all-errors comments at the top of the file: REMOVE lines like these: pyre-ignore-all-errors ...
83
9495 challenge-funnel manojbajaj95/claude-gtm-plugin
Challenge Funnel Build multi-day challenge funnels that activate prospects, deliver quick wins, and build momentum toward core offers (courses, coaching, membership, SaaS). Create experiences that feel like premium bootcamps. Challenge Objectives Deliver transformation or noticeable progress in 5-7 days Build daily engagement through live sessions, community, accountability Create urgency to join flagship offer during/after challenge Capture testimonials, social proof, and user-generated content...
83
9496 ecommerce-support yangliu2060/smith--skills
电商客服助手 AI 驱动的电商客服机器人,自动识别客户意图,处理订单查询、商品推荐、投诉工单等场景。 触发条件 当用户说以下内容时启动此技能: "客服回复" "处理客户问题" "订单查询" "ecommerce support" "帮我回复客户" "生成客服话术" 依赖的 MCP 服务 MCP 用途 必需 playwright 自动登录电商后台查询订单 可选 supabase 存储订单/工单数据 可选 memory 保持对话上下文 可选 工作流程 ┌─────────────────────┐ │ 客户消息输入 │ └──────────┬──────────┘ │ ▼ ┌─────────────────────┐ │ AI 意图识别 │ │ 分析客户需求 │ └──────────┬──────────┘ │ ┌─────┼─────┬──────────┐ │ │ │ │ ▼ ▼ ▼ ▼ ┌───────┐┌───────┐┌───────┐┌───────┐ │订...
83
9497 github-workflow mindrally/skills
GitHub Workflow Best Practices You are an expert in GitHub workflows, including pull requests, code reviews, GitHub Actions, issue management, and repository best practices. Core Principles Use pull requests for all code changes to enable review and discussion Automate workflows with GitHub Actions for CI/CD Maintain clear issue tracking and project management Follow security best practices for repository access and secrets Document repositories thoroughly with README and contributing guidelin...
83
9498 react-refactor pproenca/dot-skills
React Refactor Best Practices Architectural refactoring guide for React applications. Contains 40 rules across 7 categories, prioritized by impact from critical (component and state architecture) to incremental (refactoring safety). When to Apply Refactoring existing React codebases or planning large-scale restructuring Reviewing PRs for architectural issues and code smells Decomposing oversized components into focused units Extracting reusable hooks from component logic Improving testability of...
83
9499 mantine-form mantinedev/skills
Mantine Form Skill Core Workflow 1. Set up the form const form = useForm ( { mode : 'controlled' , // or 'uncontrolled' for large forms initialValues : { email : '' , age : 0 , } , validate : { email : isEmail ( 'Invalid email' ) , age : isInRange ( { min : 18 } , 'Must be at least 18' ) , } , } ) ; 2. Wire inputs with getInputProps < TextInput { ... form . getInputProps ( 'email' ) } label = " Email " /> < NumberInput { ... form . getInputProps ( 'age' ) } label = " Age " /> For checkboxes pass...
83
9500 ui-designer 404kidwiz/claude-supercode-skills
UI Designer Overview This skill enables systematic extraction of design systems from reference UI images through a multi-step workflow: analyze visual patterns → generate design system documentation → create PRD → produce implementation-ready UI prompts. When to Use User provides UI screenshots, mockups, or design references Need to extract color palettes, typography, spacing from existing designs Want to generate design system documentation from visual examples Building MVP UI that should mat...
83