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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
22,630
总 Skills
55.1M
总安装量
2,509
贡献者
# Skill 仓库 描述 安装量
19901 batch-qr-generator dkyazzentwatwa/chatgpt-skills
Batch QR Generator Generate bulk QR codes from CSV data with UTM tracking, logos, and customizable styling for events, products, and marketing. Purpose Bulk QR code generation for: Event ticketing and check-in Product inventory tracking Marketing campaign tracking (UTM parameters) Business card contact sharing Bulk URL shortening with QR codes Features CSV Input: Generate from spreadsheet data UTM Tracking: Auto-add campaign tracking parameters Custom Styling: Colors, logos, error correction...
42
19902 devtu-docs-quality mims-harvard/tooluniverse
Documentation Quality Assurance Systematic documentation quality system combining automated validation scripts with ToolUniverse-specific structural audits. When to Use Pre-release documentation review After major refactoring (commands, APIs, tool counts changed) User reports confusing or outdated documentation Circular navigation or structural problems suspected Want to establish automated validation pipeline Approach: Two-Phase Strategy Phase A: Automated Validation (15-20 min) Create validati...
42
19903 panda-css hashintel/hash
../../../.config/agents/rules/panda-css.md
42
19904 notion-ui-skills ihlamury/design-skills
Notion UI Skills Opinionated constraints for building Notion-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Notion-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use F6F6F6 as page background ( surface-base ) MUST use 97CAEE for primary actions and focus states ( accent ) SHOULD reduce color palette (currently 15 colors detected) MUST maint...
42
19905 sfdipot-product-factors proffesor-for-testing/agentic-qe
SFDIPOT Product Factors Analysis <default_to_action> When analyzing requirements: IDENTIFY document type (epic, user story, spec, architecture doc) DETECT domain context (ecommerce, healthcare, finance, etc.) ANALYZE each SFDIPOT category systematically GENERATE test ideas with action verbs (no "Verify" patterns) ASSIGN priorities (P0-P3) and automation fitness SURFACE clarifying questions for coverage gaps OUTPUT in requested format (HTML, JSON, MD, Gherkin) Quality Gates: Human exploration >= ...
42
19906 fix-merge-conflicts cursor/plugins
Fix merge conflicts Trigger Branch has unresolved merge conflicts and needs a reliable path to a buildable state. Workflow Detect all conflicting files from git status and conflict markers. Resolve each conflict with minimal, correctness-first edits. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable. Regenerate lockfiles with package manager tools instead of hand-editing. Run compile, lint, and relevant tests. Stage resolved file...
42
19907 v3 performance optimization ruvnet/claude-flow
V3 Performance Optimization What This Skill Does Validates and optimizes claude-flow v3 to achieve industry-leading performance through Flash Attention, AgentDB HNSW indexing, and comprehensive system optimization with continuous benchmarking. Quick Start Initialize performance optimization Task ( "Performance baseline" , "Establish v2 performance benchmarks" , "v3-performance-engineer" ) Target validation (parallel) Task ( "Flash Attention" , "Validate 2.49x-7.47x speedup target" , "v3-perfor...
42
19908 bdd-principles thebushidocollective/han
BDD Principles Master the foundational principles and philosophy of Behavior-Driven Development. What is BDD? Behavior-Driven Development (BDD) is a collaborative software development approach that: Bridges the gap between business and technical teams Uses concrete examples to describe system behavior Creates living documentation that serves as tests Focuses on delivering business value Promotes shared understanding through conversation Core Philosophy Discovery > Development > Delivery Discover...
42
19909 pixel art professional willibrandon/pixel-plugin
This Skill provides advanced pixel art techniques for refining and polishing sprites. It handles dithering patterns, palette optimization, color theory, shading techniques, and antialiasing for professional-quality pixel art. When to Use Use this Skill when the user: - Wants to apply "dithering" or mentions dither patterns - Asks about "palette optimization" or "color reduction" - Mentions "shading", "highlights", "shadows", or "lighting" - Requests "antialiasing", "smoothing", or "edge r...
42
19910 linear-initiatives finesssee/linear-cli
Initiatives List initiatives linear-cli init list linear-cli init list --output json Get initiative details linear-cli init get INITIATIVE_ID linear-cli init get INITIATIVE_ID --output json Flags Flag Purpose --output json JSON output --compact No formatting
42
19911 appeal-mastery dylantarre/animation-principles
Appeal Mastery The Magnetism Principle Appeal is the quality that makes audiences want to watch. It's not about prettiness—villains need appeal too. It's about charisma, clarity, and design excellence that draws the eye and holds attention. Without appeal, technically perfect animation falls flat. With appeal, even simple motion becomes captivating. Core Theory Appeal ≠ Attractiveness: Appeal means compelling, not beautiful. A well-designed monster is appealing. A poorly designed hero is not....
42
19912 network-ai jovansapfioneer/network-ai
Swarm Orchestrator Skill Scope of this skill bundle: All instructions below run local Python scripts ( scripts/*.py ). No network calls are made by this skill. Tokens are UUID-based ( grant_{uuid4().hex} ) stored in data/active_grants.json . Audit logging is plain JSONL ( data/audit_log.jsonl ) — no HMAC signing in the Python layer. HMAC-signed tokens, AES-256 encryption, and the standalone MCP server are all features of the companion Node.js package ( npm install -g network-ai ) — they are not ...
42
19913 demand-generation dengineproblem/agents-monorepo
Demand Generation Expert Strategic expertise in generating and optimizing B2B pipeline. Core Competencies Campaign Strategy Multi-channel campaigns Content marketing integration Webinar programs Paid media strategy Account-based programs Lead Management Lead scoring Lead routing Lead nurturing MQL definition Sales handoff Optimization Funnel optimization Conversion rate improvement Channel mix optimization Budget allocation A/B testing Demand Gen Funnel Stages Traffic → Leads → MQLs → SQLs → Opp...
42
19914 shadcn-management julianromli/ai-skills
Shadcn Component Management Prerequisites Verify project setup: shadcn___get_project_registries If no components.json exists, instruct user: npx shadcn@latest init Quick Add Workflow For simple component additions (e.g., "add a date picker"): Search - Find component in registry: shadcn___search_items_in_registries(registries, query) View - Get implementation details: shadcn___view_items_in_registries(items: ["@shadcn/component-name"]) Examples - Get usage demo: shadcn___get_item_ex...
42
19915 triage withastro/astro
Triage Move issues on the project backlog through a small state machine of triage roles. Every comment or issue posted to the backlog during triage must start with this disclaimer: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Roles Two category roles: bug — something is broken enhancement — new feature or improvement Five state roles: needs-triage — maintainer needs to e...
42
19916 root-cause-tracing zenobi-us/dotfiles
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use Use when: Error happens deep in execution (not at entry point) Stack trace shows long call chain Unclear where invalid data or...
42
19917 k8s-debug akin-ozer/cc-devops-skills
Kubernetes Debugging Skill Overview Systematic toolkit for debugging Kubernetes clusters, workloads, networking, and storage with a deterministic, safety-first workflow. Trigger Phrases Use this skill when requests resemble: "My pod is in CrashLoopBackOff ; help me find the root cause." "Service DNS works in one pod but not another." "Deployment rollout is stuck." "Pods are Pending and not scheduling." "Cluster health looks degraded after a change." "PVC is pending and pods cannot mount storage....
42
19918 universal-elements dylantarre/animation-principles
Universal Element Animation Principles Apply Disney's 12 principles to any UI element for consistent, professional motion design. Universal Application of Principles 1. Squash & Stretch Any element that responds to interaction can squash (compress on impact/press) and stretch (extend on release). Keep it subtle: 2-5% maximum for UI. 2. Anticipation Before any significant action, a brief preparatory motion signals what's coming. Scale down before scale up, pull back before push forward. 50-1...
42
19919 condition-based-waiting zenobi-us/dotfiles
Condition-Based Waiting Overview Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI. Core principle: Wait for the actual condition you care about, not a guess about how long it takes. When to Use digraph when_to_use { "Test uses setTimeout/sleep?" [ shape = diamond ] ; "Testing timing behavior?" [ shape = diamond ] ; "Document WHY timeout needed" [ shape = box ] ; "Use condition-based waiting" [ sha...
42
19920 planning-patterns romiluz13/cc10x
Write comprehensive implementation plans assuming the engineer has zero context for the codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about the toolset or problem domain. Assume they don't know good test design very well. Core princ...
42
19921 radar simota/agent-skills
Radar Reliability-focused testing agent. Add missing tests, fix flaky tests, and raise confidence without changing product behavior. Trigger Guidance Use Radar when the task is primarily about: adding edge-case, regression, unit, or integration tests diagnosing or fixing flaky tests improving coverage or identifying blind spots prioritizing test execution in CI validating async, contract, or multi-service behavior at the test layer Route instead of stretching scope: Voyager for browser-level E2E...
42
19922 understanding-tauri-process-model dchuk/claude-code-tauri-skills
Tauri Process Model Tauri implements a multi-process architecture similar to Electron and modern web browsers. Understanding this model is essential for building secure, performant Tauri applications. Architecture Overview +------------------------------------------------------------------+ | TAURI APPLICATION | +------------------------------------------------------------------+ | ...
42
19923 medium-300-500ms dylantarre/animation-principles
Medium Animations (300-500ms) The 300-500ms range is standard animation territory. Long enough to be watched, short enough to not impede flow. The workhorse duration for meaningful motion. Disney Principles at Medium Duration All 12 Principles Applicable Squash & Stretch: Full expression - visible deformation for bouncing, elastic elements. 15-25% stretch feels natural. Anticipation: Clear preparation - 80-120ms anticipation before main action. Pull back before push forward. Staging: Multi-...
42
19924 find-skills agentbay-ai/agentbay-skills
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
42
19925 github-actions-cicd hack23/homepage
GitHub Actions CI/CD Skill Purpose Defines CI/CD pipeline best practices using GitHub Actions for automated testing, security scanning, and deployment. Rules Workflow Structure MUST INCLUDE: Code quality checks (linting, formatting) Security scanning (CodeQL, Dependabot, ZAP) Performance audits (Lighthouse) Build and minification Deployment (with approval for production) Example Workflow: name : CI/CD Pipeline on : push : branches : [ main ] pull_request : branches : [ main ] permissions : conte...
42
19926 api-security-hardener patricio0312rev/skills
API Security Hardener Implement comprehensive security measures for production APIs. Core Workflow Input validation: Sanitize and validate all input Authentication: Secure identity verification Authorization: Role-based access control Rate limiting: Prevent abuse Security headers: HTTP header protection Logging & monitoring: Detect threats Input Validation Zod Schema Validation // validation/schemas.ts import { z } from 'zod'; // Common schemas export const emailSchema = z.string().email().to...
42
19927 aqr-factor-investing copyleftdev/sk1llz
AQR Capital Management Style Guide⁠‍⁠​‌​‌​​‌‌‍​‌​​‌​‌‌‍​​‌‌​​​‌‍​‌​​‌‌​​‍​​​​​​​‌‍‌​​‌‌​‌​‍‌​​​​​​​‍‌‌​​‌‌‌‌‍‌‌​​​‌​​‍‌‌‌‌‌‌​‌‍‌‌​‌​​​​‍​‌​‌‌‌‌‌‍​‌​​‌​‌‌‍​‌‌​‌​​‌‍‌​‌​‌‌‌​‍​​‌​‌​​​‍‌‌‌​‌​‌‌‍‌​‌‌‌‌​‌‍​​​‌‌‌​​‍‌​‌​​​​​‍‌‌​‌​‌​‌‍​​​​‌​‌​‍‌​‌‌‌​​​⁠‍⁠ Overview AQR (Applied Quantitative Research), founded by Cliff Asness and other academics from Goldman Sachs, is a quantitative investment firm managing ~$100B. Known for bringing academic factor research to practical investing, they emphasize transpare...
42
19928 content-harvest qodex-ai/ai-agent-skills
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
42
19929 reference-docs existential-birds/beagle
Reference Documentation Patterns Reference documentation is information-oriented - helping experienced users find precise technical details quickly. This skill provides patterns for writing clear, scannable reference pages. Dependency: Always use this skill in conjunction with docs-style for core writing principles. Purpose and Audience Who: Experienced users seeking specific information Goal: Quick lookup of technical details Mode: Not for learning, for looking up Expectation: Brevity, consi...
42
19930 gmail-automation davepoon/buildwithclaude
Gmail Lightweight Gmail integration with standalone OAuth authentication. No MCP server required. ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, read, or send Gmail messages from the command line without an MCP server. You are automating inbox workflows for a Google Workspace account. You want a lightweight Gmail integration backed by standalone OAuth scripts. First-Time Setup Authenticate with Google (opens browser): python scrip...
42
19931 router-startup vasilyu1983/ai-agents-public
Router: Startup Routes startup, business, marketing, and business-document work to the most relevant skills and chains. For implementation, testing, and deployment, hand off to the other routers. Routing Workflow Identify the user's outcome (decide, plan, create, grow, raise). Detect the stage (discovery, validation, market, business model, GTM, fundraising, support). Pick 1 primary skill and up to 2 supporting skills (sequential or parallel). If confidence is below 0.8 or multiple stages tie,...
42
19932 agent-workflow-automation ruvnet/claude-flow
name: workflow-automation description: GitHub Actions workflow automation agent that creates intelligent, self-organizing CI/CD pipelines with adaptive multi-agent coordination and automated optimization type: automation color: "E74C3C" tools: mcp__github__create_workflow mcp__github__update_workflow mcp__github__list_workflows mcp__github__get_workflow_runs mcp__github__create_workflow_dispatch mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__cl...
42
19933 skill-creator zaggino/z-schema
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...
42
19934 owasp-top-10 yonatangross/orchestkit
OWASP Top 10 Security Vulnerabilities Expert guidance for identifying, preventing, and remediating the most critical web application security risks based on OWASP Top 10 2021. When to Use This Skill Conducting security audits and code reviews Implementing secure coding practices in new features Reviewing authentication and authorization systems Assessing input validation and sanitization Evaluating third-party dependencies for vulnerabilities Designing security controls and defense-in-depth st...
42
19935 magento-ui-component-developer maxnorm/magento2-agent-skills
Magento 2 UI Component Developer Expert specialist in creating sophisticated, data-driven interfaces using Magento's powerful UI Component framework for both admin and frontend applications. When to Use Creating admin grids and forms Building data-driven interfaces Developing custom UI components Implementing complex forms with validation Creating modal dialogs and popups Building reporting and analytics interfaces UI Component Architecture Component Hierarchy : Master parent-child component rel...
42
19936 create-new-bun-package-repo zenobi-us/dotfiles
Expert guide for creating new Bun packages from the zenobi-us/bun-module template repository. Automates repository creation, cloning, and setup using GitHub CLI. Important: Setup runs with defaults (not interactive prompts). Overview This skill provides a complete workflow for bootstrapping new Bun packages using the bun-module template. The template includes TypeScript configuration, testing setup, and standardized module structure. The workflow handles repository creation via GitHub CLI, cl...
42
19937 azure-storage-blob-rust sickn33/antigravity-awesome-skills
Azure Blob Storage SDK for Rust Client library for Azure Blob Storage — Microsoft's object storage solution for the cloud. Installation cargo add azure_storage_blob azure_identity Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < storage-account-name > Endpoint: https://<account>.blob.core.windows.net/ Authentication use azure_identity :: DeveloperToolsCredential ; use azure_storage_blob :: { BlobClient , BlobClientOptions } ; let credential = DeveloperToolsCredential :: new ( None ) ? ; let...
42
19938 accessibility-advocate dylantarre/animation-principles
Accessibility Advocate: Inclusive Animation Design You are an accessibility advocate ensuring animation works for everyone. Apply Disney's 12 principles through an inclusive design lens. The 12 Principles for Accessible Animation 1. Squash and Stretch Accessibility Consideration: Elastic motion can trigger vestibular responses. Offer reduced-motion alternative with static state changes. Inclusive Implementation: Keep stretch subtle (<10% distortion). Provide instant state change for prefers-r...
42
19939 verification-before-completion zenobi-us/dotfiles
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
42
19940 cio lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
42
19941 team-brainstorm catlog22/claude-code-workflow
Team Brainstorm Orchestrate multi-agent brainstorming: generate ideas → challenge assumptions → synthesize → evaluate. Supports Quick, Deep, and Full pipelines with Generator-Critic loop. Architecture Skill(skill="team-brainstorm", args="topic description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordinator/role.md roles...
42
19942 azure-ai-voicelive-java sickn33/antigravity-awesome-skills
Azure AI VoiceLive SDK for Java Real-time, bidirectional voice conversations with AI assistants using WebSocket technology. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-voicelive </ artifactId > < version > 1.0.0-beta.2 </ version > </ dependency > Environment Variables AZURE_VOICELIVE_ENDPOINT = https:// < resource > .openai.azure.com/ AZURE_VOICELIVE_API_KEY = < your-api-key > Authentication API Key import com . azure . ai . voicelive . VoiceLiveAsyncC...
42
19943 schema simota/agent-skills
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered...
42
19944 spec-test-bug zixun-github/aisdlc
Spec 缺陷报告(Vx:Bug Report Drafting) 本技能用于在 verification 阶段生成 结构化缺陷报告正文 (面向 Jira/禅道/Linear/GitHub Issue 等外部系统),并确保缺陷信息可以回流到 Spec Pack 的 report-*.md (作为交付阻断与风险证据)。 重要边界: 禁止 在 Spec Pack 内新增 verification/bugs/ 或任何 bug 文件/目录。 本技能的输出主要是“对话输出”,用于粘贴到外部缺陷系统;外部缺陷创建后,需把编号/链接等信息回写到 report-*.md 的“缺陷清单”。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 先定位再回写 :若需要把缺陷编号/链接回写到 report-*.md ,必须先通过 spec-context 获取 FEATURE_DIR ;失败即停止,禁止猜路径。 必读项目级 memory : project/memory/pr...
42
19945 preqstation sonim1/preqstation-skill
This is the agent-side lifecycle skill. The OpenClaw launcher skill is separate and should be named preqstation-dispatch . Environment PREQSTATION_API_URL : PREQSTATION API base URL (example: https://mypreqstation.vercel.app ) PREQSTATION_TOKEN : PREQSTATION Bearer token (generated in PREQSTATION /api-keys ) PREQSTATION_ENGINE (optional): fallback engine ( claude | codex | gemini ) when client auto-detection is unavailable Agent Identity & Engine Mapping Each agent must identify itself and use t...
42
19946 setup-build-tools aaddrick/claude-desktop-debian
Install the build dependencies required to run build.sh and create .deb/.AppImage packages. Your Task Run the build tools installation script to ensure all required tools are available: bash " $CLAUDE_PROJECT_DIR /.claude/hooks/install-build-tools.sh" Tools Installed This script installs: Tool Package Purpose 7z p7zip-full Extract Windows installers and nupkg archives wget wget Download Claude Desktop installers wrestool icoutils Extract icons from Windows executables convert imagemagick Process...
42
19947 slidev-code-blocks yoanbernabeu/slidev-skills
This skill covers everything about displaying code in Slidev presentations, including syntax highlighting with Shiki, line highlighting, code groups, and importing external snippets. When to Use This Skill - Displaying code snippets in presentations - Highlighting specific lines of code - Creating step-by-step code reveals - Showing code comparisons - Importing code from external files Basic Code Blocks Simple Code Block ``` ```javascript function greet(name) { return `Hello, ${nam...
42
19948 working-with-jj ypares/agent-skills
See `references/revsets.md` for comprehensive revset patterns. Common Pitfalls 1. Use `-r` not `--revisions` ``` jj log -r xyz ✅ jj log --revisions xyz ❌ ``` 2. Use `--no-edit` for parallel branches ``` jj new parent -m "A"; jj new -m "B" ❌ B is child of A! jj new --no-edit parent -m "A"; jj new --no-edit parent -m "B" ✅ Both children of parent ``` 3. Quote revsets in shell ``` jj log -r 'description(substring:"[todo]")' ✅ ``` 4. Use ...
42
19949 review-diff nesnilnehc/ai-cortex
Skill: Review Diff Purpose Review only the current change (git diff, staged and unstaged) along a single dimension: scope = diff . Cover intent and impact, regression and correctness, breaking changes and compatibility, side effects and idempotency, and observability. Emit a findings list in the standard format so a meta skill (e.g. review-code ) can aggregate with language, framework, and cognitive skills. Do not perform architecture, security, or language-specific analysis; those are separate ...
42
19950 azure-identity-py sickn33/antigravity-awesome-skills
Azure Identity SDK for Python Authentication library for Azure SDK clients using Microsoft Entra ID (formerly Azure AD). Installation pip install azure-identity Environment Variables Service Principal (for production/CI) AZURE_TENANT_ID = < your-tenant-id > AZURE_CLIENT_ID = < your-client-id > AZURE_CLIENT_SECRET = < your-client-secret > User-assigned Managed Identity (optional) AZURE_CLIENT_ID = < managed-identity-client-id > DefaultAzureCredential The recommended credential for most scenario...
42