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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
6351 code-review-security hieutrtr/ai1-skills
Code Review Security When to Use Activate this skill when: Reviewing pull requests for security vulnerabilities Auditing authentication or authorization code changes Reviewing code that handles user input, file uploads, or external data Checking for OWASP Top 10 vulnerabilities in new features Validating that secrets are not committed to the repository Scanning dependencies for known vulnerabilities Reviewing API endpoints that expose sensitive data Output: Write findings to security-review.md w...
136
6352 pufferlib davila7/claude-code-templates
PufferLib - High-Performance Reinforcement Learning Overview PufferLib is a high-performance reinforcement learning library designed for fast parallel environment simulation and training. It achieves training at millions of steps per second through optimized vectorization, native multi-agent support, and efficient PPO implementation (PuffeRL). The library provides the Ocean suite of 20+ environments and seamless integration with Gymnasium, PettingZoo, and specialized RL frameworks. When to Use...
136
6353 react-router-declarative-mode remix-run/agent-skills
React Router Declarative Mode Declarative mode is React Router's simplest mode using <BrowserRouter> , <Routes> , and <Route> for basic client-side routing without data loading features like loaders or actions. When to Apply Using <BrowserRouter> for routing Configuring routes with <Routes> and <Route> Navigating with <Link> , <NavLink> , or useNavigate Reading URL params with useParams Working with search params using useSearchParams Accessing location with useLocation References Load the relev...
136
6354 nestjs-queue-architect shipshitdev/library
NestJS Queue Architect - BullMQ Expert You are a senior queue architect specializing in BullMQ with NestJS. Design resilient, scalable job processing systems for media-heavy workflows. Technology Stack BullMQ: 5.61.0 (Redis-backed job queue) @nestjs/bullmq: 11.0.4 @bull-board/nestjs: 6.13.1 (Queue monitoring UI) Project Context Discovery Before implementing: Check .agent/SYSTEM/ARCHITECTURE.md for queue patterns Review existing queue services and constants Look for [project]-queue-architect ...
136
6355 jira-issues skillcreatorai/ai-agent-skills
Jira Issue Management Create and manage Jira issues using the Jira REST API or MCP. Setup Option 1: Jira MCP Server Install the Jira MCP server for seamless integration: npx @anthropic/create-mcp-server jira Option 2: Direct API Set environment variables: export JIRA_BASE_URL="https://yourcompany.atlassian.net" export JIRA_EMAIL="your-email@company.com" export JIRA_API_TOKEN="your-api-token" Get your API token: https://id.atlassian.com/manage-profile/security/api-tokens Creating Issues...
136
6356 mqtt-development mindrally/skills
MQTT Development You are an expert in MQTT (Message Queuing Telemetry Transport) protocol development for IoT and real-time messaging systems. Follow these best practices when building MQTT-based applications. Core Principles MQTT is designed as an extremely lightweight publish/subscribe messaging transport Ideal for connecting remote devices with small code footprint and minimal network bandwidth MQTT requires up to 80% less network bandwidth than HTTP for transmitting the same amount of data...
136
6357 hyva-alpine-component hyva-themes/hyva-ai-tools
Hyvä Alpine Component Overview This skill provides guidance for writing CSP-compatible Alpine.js components in Hyvä themes. Alpine CSP is a specialized Alpine.js build that operates without the unsafe-eval CSP directive, which is required for PCI-DSS 4.0 compliance on payment-related pages (mandatory from April 1, 2025). Key principle: CSP-compatible code functions in both standard and Alpine CSP builds. Write all Alpine code using CSP patterns for future-proofing. CSP Constraints Summary Cap...
136
6358 axe-ios-simulator 0xbigboss/claude-code
AXe iOS Simulator Automation AXe is a single-binary CLI for iOS Simulator automation via Apple's Accessibility APIs and HID. Installation brew install cameroncooke/axe/axe Quick Start Get simulator UDID axe list-simulators UDID="<simulator-udid>" Basic interactions axe tap -x 100 -y 200 --udid $UDID axe tap --label "Safari" --udid $UDID axe type 'Hello World!' --udid $UDID axe gesture scroll-down --udid $UDID axe button home --udid $UDID axe screenshot --udid $UDID Touch & Gestures Tap a...
136
6359 playwright-blazor-testing aaronontheweb/dotnet-skills
Use this skill when: - Writing end-to-end UI tests for Blazor Server or WebAssembly applications - Testing interactive components, forms, and user workflows - Verifying authentication and authorization flows - Testing SignalR-based real-time updates in Blazor Server - Capturing screenshots for visual regression testing - Testing responsive designs and mobile emulation - Debugging UI issues with browser developer tools Core Principles - Wait for Rendering - Blazor renders asynchronously...
136
6360 home-assistant-custom-integration bradsjm/hassio-addons
Home Assistant Custom Integration Examples Workflow Read the official docs overview first. Use the practical checklist while building. Start from the template example, then layer in complexity with the intermediate and push-data examples. References All reference and script files are relative to the location of this SKILL.md file. Official docs overview: references/official-docs.md Build checklist: references/checklist.md Template example: references/msp_integration_101_template Intermediate exa...
136
6361 data visualization aj-geddes/useful-ai-prompts
Data Visualization Overview Data visualization transforms complex data into clear, compelling visual representations that reveal patterns, trends, and insights for storytelling and decision-making. When to Use Exploratory data analysis and pattern discovery Communicating insights to stakeholders Comparing distributions and relationships Presenting findings in reports and dashboards Identifying outliers and anomalies visually Creating publication-ready charts and graphs Visualization Types Distri...
136
6362 deployment-automation aj-geddes/useful-ai-prompts
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
136
6363 gepetto davila7/claude-code-templates
Gepetto Orchestrates a multi-step planning process: Research → Interview → Spec Synthesis → Plan → External Review → Sections CRITICAL: First Actions BEFORE anything else, do these in order: 1. Print Intro Print intro banner immediately: ═══════════════════════════════════════════════════════════════ GEPETTO: AI-Assisted Implementation Planning ═══════════════════════════════════════════════════════════════ Research → Interview → Spec Synthesis → Plan → External Review → Sections Note: GE...
136
6364 pentest-checklist sickn33/antigravity-awesome-skills
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
136
6365 accelint-nextjs-best-practices gohypergiant/agent-skills
Next.js Best Practices Comprehensive performance optimization and best practices for Next.js applications, designed for AI agents and LLMs working with Next.js code. When to Activate This Skill Use this skill when the task involves: Writing Next.js Code Creating Server Components or Client Components Implementing Server Actions with "use server" Writing API route handlers Setting up data fetching in RSC (React Server Components) Implementing Suspense boundaries Using Next.js-specific APIs ( head...
136
6366 pandoc-pdf-generation terrylica/cc-skills
Generate professional PDF documents from Markdown using Pandoc with the XeLaTeX engine. This skill covers automatic section numbering, table of contents, bibliography management, LaTeX customization, and common troubleshooting patterns learned through production use. When to Use This Skill Use this skill when: - Converting Markdown to PDF with professional formatting requirements - Needing automatic section numbering and table of contents - Managing citations and bibliographies without man...
136
6367 create-beads-orchestration avivk5498/the-claude-protocol
Create Beads Orchestration Set up lightweight multi-agent orchestration with git-native task tracking for Claude Code. What This Skill Does This skill bootstraps a complete multi-agent workflow where: Orchestrator (you) investigates issues, manages tasks, delegates implementation Supervisors (specialized agents) execute fixes in isolated worktrees Beads CLI tracks all work with git-native task management Hooks enforce workflow discipline automatically Each task gets its own worktree at .worktree...
136
6368 dotnet-project-structure aaronontheweb/dotnet-skills
Use this skill when: - Setting up a new .NET solution with modern best practices - Configuring centralized build properties across multiple projects - Implementing central package version management - Setting up SourceLink for debugging and NuGet packages - Automating version management with release notes - Pinning SDK versions for consistent builds Related Skills - `dotnet-local-tools` - Managing local .NET tools with dotnet-tools.json - `microsoft-extensions-configuration` - Configur...
136
6369 ios-hig johnrogers/claude-swift-engineering
iOS Human Interface Guidelines Apple's Human Interface Guidelines define the visual language, interaction patterns, and accessibility standards that make iOS apps feel native and intuitive. The core principle: clarity and consistency through thoughtful design. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Interaction Touch targets, n...
136
6370 youtube-tools casper-studios/casper-marketplace
YouTube Tools (yt-dlp) Overview Free, local YouTube operations using yt-dlp. No API keys required, no per-video costs. Works offline after installation. When to Use This vs Apify ┌─────────────────────────────────────────────────────────────────┐ │ DECISION: YouTube Tools (yt-dlp) vs Apify │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ Use youtube-tools (FREE) when: ...
136
6371 neuropixels-analysis davila7/claude-code-templates
Neuropixels Data Analysis Overview Comprehensive toolkit for analyzing Neuropixels high-density neural recordings using current best practices from SpikeInterface, Allen Institute, and International Brain Laboratory (IBL). Supports the full workflow from raw data to publication-ready curated units. When to Use This Skill This skill should be used when: Working with Neuropixels recordings (.ap.bin, .lf.bin, .meta files) Loading data from SpikeGLX, Open Ephys, or NWB formats Preprocessing neur...
136
6372 content-marketing kostja94/marketing-skills
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
136
6373 skill-creator observerw/skill-creator-skill
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...
136
6374 funnel-architect shipshitdev/library
Funnel Architect - DotCom Secrets Builder Overview You are a funnel architect thinking like Russell Brunson. You design sales funnels using DotCom Secrets principles—Value Ladder, Hook-Story-Offer, and traffic temperature matching. You create complete funnel blueprints that convert browsers into buyers. Brunson's Core Principle: "You're one funnel away from changing your life." Your Role: Design funnels. Map value ladders. Create conversion machines. When This Activates This skill auto-acti...
136
6375 axiom-ios-networking charleswiltgen/axiom
iOS Networking Router You MUST use this skill for ANY networking work including HTTP requests, WebSockets, TCP connections, or network debugging. When to Use Use this router when: Implementing network requests (URLSession) Using Network.framework or NetworkConnection Debugging connection failures Migrating from deprecated networking APIs Network performance issues Pressure Resistance When user has invested significant time in custom implementation: Do NOT capitulate to sunk cost pressure. ...
136
6376 symfony:symfony-voters makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-voters<div
135
6377 pyopenms davila7/claude-code-templates
PyOpenMS Overview PyOpenMS provides Python bindings to the OpenMS library for computational mass spectrometry, enabling analysis of proteomics and metabolomics data. Use for handling mass spectrometry file formats, processing spectral data, detecting features, identifying peptides/proteins, and performing quantitative analysis. Installation Install using uv: uv uv pip install pyopenms Verify installation: import pyopenms print(pyopenms.__version__) Core Capabilities PyOpenMS organizes f...
135
6378 hyva-theme-list hyva-themes/hyva-ai-tools
Hyvä Theme Listing Lists all Hyvä theme paths in a Magento 2 project. Themes are identified by the presence of web/tailwind/package.json. Usage Important: Execute this script from the Magento project root directory. Run the discovery script to list all Hyvä themes: bash <skill_path>/scripts/list_hyva_themes.sh Where <skill_path> is the directory containing this SKILL.md file (e.g., .claude/skills/hyva-theme-list). Output format: One theme path per line (relative to project root), or empt...
135
6379 firecrawl-scraper davila7/claude-code-templates
Firecrawl Web Scraper Skill Status : Production Ready Last Updated : 2026-01-20 Official Docs : https://docs.firecrawl.dev API Version : v2 SDK Versions : firecrawl-py 4.13.0+, @mendable/firecrawl-js 4.11.1+ What is Firecrawl? Firecrawl is a Web Data API for AI that turns websites into LLM-ready markdown or structured data. It handles: JavaScript rendering - Executes client-side JavaScript to capture dynamic content Anti-bot bypass - Gets past CAPTCHA and bot detection systems Format conversion ...
135
6380 hmdb-database davila7/claude-code-templates
HMDB Database Overview The Human Metabolome Database (HMDB) is a comprehensive, freely available resource containing detailed information about small molecule metabolites found in the human body. When to Use This Skill This skill should be used when performing metabolomics research, clinical chemistry, biomarker discovery, or metabolite identification tasks. Database Contents HMDB version 5.0 (current as of 2025) contains: 220,945 metabolite entries covering both water-soluble and lipid-so...
135
6381 ssl-certificate-management aj-geddes/useful-ai-prompts
SSL Certificate Management Overview Implement automated SSL/TLS certificate management across infrastructure, including provisioning, renewal, monitoring, and secure distribution to services. When to Use HTTPS/TLS enablement Certificate renewal automation Multi-domain certificate management Wildcard certificate handling Certificate monitoring and alerts Zero-downtime certificate rotation Internal PKI management Implementation Examples 1. Let's Encrypt with Cert-Manager cert-manager-setup.yaml...
135
6382 devtu-auto-discover-apis mims-harvard/tooluniverse
Automated Life Science API Discovery & Tool Creation Discover, create, validate, and integrate life science APIs into ToolUniverse. Four-Phase Workflow Gap Analysis → API Discovery → Tool Creation → Validation → Integration ↓ ↓ ↓ ↓ ↓ Coverage Web Search devtu-create devtu-fix Git PR Human approval gates after: discovery, creation, validation, and before PR. Phase 1: Discovery & Gap Analysis 1.1 Analyze Current Coverage Load ToolUn...
135
6383 gpui-event longbridge/gpui-component
Overview GPUI provides event system for component coordination: Event Mechanisms: Custom Events: Define and emit type-safe events Observations: React to entity state changes Subscriptions: Listen to events from other entities Global Events: App-wide event handling Quick Start Define and Emit Events [derive(Clone)] enum MyEvent { DataUpdated(String), ActionTriggered, } impl MyComponent { fn update_data(&mut self, data: String, cx: &mut Context<Self>) { self.data = data.clo...
135
6384 solutions-architect borghei/claude-skills
Solutions Architect Expert-level solutions architecture for complex sales. Core Competencies Technical requirements analysis Solution design Integration architecture Enterprise alignment Technical presentations Proof of concept design Security and compliance Stakeholder management Solutions Process Engagement Model DISCOVERY → DESIGN → VALIDATE → IMPLEMENT → OPTIMIZE 1. DISCOVERY ├── Business requirements ├── Technical landscape ├── Integration needs └── Success criteria 2. DESIG...
135
6385 video-download heygen-com/skills
video-download Download video and audio from URLs using yt-dlp directly. No wrapper scripts needed. Prerequisites yt-dlp : brew install yt-dlp or pip install yt-dlp ffmpeg : brew install ffmpeg or apt install ffmpeg (required for merging video+audio streams) Update yt-dlp periodically to keep up with site changes: yt-dlp -U or pip install -U yt-dlp . Commands Download best quality yt-dlp "URL" -o "%(title)s.%(ext)s" --merge-output-format mp4 Download specific resolution 720p yt-dlp "URL" -f "be...
135
6386 echarts vamseeachanta/workspace-hub
Apache ECharts Visualization Skill Create stunning, interactive charts with Apache ECharts - the perfect balance of ease-of-use and extensive customization. When to Use This Skill Use ECharts when you need: Balance of ease and power - Easy to start, powerful when needed Broad chart variety - 20+ chart types including geo maps TypeScript support - Full type definitions Mobile responsiveness - Built-in responsive design Large datasets - Efficient rendering of 100k+ points Chinese/International...
135
6387 tooluniverse-drug-drug-interaction mims-harvard/tooluniverse
Drug-Drug Interaction Prediction & Risk Assessment Systematic analysis of drug-drug interactions with evidence-based risk scoring, mechanism identification, and clinical management recommendations. KEY PRINCIPLES : Report-first approach - Create DDI_risk_report.md FIRST, then populate progressively Bidirectional analysis - Always analyze A→B and B→A interactions (effects may differ) Evidence grading - Grade all DDI claims by evidence quality (★★★ FDA label, ★★☆ clinical study, ★☆☆ theoretical) R...
135
6388 flutter-form flutter/skills
Flutter Form Validation Goal Implements stateful form validation in Flutter using Form , TextFormField , and GlobalKey<FormState> . Manages validation state efficiently without unnecessary key regeneration and handles user input validation workflows. Assumes a pre-existing Flutter environment with Material Design dependencies available. Decision Logic When implementing form validation, follow this decision tree to determine the flow of state and UI updates: User triggers submit action: Call _for...
135
6389 remotion vercel-labs/json-render
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
135
6390 typescript-unit-testing bmad-labs/skills
Unit Testing Skill Unit testing validates individual functions, methods, and classes in isolation by mocking all external dependencies. Workflows For guided, step-by-step execution of unit testing tasks, use the appropriate workflow: Workflow Purpose When to Use Setup Initialize test infrastructure New project or missing test setup Writing Write new unit tests Creating tests for components Reviewing Review existing tests Code review, quality audit Running Execute tests Running tests, analyzi...
135
6391 devtu-fix-tool mims-harvard/tooluniverse
Fix ToolUniverse Tools Diagnose and fix failing ToolUniverse tools through systematic error identification, targeted fixes, and validation. First Principles for Bug Fixes Before writing any fix, ask: why does the user reach this failure state? Prevent, don't recover — fix the root cause so the failure can't happen, rather than adding hint text after it does Validate at input, not at output — wrong parameters, unknown disease names, unsupported drugs should be caught and rejected early with clear...
135
6392 bb-browser epiral/bb-browser
bb-browser - 信息获取与浏览器自动化 核心价值 bb-browser 是一个强大的信息获取工具。 通过浏览器 + 用户登录态,可以获取: 公域信息 :任意公开网页、搜索结果、新闻资讯 私域信息 :内部系统、企业应用、登录后页面、个人账户数据 在此基础上,还可以代替用户执行浏览器操作: 表单填写、按钮点击 数据提取、截图保存 批量操作、重复任务 为什么能做到? 运行在用户真实浏览器中,复用已登录的账号 不触发反爬检测,访问受保护的页面 无需提供密码或 Cookie,直接使用现有登录态 快速开始 bb-browser open < url > 打开页面(新 tab) bb-browser snapshot -i 获取可交互元素 bb-browser click @5 点击元素 bb-browser fill @3 "text" 填写输入框 bb-browser close 完成后关闭 tab Tab 管理规范 重要:操作完成后必须关闭自己打开的 tab 单 tab 场景 bb-browser open https://example.com 打开新 tab bb-...
135
6393 email-smtp-send tiangong-ai/skills
Email SMTP Send Core Goal Send outbound email via SMTP with env-configured credentials. Attach local files into MIME email payload when requested. Optionally append the sent message to IMAP sent mailbox for cross-client visibility. Validate SMTP and sent-sync configuration before delivery. Return machine-readable JSON status/error output. Workflow Configure SMTP env vars (see references/env.md and assets/config.example.env ). Optional: configure IMAP sent-sync env vars and install imapclient whe...
135
6394 agent-browser actionbook/actionbook
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
135
6395 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...
135
6396 hono-rpc bobmatnyc/claude-mpm-skills
Hono RPC - Type-Safe Client Overview Hono RPC enables sharing API specifications between server and client through TypeScript's type system. Export your server's type, and the client automatically knows all routes, request shapes, and response types - no code generation required. Key Features: Zero-codegen type-safe client Automatic TypeScript inference Works with Zod validators Status code-aware response types Supports path params, query, headers When to Use This Skill Use Hono RPC when: B...
135
6397 odoo-upgrade ahmed-lakosha/odoo-upgrade-skill
Odoo Upgrade Assistant A comprehensive skill for upgrading Odoo modules between versions, with extensive pattern recognition and automated fixes for common migration issues. When to Use This Skill Activate this skill when: User requests upgrading Odoo modules between versions (14→19) Fixing Odoo version compatibility errors Migrating themes or custom modules Resolving RPC service errors in frontend components Converting XML views for newer Odoo versions Updating SCSS variables for Odoo 19 th...
135
6398 pdf tfriedel/claude-office-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
135
6399 string-database davila7/claude-code-templates
STRING Database Overview STRING is a comprehensive database of known and predicted protein-protein interactions covering 59M proteins and 20B+ interactions across 5000+ organisms. Query interaction networks, perform functional enrichment, discover partners via REST API for systems biology and pathway analysis. When to Use This Skill This skill should be used when: Retrieving protein-protein interaction networks for single or multiple proteins Performing functional enrichment analysis (GO, KE...
135
6400 llm-application-dev-langchain-agent sickn33/antigravity-awesome-skills
LangChain/LangGraph Agent Development Expert You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph. Use this skill when Working on langchain/langgraph agent development expert tasks or workflows Needing guidance, best practices, or checklists for langchain/langgraph agent development expert Do not use this skill when The task is unrelated to langchain/langgraph agent development expert You need a different domain or tool outsid...
135