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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,599
总 Skills
166.1M
总安装量
2,749
贡献者
# Skill 仓库 描述 安装量
8801 polars k-dense-ai/scientific-agent-skills
Polars Overview Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization. Quick Start Installation and Basic Usage Install Polars: uv pip install polars Basic DataFrame creation and operations: import polars as pl Show more Installs 503 Repository k-dense-ai/scie…t-skil...
1.3K
8802 tax-season-organizer anthropics/knowledge-work-plugins
Tax Season Organizer Framing: This skill produces prep material for a CPA, not tax advice. Say so early and state every assumption explicitly so the accountant can adjust. Quick start Determine which mode the user needs, pull the relevant data, calculate or compile, and deliver a structured document the accountant can work from directly. User: "what do I owe for estimated taxes this quarter?" → Pull YTD P&L from QuickBooks → Calculate estimated federal income tax + SE tax → Subtract payments alr...
1.3K
8803 caption-writer-sms blacktwist/social-media-skills
Caption Writer When to Use User asks to write a caption for an image, video, Reel, Short, or pin User mentions "Instagram caption," "IG caption," "Reels caption," or "TikTok caption" User mentions "Pinterest description," "pin caption," "Facebook caption," or "YouTube description" User wants a YouTube title , video description, Shorts caption, or Community post text User shares a visual asset (photo, video, graphic) and wants supporting copy User wants to publish a Reel, TikTok, carousel post, p...
1.3K
8804 ai-ui-patterns patternsdev/skills
AI UI Patterns Table of Contents When to Use Instructions Details Source Building AI-powered interfaces – from chatbots to intelligent assistants – requires careful integration of backend AI services with reactive UI components. In this chapter, we explore design patterns in React for such interfaces, focusing on two implementations : a plain React app (using Vite) and a Next.js app. We'll use OpenAI's API (via the Vercel AI SDK) as our AI engine, and TailwindCSS for styling. Key topics include ...
1.3K
8805 redesign-existing-projects nexu-io/open-design
Redesign Skill How This Works When applied to an existing project, follow this sequence: Scan — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns. Diagnose — Run through the audit below. List every generic pattern, weak point, and missing state you find. Fix — Apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there. Design Audit Typography Check for these probl...
1.3K
8806 netlify-agent-runner netlify/context-and-tools
Netlify Agent Runner Run AI coding agents (Claude, Codex, Gemini) remotely on Netlify infrastructure to automate development tasks on your site. Prerequisites The site must be linked to a Netlify project (via netlify link or netlify init ). Or skip linking entirely: pass --project <name> (a project ID or name) directly to netlify agents:create to target any Netlify site without linking first. The Netlify CLI must be installed and authenticated Agent runs consume plan credits . If the account has...
1.3K
8807 accessibility-audit owl-listener/designer-skills
No SKILL.md available for this skill. View on GitHub Installs 492 Repository owl-listener/de…r-skills GitHub Stars 1.4K First Seen Mar 9, 2026
1.3K
8808 theming-system owl-listener/designer-skills
Theming System You are an expert in flexible theming architectures for multi-brand, multi-mode design systems. What You Do You design theming systems allowing one component library to support multiple visual themes through token mapping. Architecture Layer 1 : Global tokens (raw palette) Layer 2 : Semantic tokens (purpose-driven aliases) — themes override here Layer 3 : Component tokens (scoped) Theme Types Color modes: light, dark, high contrast, dimmed Brand themes: primary, sub-brands, white-...
1.3K
8809 experience-map owl-listener/designer-skills
Experience Map You are an expert in mapping complex, multi-channel user experiences at a systems level. What You Do You create experience maps showing the entire ecosystem of user interactions across touchpoints, channels, and time. Structure Horizontal Axis: Phases Awareness, evaluation, onboarding, regular use, advanced use, advocacy/departure. Vertical Layers User Actions — what the user does, key decisions Touchpoints — website, app, email, support, community Channels — desktop, mobile, in-p...
1.3K
8810 design-token-audit owl-listener/designer-skills
Design Token Audit You are an expert in auditing design token adoption and consistency across products. What You Do You audit how design tokens are used (or not used) in a product, identifying inconsistencies, gaps, and hard-coded values. Audit Scope Token Coverage What percentage of visual properties use tokens? Which properties are commonly hard-coded? Are the right tier of tokens used (global vs semantic vs component)? Token Consistency Are the same tokens used for the same purposes? Are ther...
1.3K
8811 journey ghaida/intent
Journey Overview You design user-facing experiences end-to-end. Your scope is any sequence of screens, states, or interactions that a user moves through to accomplish something — whether that's signing up, configuring settings, creating content, completing a purchase, navigating a dashboard, collaborating with teammates, or recovering from an error. Your work lives at the intersection of user understanding and product outcomes. You see the full journey, anticipate friction, and design experience...
1.3K
8812 thread-abort-migration dotnet/skills
Thread.Abort Migration This skill helps an agent migrate .NET Framework code that uses Thread.Abort to the cooperative cancellation model required by modern .NET (6+). Thread.Abort throws PlatformNotSupportedException in modern .NET — there is no way to forcibly terminate a managed thread. The skill identifies the usage pattern first, then applies the correct replacement strategy. When to Use Migrating a .NET Framework project to .NET 6+ that calls Thread.Abort Replacing ThreadAbortException cat...
1.3K
8813 code-testing-extensions dotnet/skills
Code Testing Extensions This skill provides access to language-specific guidance files used by the code-testing pipeline. Call this skill to get the file paths, then read the relevant file for your target language. Available Extension Files Show more Installs 825 Repository dotnet/skills GitHub Stars 5.1K First Seen Apr 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.3K
8814 gke-service-networking google/skills
GKE Service Networking Skill This skill provides workflows for exposing applications running on GKE securely to the internet or internal networks. Workflows 1. Configure Gateway API (Recommended) The Gateway API is the modern way to manage routing in Kubernetes. Prerequisites : Gateway API must be enabled on the cluster (enabled by default in GKE 1.24+). Example Gateway Manifest: Show more Installs 853 Repository google/skills GitHub Stars 18.3K First Seen Jul 23, 2026 Security Audits Gen Agent ...
1.3K
8815 principle-build-the-lever cursor/plugins
Build the Lever When the work isn't trivial, build the tool that does it instead of doing it by hand. Why: Two payoffs. Throughput: a codemod, generator, or script does the work the same way every time and reruns for free. Confidence: the tool is one artifact a reviewer can read and rerun to check the work. Hand-done changes can only be re-verified by redoing them. A deterministic script turns "trust me" into "run this". Pattern: Default to building the lever. Skip it only when the task is genui...
1.3K
8816 shopify-shopifyql shopify/shopify-ai-toolkit
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with the following — log the skill activation: scripts/log_skill_use.mjs --user-prompt-base64 'BASE64_OF_USER_PROMPT' --session-id YOUR_SESSION_ID --tool-use-id YOUR_TOOL_USE_ID --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version ...
1.3K
8817 principle-guard-the-context-window cursor/plugins
Guard the Context Window The context window is finite and non-renewable within a session. Every token that enters should earn its place. Why: Context overflow degrades reasoning quality, creates compression artifacts, and halts progress. Unlike compute or time, context spent inside a session cannot be reclaimed. Pattern: Isolate large payloads. Route verbose outputs, screenshots, and large documents to subagents. The main context gets summaries, not raw data. Don't read what you won't use. Read ...
1.3K
8818 principle-subtract-before-you-add cursor/plugins
Subtract Before You Add When evolving a system, remove complexity first, then build. Deletion gives you a simpler base, which makes the next addition smaller and less brittle. Why: Adding to a complex system compounds complexity. Removing first cuts the surface area, reveals the essential structure, and usually makes the next design obvious. Default to subtraction. Make simplification a continual investment. Leave the design slightly simpler and more capable behind the same or smaller surface th...
1.3K
8819 principle-make-operations-idempotent cursor/plugins
Make Operations Idempotent Design operations so they converge to the correct state regardless of how many times they run or where they start from. Every state-mutating operation should answer: "What happens if this runs twice? What happens if the previous run crashed halfway?" Why: Commands, lifecycle operations, and processing loops run where crashes, restarts, and retries are normal. If partial state changes the next run's outcome, every restart becomes a debugging session. The pattern: Conver...
1.3K
8820 bailian-web-search modelstudioai/cli
Bailian web search routing ( bailian-web-search ) CRITICAL — Before executing, MUST read the shared protocol in ../bailian-protocol/SKILL.md : Provider selection and consent, Version & updates (pre-flight checklist), Setup & auth, and CLI errors: report an issue. If that protocol file is missing, stop and run bl skill init ; do not guess auth/consent. Scope: model-aware routing for web search inside Agent-driven bl workflows — this skill owns the routing decision only. Command flags / usage / ex...
1.3K
8821 experience-ui-bundle-localize forcedotcom/sf-skills
Localize a React UI Bundle Walk a developer through localizing a React UI Bundle: detect hardcoded user-facing strings, extract them into Salesforce Custom Labels, wire up i18next over the Platform SDK GraphQL backend, and verify labels render across locales. This file is the workflow + guardrail spine . Depth lives in linked docs: references/i18n-setup.md : the two files you write: the i18next init and the label manifest references/label-xml.md : Custom Labels and translation metadata XML shape...
1.3K
8822 cargo-segmentation getcargohq/cargo-skills
Cargo CLI — Segmentation Segments are the audience layer of a Cargo workspace: a named, saved filter over one model that answers "which records do I mean?" Everything downstream — a batch run, a play trigger, a CSV export, a change feed — takes a segment (or a segment-shaped filter) as its input. See references/response-shapes.md for full JSON response structures. See references/troubleshooting.md for common errors and how to fix them. Filter condition kinds and operators live in ../cargo-orches...
1.3K
8823 web-app-penetration-testing usestrix/strix
Pentest a web application Black-box (and optionally source-assisted) penetration testing of a running web app with Strix's autonomous agents. Every reported finding is validated with a working exploit, so there are no signature-based false positives to triage. Install, LLM setup, all CLI flags, and the managed-cloud alternative are covered in the penetration-testing-with-strix skill — read it if the target is not a running web app, or if strix --version fails. This skill is the web-app-specific ...
1.3K
8824 find-security-vulnerabilities-in-code usestrix/strix
Find security vulnerabilities in code White-box security review with Strix: the agents read the source to build a model of routes, sinks, and authorization checks, then attempt real exploitation. Findings come with a proof-of-concept, so the output is a short list of proven issues rather than the hundreds of "potential" hits a pattern-matching scanner produces. Install, LLM setup, all flags, and the managed-cloud path are in the penetration-testing-with-strix skill. Run it Local working tree st...
1.3K
8825 api-security-testing usestrix/strix
Security-test an API APIs fail differently from web UIs: there is no rendered surface to crawl, the interesting bugs are authorization-shaped rather than injection-shaped, and the same endpoint behaves differently per token. This workflow targets those specifics with Strix's autonomous agents, using the current OWASP API Security Top 10 (2023) as the coverage checklist. For the web-app equivalent, the current edition is the OWASP Top 10:2025 — see owasp-top-10-testing . Install, LLM setup, full ...
1.3K
8826 application-security-testing usestrix/strix
Application security testing Entry point for "make my application secure" requests, where the target is not yet a single URL or repo. The job here is to pick the right test per asset, run it, and produce one ranked plan — not to run everything at maximum depth. Install, LLM setup, all CLI flags, and the managed-cloud path live in the penetration-testing-with-strix skill. Read it first if strix --version fails. Only test assets the user owns or is authorized to test. Confirm authorization before ...
1.3K
8827 owasp-top-10-testing usestrix/strix
Test against the OWASP Top 10 The OWASP Top 10 is a taxonomy of risk categories, not a test suite — "OWASP Top 10 testing" means exercising each category against the real application and reporting what's actually exploitable. Strix's agents do the exploitation; this skill covers running it category-by-category and reporting coverage honestly. Use the current edition: OWASP Top 10:2025 (8th installment, superseding 2021). Ask the user before targeting an older edition — some compliance checklists...
1.3K
8828 variant jakubkrehel/skills
Variants This skill takes one described piece of UI and builds three versions that differ on purpose. They go behind a picker in the real page, so you can flip between them and choose. Every other skill here judges. This one produces candidates and hands the decision back. Reviewing existing UI is interface-review and better-interface , and it does not pick the winner. Different answers, not different tints Three variants that differ in accent color teach nothing. You flip between them, see no r...
1.3K
8829 explain-interface jakubkrehel/skills
Interface explanation This skill answers how something was built. /explain-interface how the gradient on example.com was built finds the layers producing that gradient and explains what each one contributes. It explains rather than judges. There is no verdict, because how someone else built their interface is not a finding. Reviewing against a standard is interface-review and better-interface ; exploring alternatives for your own is variant . Scope to the question Two questions. They share nothi...
1.3K
8830 frontend responsive design standards am-will/codex-skills
Frontend Responsive Design Standards Rule: Mobile-first development with consistent breakpoints, fluid layouts, relative units, and touch-friendly targets. When to use this skill When creating or modifying layouts that need to work on mobile, tablet, and desktop When implementing mobile-first design patterns starting with mobile layout When writing media queries or breakpoint-specific styles When using flexible units (rem, em, %) instead of fixed pixels for scalability When implementing fluid la...
1.2K
8831 context7 am-will/codex-skills
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
1.2K
8832 filament-resource mwguerra/claude-code-plugins
FilamentPHP Resource Generation Skill Overview This skill generates complete FilamentPHP v4 resources including form schemas, table configurations, relation managers, and custom pages. All generated code follows official documentation patterns. Documentation Reference CRITICAL: Before generating any resource, read: /home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/general/03-resources/ /home/mwguerra/projects/mwguerra/claude-code-plugins/fil...
1.2K
8833 file-name-wizard cygnusfear/agent-skills
Filename & Naming Convention Audit Instructions Perform systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of naming standards. Phase 1: Discovery & Standard Extraction Step 1: Find All Files Use Glob to identify all files in the codebase: Source files ( .ts , .tsx , .js , .jsx , etc.) Config files Documentation files Test files Create comprehensive todo list of all files to audit. Step 2: Extract Naming Standards R...
1.2K
8834 planner am-will/codex-skills
Planner Agent Create detailed, phased implementation plans for bugs, features, or tasks. Process Phase 0: Research Investigate the codebase: Architecture and patterns Similar existing implementations Dependencies and frameworks Related components Analyze the request: Core requirements Challenges & edge cases Security/performance/UX considerations Phase 1: Clarify Requirements Before doing ANY documentation search: clarify requirements with user. This will narrow and aid you in finding the...
1.2K
8835 parallel-task am-will/codex-skills
Parallel Task Executor Use Orchestration Mode. Parse plan files and delegate tasks to parallel subagents. Process Step 1: Parse Request Extract from user request: Plan file: The markdown plan to read Sprint/Phase (optional): Which section to run If sprint not provided, ask user which to run. Step 2: Read & Parse Plan Find sprint/phase section (e.g., Sprint 1:) Extract task subsections (e.g., Task 1.1:) For each task, extract: Task ID and name Full content (description, location, acceptan...
1.2K
8836 read-github am-will/codex-skills
Read GitHub Docs Access GitHub repository documentation and code via the gitmcp.io MCP service. URL Conversion Convert GitHub URLs to gitmcp.io: github.com/owner/repo → gitmcp.io/owner/repo https://github.com/karpathy/llm-council → https://gitmcp.io/karpathy/llm-council CLI Usage The scripts/gitmcp.py script provides CLI access to repository docs. List Available Tools python3 scripts/gitmcp.py list-tools owner/repo Fetch Documentation Retrieves the full documentation file (README, docs, ...
1.2K
8837 bdd-feature-generator moxa/sw
No SKILL.md available for this skill. View on GitHub
1.2K
8838 flutter-performance flutter/skills
Flutter Performance Optimization Goal Analyzes and optimizes Flutter application performance by identifying jank, excessive rebuilds, and expensive rendering operations. Implements best practices for UI rendering, state management, and layout constraints. Utilizes Flutter DevTools, Chrome DevTools (for web), and integration tests to generate actionable performance metrics, ensuring frames render within the strict 16ms budget. Decision Logic Evaluate the target application using the following dec...
1.2K
8839 plan-harder am-will/codex-skills
Planner Agent Create detailed, phased implementation plans for bugs, features, or tasks. You make phased implementation plans with sprints and atomic tasks. Process Phase 0: Research Investigate the codebase: Architecture and patterns Similar existing implementations Dependencies and frameworks Related components Analyze the request: Core requirements Challenges and edge cases Security/performance/UX considerations Phase 1: Clarify Requirements Use request_user_input to resolve ambiguitie...
1.2K
8840 openai-docs-skill am-will/codex-skills
OpenAI Docs MCP Skill Overview Use the OpenAI developer documentation MCP server from the shell to search and fetch authoritative docs. Always do this for OpenAI platform work instead of relying on memory or non-official sources. Core rules Always use this skill for OpenAI API/SDK/Apps/Codex questions or when precise, current docs are required. Query the MCP server via the CLI wrapper in scripts/openai-docs-mcp.sh (do not rely on Codex MCP tools). Use search or list to find the best doc page, ...
1.2K
8841 gemini-computer-use am-will/codex-skills
Gemini Computer Use Quick start Source the env file and set your API key: cp env.example env.sh $EDITOR env.sh source env.sh Create a virtual environment and install dependencies: python -m venv .venv source .venv/bin/activate pip install google-genai playwright playwright install chromium Run the agent script with a prompt: python scripts/computer_use_agent.py \ --prompt "Find the latest blog post title on example.com" \ --start-url "https://example.com" \ --turn-limit 6 Browser ...
1.2K
8842 agent browser am-will/codex-skills
Agent Browser A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands. Installation npm recommended npm install -g agent-browser agent-browser install agent-browser install --with-deps From Source git clone https://github.com/vercel-labs/agent-browser cd agent-browser pnpm install pnpm build agent-browser install Quick Start agent-browser open example.com agent-browser snapshot agent-brows...
1.2K
8843 code-review llama-farm/llamafarm
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 ...
1.2K
8844 image-ocr fearovex/claude-config
Image OCR Expert Expert in extracting, processing, and structuring text from images using OCR tools and techniques. Description This skill provides specialized knowledge for extracting text from images, including: Tool and library selection by use case (Tesseract, EasyOCR, PaddleOCR, cloud APIs) Image preprocessing to maximize OCR accuracy Post-processing and structuring of extracted text Handling handwriting, receipts, invoices, documents, screenshots Multilingual OCR and special character supp...
1.2K
8845 text-to-speech heygen-com/skills
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
1.2K
8846 video-translate heygen-com/skills
Video Translation (HeyGen) Translate and dub existing videos into multiple languages, preserving lip-sync and natural speech patterns. Provide a video URL or HeyGen video ID — no need to create the video on HeyGen first. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v2/video_translate" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"video_url": "https://example.com/video...
1.2K
8847 algo binance/binance-skills-hub
Binance Algo Skill Algo request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/algo/futures/order (DELETE) Cancel Algo Order(TRADE) algoId recvWindow Yes /sapi/v1/algo/futures/openOrders (GET) Query Current Algo Open Orders(USER_DATA) None recvWindow Yes /sapi/v1/algo/futures/historicalOrders (GET) Query Historical Algo Orders(USER...
1.2K
8848 derivatives-trading-coin-futures binance/binance-skills-hub
Binance Derivatives-trading-coin-futures Skill Derivatives-trading-coin-futures request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /dapi/v1/account (GET) Account Information (USER_DATA) None recvWindow Yes /dapi/v1/balance (GET) Futures Account Balance (USER_DATA) None recvWindow Yes /dapi/v1/positionSide/dual (GET) Get Current Position...
1.2K
8849 derivatives-trading-options binance/binance-skills-hub
Binance Derivatives-trading-options Skill Derivatives-trading-options request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /eapi/v1/bill (GET) Account Funding Flow (USER_DATA) currency recordId, startTime, endTime, limit, recvWindow Yes /eapi/v1/marginAccount (GET) Option Margin Account Information (USER_DATA) None recvWindow Yes /eapi/v1...
1.2K
8850 derivatives-trading-portfolio-margin-pro binance/binance-skills-hub
Binance Derivatives-trading-portfolio-margin-pro Skill Derivatives-trading-portfolio-margin-pro request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/portfolio/bnb-transfer (POST) BNB transfer(USER_DATA) amount, transferSide recvWindow Yes /sapi/v1/portfolio/repay-futures-switch (POST) Change Auto-repay-futures Status(TRADE) autoR...
1.2K