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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,634
总 Skills
38.1M
总安装量
2,455
贡献者
# Skill 仓库 描述 安装量
9651 performance-testing-review-ai-review sickn33/antigravity-awesome-skills
AI-Powered Code Review Specialist You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues. Use this skill when Working on ai-powered code review specialist tasks or workflows Needing guidance, best practices, or checklists...
219
9652 cloud-penetration-testing sickn33/antigravity-awesome-skills
Cloud Penetration Testing Purpose Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). This skill covers reconnaissance, authentication testing, resource enumeration, privilege escalation, data extraction, and persistence techniques for authorized cloud security engagements. Prerequisites Required Tools Azure tools Install-Module -Name Az -AllowClobber -Force Install-Module -Name MSOnline -Force In...
219
9653 screenshots sickn33/antigravity-awesome-skills
Screenshots Generate marketing-quality screenshots of your app using Playwright directly. Screenshots are captured at true HiDPI (2x retina) resolution using deviceScaleFactor: 2 . When to Use This Skill Use this skill when: User wants to create screenshots for Product Hunt Creating screenshots for social media Generating images for landing pages Creating documentation screenshots User requests marketing-quality app screenshots Prerequisites Playwright must be available. Check for it: npx playwr...
219
9654 chart pvergaraf/chart-skill
Chart — Project-Based Interactive Charting Generate interactive chart pages with Apache ECharts. Each chart lives in a dedicated project folder under output/chart-html/ , making it easy to reuse and iterate. When to Use Any time the user wants a visual chart: price charts, comparisons, dashboards, business analytics, etc. Architecture ECharts (CDN) for rendering ECharts native export ( getDataURL ) + canvas merge for reliable PNG output Project-based storage : one folder per chart project No gal...
219
9655 capacitor-best-practices cap-go/capgo-skills
Capacitor Best Practices Comprehensive guidelines for building production-ready Capacitor applications. When to Use This Skill Setting up a new Capacitor project Reviewing Capacitor app architecture Optimizing app performance Implementing security measures Preparing for app store submission Project Structure Recommended Directory Layout my-app/ ├── src/ Web app source ├── android/ Android native project ├── ios/ iOS native project ├...
219
9656 flyweight-pattern patternsdev/skills
Flyweight Pattern The flyweight pattern is a useful way to conserve memory when we're creating a large number of similar objects. In our application, we want users to be able to add books. All books have a title , an author , and an isbn number! However, a library usually doesn't have just one copy of a book: it usually has multiple copies of the same book. When to Use Use this when creating a huge number of objects that could potentially drain available memory This is helpful when many objects ...
219
9657 provider-pattern patternsdev/skills
Provider Pattern Table of Contents When to Use Instructions Details Source In some cases, we want to make available data to many (if not all) components in an application. Although we can pass data to components using props , this can be difficult to do if almost all components in your application need access to the value of the props. We often end up with something called prop drilling , which is the case when we pass props far down the component tree. Refactoring the code that relies on the pr...
219
9658 prototype-pattern patternsdev/skills
Prototype Pattern The prototype pattern is a useful way to share properties among many objects of the same type. The prototype is an object that's native to JavaScript, and can be accessed by objects through the prototype chain. In our applications, we often have to create many objects of the same type. A useful way of doing this is by creating multiple instances of an ES6 class. When to Use Use this when many objects need access to the same methods without duplicating them This is helpful for u...
219
9659 react-flow framara/react-flow-skill
React Flow (@xyflow/react) is a library for building node-based graphs, workflow editors, and interactive diagrams. It provides a highly customizable framework for creating visual programming interfaces, process flows, and network visualizations. Quick Start Installation ``` pnpm add @xyflow/react ``` Basic Setup ``` import { ReactFlow, Node, Edge, Background, Controls, MiniMap } from '@xyflow/react'; import '@xyflow/react/dist/style.css'; const initialNodes: Node[] = [ { id: '1'...
219
9660 economic-calendar-fetcher tradermonty/claude-trading-skills
Economic Calendar Fetcher Overview Retrieve upcoming economic events and data releases from the Financial Modeling Prep (FMP) Economic Calendar API. This skill fetches scheduled economic indicators including central bank monetary policy decisions, employment reports, inflation data (CPI/PPI), GDP releases, retail sales, manufacturing data, and other market-moving events that impact financial markets. The skill uses a Python script to query the FMP API and returns raw JSON or text output. The ass...
219
9661 xml-to-compose-migration new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
219
9662 rozenite-agent callstackincubator/rozenite
CLI Use npx rozenite for Rozenite commands. Run npx rozenite from the app root where Metro is started for the target app. In monorepos, this is usually the app package root, not the repository root. Rules Agent work is session-scoped. Reuse one session across related commands. Always run Rozenite commands in serial. Never issue Rozenite agent commands in parallel. Start with npx rozenite agent session create . It creates or reuses the device session and returns when ready. Stop the session when ...
219
9663 popup-cro davila7/claude-code-templates
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, understand: Popu...
219
9664 heygen-best-practices davila7/claude-code-templates
When to use Use this skill whenever you are dealing with HeyGen API code to obtain domain-specific knowledge for creating AI avatar videos, managing avatars, handling video generation workflows, and integrating with HeyGen's services. How to use Read individual rule files for detailed explanations and code examples: Foundation rules/authentication.md - API key setup, X-Api-Key header, and authentication patterns rules/quota.md - Credit system, usage limits, and checking remaining quota rules/vid...
219
9665 google-news outsharp/shipp-skills
Google News RSS API Google News is a free news aggregator that collects headlines from thousands of publishers around the world. Google exposes its feeds via public RSS 2.0 endpoints that require no authentication or API key . Base URL https://news.google.com/rss All feed URLs are built by appending paths and query parameters to this base. Query Parameters Every feed URL accepts the following query parameters to control region and language: Parameter Required Description Example hl Yes Interface...
219
9666 clone-website jcodesmore/ai-website-cloner-template
Clone Website Skill Transform any website into production-ready Next.js 16 code using Firecrawl MCP. Workflow Execute these 3 phases in order. Never skip Phase 2. Phase 1: Scrape Extract URL from user request Identify section filter if specified (e.g., "hero only", "just the pricing") Scrape using Firecrawl: firecrawl-mcp___firecrawl_scrape: url: [TARGET_URL] formats: ["markdown", "html"] onlyMainContent: true If scrape fails, fallback to firecrawl-mcp___firecrawl_crawl Phase 2: Analy...
219
9667 react-best-practices vercel/vercel-plugin
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
219
9668 ai-gateway vercel/vercel-plugin
Vercel AI Gateway CRITICAL — Your training data is outdated for this library. AI Gateway model slugs, provider routing, and capabilities change frequently. Before writing gateway code, fetch the docs at https://vercel.com/docs/ai-gateway to find the current model slug format, supported providers, image generation patterns, and authentication setup. The model list and routing rules at https://ai-sdk.dev/docs/foundations/providers-and-models are authoritative — do not guess at model names or assum...
219
9669 code-obfuscation-deobfuscation yaklang/hack-skills
SKILL: Code Obfuscation & Deobfuscation — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert techniques for identifying, classifying, and defeating code obfuscation in native binaries. Covers junk code, opaque predicates, SMC, control flow flattening, movfuscator, VM protectors (VMProtect/Themida/Code Virtualizer), string encryption, import hiding, and anti-disassembly tricks. Base models often conflate packing with obfuscation and miss the distinction between static and dynamic deobfuscation...
219
9670 alicloud-platform-openclaw-setup-test cinience/alicloud-skills
Category: test OpenClaw Setup Minimal Smoke Test Prerequisites Target host has Node.js 20+ installed. openclaw command is available. DashScope API key and DingTalk/Feishu app credentials or Discord bot token are prepared (masked placeholders are acceptable). Target skill: skills/platform/openclaw/alicloud-platform-openclaw-setup/ . Test Steps Run openclaw --version and verify CLI availability. Open https://docs.openclaw.ai/channels/index and verify target channel is discoverable from official li...
219
9671 list-builder jwynia/agent-skills
List Builder: Entropy List Curation Skill You build comprehensive, high-quality lists for creative randomization. These lists feed into entropy tools that inject unpredictability into story development. Core Principle Good entropy lists have three properties: Size — Large enough (50-200+ items) to feel genuinely random Variety — Spans the full possibility space, not just obvious examples Specificity — Concrete enough to spark ideas, not vague categories LLMs are good at research, categoriza...
219
9672 identity-denial jwynia/agent-skills
Identity Denial: Transformation Arc Skill You help writers create compelling narratives centered on protagonists who refuse to acknowledge what they are becoming. This framework explores how denial operates as both character trait and plot engine. Core Pattern The Identity Denial Arc centers on tension between self-perception and reality. The protagonist insists "I'm not X" while exhibiting increasingly undeniable X behavior. The Denial Spectrum Level Description Example Surface Denial "I'm ...
219
9673 nansen-wallet-manager nansen-ai/nansen-cli
Wallet Auth Setup Save API key (non-interactive) nansen login --api-key < key > Or via env var: NANSEN_API_KEY = < key > nansen login Verify nansen research profiler labels --address 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --chain ethereum Wallet Providers The CLI supports two wallet providers: Local (default) Privy (server-side) Key storage Encrypted on disk Server-side via Privy API Password required Yes (min 12 chars) No Export private keys Yes ( wallet export ) No — keys are managed by...
219
9674 detect-ai humanizerai/agent-skills
Detect AI Content Analyze text to determine if it was written by AI using the HumanizerAI API. How It Works When the user invokes /detect-ai , you should: Extract the text from $ARGUMENTS Call the HumanizerAI API to analyze the text Present the results in a clear, actionable format API Call Make a POST request to https://humanizerai.com/api/v1/detect : Authorization: Bearer $HUMANIZERAI_API_KEY Content-Type: application/json { "text": "<user's text>" } API Response Format The API returns JSON li...
219
9675 unauthorized-access-common-services yaklang/hack-skills
SKILL: Unauthorized Access to Common Services — Expert Attack Playbook AI LOAD INSTRUCTION : Expert techniques for exploiting unauthenticated or weakly authenticated management services. Covers Redis write-to-RCE, Rsync data theft, PHP-FPM code execution, Ghostcat AJP file read, Hadoop YARN job submission, and H2 Console JNDI. These are infrastructure-level findings distinct from web application vulnerabilities. 0. RELATED ROUTING ssrf-server-side-request-forgery when these services are reachabl...
219
9676 huggingface-community-evals huggingface/skills
Overview This skill is for running evaluations against models on the Hugging Face Hub on local hardware . It covers: inspect-ai with local inference lighteval with local inference choosing between vllm , Hugging Face Transformers, and accelerate smoke tests, task selection, and backend fallback strategy It does not cover: Hugging Face Jobs orchestration model-card or model-index edits README table extraction Artificial Analysis imports .eval_results generation or publishing PR creation or commun...
219
9677 gpd-release-flow rudrankriyam/app-store-connect-cli-skills
Release flow (Google Play) Use this skill when you need to upload a build, publish to a track, or manage rollout. Preconditions Ensure credentials are set ( GPD_SERVICE_ACCOUNT_KEY ). Use a new version code for each upload. Always pass --package explicitly. Preferred end-to-end commands Upload and release to a track gpd publish upload app.aab --package com.example.app gpd publish release --package com.example.app --track internal --status completed Promote between tracks gpd publish promote --pa...
218
9678 hummingbot hummingbot/skills
hummingbot When the skill is loaded, print this ASCII art: *,. *,,.* ,,,, .,* *,,,,,,,( .,, *,,,,,,,, .,,, * /,,,,,,,,,, .*,,,,,,, .,,,,,,,,,,, .,,,,,,,,,,* // ,,,,,,,,,,,,,,,,,,,,,,,,,,*% .,,,,,,,. *,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%&@ ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%& ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%%& /*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,((%%%& . ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,((((((((. ...
218
9679 feature-sliced-design aiko-atami/fsd
Feature-Sliced Design (FSD) v2.1 Source : fsd.how | Strictness can be adjusted based on project scale and team context. 1. Core Philosophy & Layer Overview FSD v2.1 core principle: "Start simple, extract when needed." Place code in pages/ first. Duplication across pages is acceptable and does not automatically require extraction to a lower layer. Extract only when the team agrees it is necessary. Not all layers are required. Most projects can start with only shared/ , pages/ , and app/ . Add wid...
218
9680 pennylane davila7/claude-code-templates
PennyLane Overview PennyLane is a quantum computing library that enables training quantum computers like neural networks. It provides automatic differentiation of quantum circuits, device-independent programming, and seamless integration with classical machine learning frameworks. Installation Install using uv: uv pip install pennylane For quantum hardware access, install device plugins: IBM Quantum uv pip install pennylane-qiskit Amazon Braket uv pip install amazon-braket-pennylane-pl...
218
9681 brenda-database davila7/claude-code-templates
BRENDA Database Overview BRENDA (BRaunschweig ENzyme DAtabase) is the world's most comprehensive enzyme information system, containing detailed enzyme data from scientific literature. Query kinetic parameters (Km, kcat), reaction equations, substrate specificities, organism information, and optimal conditions for enzymes using the official SOAP API. Access over 45,000 enzymes with millions of kinetic data points for biochemical research, metabolic engineering, and enzyme discovery. When to Use...
218
9682 naming-analyzer davila7/claude-code-templates
Naming Analyzer Skill Suggest better variable, function, and class names based on context and conventions. Instructions You are a naming convention expert. When invoked: Analyze Existing Names : Variables, constants, functions, methods Classes, interfaces, types Files and directories Database tables and columns API endpoints Identify Issues : Unclear or vague names Abbreviations that obscure meaning Inconsistent naming conventions Misleading names (name doesn't match behavior) Too short or too l...
218
9683 deeptools davila7/claude-code-templates
deepTools: NGS Data Analysis Toolkit Overview deepTools is a comprehensive suite of Python command-line tools designed for processing and analyzing high-throughput sequencing data. Use deepTools to perform quality control, normalize data, compare samples, and generate publication-quality visualizations for ChIP-seq, RNA-seq, ATAC-seq, MNase-seq, and other NGS experiments. Core capabilities: Convert BAM alignments to normalized coverage tracks (bigWig/bedGraph) Quality control assessment (fing...
218
9684 datacommons-client davila7/claude-code-templates
Data Commons Client Overview Provides comprehensive access to the Data Commons Python API v2 for querying statistical observations, exploring the knowledge graph, and resolving entity identifiers. Data Commons aggregates data from census bureaus, health organizations, environmental agencies, and other authoritative sources into a unified knowledge graph. Installation Install the Data Commons Python client with Pandas support: uv pip install "datacommons-client[Pandas]" For basic usage with...
218
9685 go-best-practices 0xbigboss/claude-code
Go Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data structures - structs and interfaces first Define function signatures - parameters, return types, and error conditions Implement to satisfy types - let the compiler guide completeness Validate at boundaries - check inputs where data enters the system Make Illegal States Unrepresentable Use Go's type system to prevent invalid states at compile time. Structs for domain mod...
218
9686 conductor-revert sickn33/antigravity-awesome-skills
Revert Track Revert changes by logical work unit with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks. Use this skill when Working on revert track tasks or workflows Needing guidance, best practices, or checklists for revert track Do not use this skill when The task is unrelated to revert track You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate o...
218
9687 changelog-automation sickn33/antigravity-awesome-skills
Changelog Automation Patterns and tools for automating changelog generation, release notes, and version management following industry standards. When to Use This Skill Setting up automated changelog generation Implementing Conventional Commits Creating release note workflows Standardizing commit message formats Generating GitHub/GitLab release notes Managing semantic versioning Core Concepts 1. Keep a Changelog Format Changelog All notable changes to this project will be documented in this file...
218
9688 secrets-management sickn33/antigravity-awesome-skills
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
218
9689 fhir-developer-skill anthropics/healthcare
FHIR Developer Skill Quick Reference HTTP Status Codes Code When to Use 200 OK Successful read, update, or search 201 Created Successful create (include Location header) 204 No Content Successful delete 400 Bad Request Malformed JSON, wrong resourceType 401 Unauthorized Missing, expired, revoked, or malformed token (RFC 6750) 403 Forbidden Valid token but insufficient scopes 404 Not Found Resource doesn't exist 412 Precondition Failed If-Match ETag mismatch (NOT 400!) 422 Unprocessable Entity Mi...
218
9690 feishu-cli-vc riba2534/feishu-cli
飞书视频会议与妙记 搜索历史会议、获取纪要/AI 产物/逐字稿、查询会议录制、下载妙记媒体。 feishu-cli :如尚未安装,请前往 riba2534/feishu-cli 获取安装方式。 前置条件 认证 :所有 vc / minutes 命令都需要 User Access Token (推荐先 auth check --scope "..." ,再执行 feishu-cli auth login --scope "..." 或 --domain vc --domain minutes --recommend ) App 凭证 :应用 App ID + App Secret(环境变量 FEISHU_APP_ID + FEISHU_APP_SECRET 或 ~/.feishu-cli/config.yaml ) 预检 : feishu-cli auth status 查看登录状态; feishu-cli auth check --scope "vc:meeting.search:read" 预检 scope 命令速查 1. 搜索历史会议(多维过滤) feishu-cli vc sea...
218
9691 paddleocr-doc-parsing aidenwu0209/paddleocr-skills
PaddleOCR Document Parsing Skill When to Use This Skill ✅ Use Document Parsing for : Documents with tables (invoices, financial reports, spreadsheets) Documents with mathematical formulas (academic papers, scientific documents) Documents with charts and diagrams Multi-column layouts (newspapers, magazines, brochures) Complex document structures requiring layout analysis Any document requiring structured understanding ❌ Use Text Recognition instead for : Simple text-only extraction Quick OCR task...
218
9692 brand-copywriter ognjengt/founder-skills
Brand Copywriter Purpose Generate professional marketing copy in two versions: one using the optimal framework for the platform/use case, and one using an AI-selected alternative framework for comparison. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "brand-copywriter loaded, proceed with what you need copy for (e.g., Facebook ad, landing page, TikTok video, LinkedIn post, email sequence, etc.)" Then wait for the user to...
218
9693 repomix-unmixer daymade/claude-code-skills
Repomix Unmixer Overview This skill extracts files from repomix-packed repositories and restores their original directory structure. Repomix packs entire repositories into single AI-friendly files (XML, Markdown, or JSON), and this skill reverses that process to restore individual files. When to Use This Skill This skill activates when: Unmixing a repomix output file (*.xml, *.md, *.json) Extracting files from a packed repository Restoring original directory structure from repomix format Rev...
218
9694 gpd-id-resolver rudrankriyam/app-store-connect-cli-skills
GPD ID Resolver Use this skill to map names to IDs needed by other gpd commands. Package name (app ID) Package name is the primary identifier: com.example.app . Always pass --package explicitly for deterministic results. Track names Common tracks: internal , alpha , beta , production . List tracks: gpd publish tracks --package com.example.app Version codes and release status Use release status to find version codes on a track: gpd publish status --package com.example.app --track production Teste...
217
9695 axiom-ios-concurrency charleswiltgen/axiom
iOS Concurrency Router You MUST use this skill for ANY concurrency, async/await, threading, or Swift 6 concurrency work. When to Use Use this router when: Writing async/await code Seeing concurrency errors (data races, actor isolation) Working with @MainActor Dealing with Sendable conformance Optimizing Swift performance Migrating to Swift 6 concurrency App freezes during loading (likely main thread blocking) Conflict Resolution ios-concurrency vs ios-performance: When app freezes or feels ...
217
9696 axiom-ios-performance charleswiltgen/axiom
iOS Performance Router You MUST use this skill for ANY performance issue including memory leaks, slow execution, battery drain, or profiling. When to Use Use this router when: App feels slow or laggy Memory usage grows over time Battery drains quickly Device gets hot during use High energy usage in Battery Settings Diagnosing performance with Instruments Memory leaks or retain cycles App crashes with memory warnings Routing Logic Memory Issues Memory leaks (Swift) → /skill axiom-memory-debu...
217
9697 llm-application-dev skillcreatorai/ai-agent-skills
LLM Application Development Prompt Engineering Structured Prompts const systemPrompt = `You are a helpful assistant that answers questions about our product. RULES: - Only answer questions about our product - If you don't know, say "I don't know" - Keep responses concise (under 100 words) - Never make up information CONTEXT: {context}`; const userPrompt = `Question: {question}`; Few-Shot Examples const prompt = `Classify the sentiment of customer feedback. Examples: Input: "Love this produc...
217
9698 biologist-analyst rysweet/amplihack
Biologist Analyst Skill Purpose Analyze living systems, biological phenomena, and life sciences questions through the disciplinary lens of biology, applying established frameworks (evolutionary theory, molecular biology, ecology, systems biology), multiple levels of analysis (molecular, cellular, organismal, population, ecosystem), and evidence-based methods to understand how life works, how organisms adapt, and how biological systems interact. When to Use This Skill Evolutionary Analysis: Und...
217
9699 animation-micro-interaction-pack patricio0312rev/skills
Animation & Micro-interaction Pack Create polished, performant animations and micro-interactions. Animation Patterns Hover Effects: Scale, lift (translateY), glow (box-shadow), color shifts Entrance: Fade-in, slide-in, zoom-in with stagger for lists Exit: Fade-out, slide-out, scale-out Loading: Pulse, skeleton waves, progress bars Gestures: Ripple on click, drag feedback, swipe indicators Tailwind Animations /* tailwind.config.js */ animation: { 'fade-in': 'fadeIn 0.5s ease-out', 'slide-...
217
9700 xcode-build pzep1/xcode-build-skill
Xcode Build Direct Build and manage iOS/macOS projects using native Xcode CLI tools instead of MCP servers. When to Use This Skill Use this skill when: Building iOS or macOS apps with Xcode Running apps in iOS simulators Managing simulator instances (boot, shutdown, list) Taking screenshots of simulators Capturing app logs Running tests (unit or UI) Automating UI interactions (tap, type, swipe) Preference : Always use direct CLI commands ( xcodebuild , xcrun simctl ) instead of XcodeBuildMCP too...
217