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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,475
总 Skills
36.2M
总安装量
2,446
贡献者
# Skill 仓库 描述 安装量
6101 botchan bankrbot/openclaw-skills
Botchan The onchain agent messaging layer on the Base blockchain. Your agent needs a way to talk to other agents. Botchan provides a permanent, permissionless message layer on Base—messages that live forever, accessible to any agent, owned by no one. Every agent with a crypto wallet already has a profile. Your wallet address is your identity—other agents can post to it, and you can explore theirs. See what other agents are saying, who they're talking to, and what they've built. Post to topic-bas...
360
6102 nano-banana kingbootoshi/nano-banana-2-skill
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
360
6103 observability-engineer sickn33/antigravity-awesome-skills
You are an observability engineer specializing in production-grade monitoring, logging, tracing, and reliability systems for enterprise-scale applications. Use this skill when Designing monitoring, logging, or tracing systems Defining SLIs/SLOs and alerting strategies Investigating production reliability or performance regressions Do not use this skill when You only need a single ad-hoc dashboard You cannot access metrics, logs, or tracing data You need application feature development instead of...
360
6104 converter boshu2/agentops
/converter -- Cross-Platform Skill Converter Parse AgentOps skills into a universal SkillBundle format, then convert to target agent platforms. Quick Start /converter skills/council codex Convert council skill to Codex format /converter skills/vibe cursor Convert vibe skill to Cursor format /converter --all codex Convert all skills to Codex Pipeline The converter runs a three-stage pipeline: parse --> convert --> write Stage 1: Parse Read the source skill directory and produce a SkillBundle: ...
360
6105 grepai-mcp-claude yoanbernabeu/grepai-skills
This skill covers integrating GrepAI with Claude Code using the Model Context Protocol (MCP). When to Use This Skill - Setting up GrepAI in Claude Code - Enabling semantic search for AI coding assistant - Configuring MCP server for Claude - Troubleshooting Claude Code integration What is MCP? Model Context Protocol (MCP) allows AI assistants to use external tools. GrepAI provides an MCP server that gives Claude Code: - Semantic code search - Call graph analysis - Index status monitor...
360
6106 asc-aso-audit rudrankriyam/asc-skills
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. Preconditions Metadata pulled locally via asc migrate export or asc localizations download . For Astro gap analysis: app tracked in Astro MCP (optional — offline checks run without it). Before You Start Read references/aso_rules.md to understand the rules each check enforces. Identify the latest version directory under metadata/version/ (highest semantic version number)....
360
6107 receiving-code-review sickn33/antigravity-awesome-skills
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
359
6108 mobile-developer sickn33/antigravity-awesome-skills
Use this skill when Working on mobile developer tasks or workflows Needing guidance, best practices, or checklists for mobile developer Do not use this skill when The task is unrelated to mobile developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
359
6109 fusion-github-review-resolution equinor/fusion-skills
Resolve GitHub Review Comments When to use Use this skill when a pull request has unresolved inline review comments and you need a repeatable, auditable closure workflow. Typical triggers (skill should activate on all of these): URL patterns — activate immediately: https://github.com/<owner>/<repo>/pull/<number>pullrequestreview-<id> https://github.com/<owner>/<repo>/pull/<number> (when context implies review work) Explicit user requests: "Fix the review comments" "Address the review feedback on...
359
6110 python-code-review existential-birds/beagle
Python Code Review Quick Reference Issue Type Reference Indentation, line length, whitespace, naming references/pep8-style.md Missing/wrong type hints, Any usage references/type-safety.md Blocking calls in async, missing await references/async-patterns.md Bare except, missing context, logging references/error-handling.md Mutable defaults, print statements references/common-mistakes.md Review Checklist PEP8 Style 4-space indentation (no tabs) Line length ≤79 characters (≤72 for docstrings/comme...
359
6111 react-useeffect davila7/claude-code-templates
You Might Not Need an Effect Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect. Quick Reference Situation DON'T DO Derived state from props/state useState + useEffect Calculate during render Expensive calculations useEffect to cache useMemo Reset state on prop change useEffect with setState key prop User event responses useEffect watching state Event handler directly Notify parent of chang...
359
6112 tavily intellectronica/agent-skills
Tavily Purpose Provide a curl-based interface to Tavily’s REST API for web search, extraction, mapping, crawling, and optional research. Return structured results suitable for LLM workflows and multi-step investigations. When to Use Use when a task needs live web information, site extraction, mapping, or crawling. Use when web searches are needed and no built-in tool is available, or when Tavily’s LLM-friendly output (summaries, chunks, sources, citations) is beneficial. Use when a task requir...
359
6113 animated-component-libraries freshtechbro/claudedesignskills
Animated Component Libraries Overview This skill provides expertise in pre-built animated React component libraries, specifically Magic UI and React Bits. These libraries offer production-ready, animated components that significantly accelerate development of modern, interactive web applications. Magic UI provides 150+ TypeScript components built on Tailwind CSS and Framer Motion, designed for seamless integration with shadcn/ui. Components are copy-paste ready and highly customizable. React Bit...
359
6114 skill-optimizer mcollina/skills
When to use Use this skill when you need to: Improve whether a skill is actually applied by models Diagnose why some criteria fail across all models Prevent a skill from making outputs worse Refactor skill text for stronger retrieval under context pressure Build repeatable benchmark loops and release gates Optimization loop (default workflow) Measure baseline and skill-on behavior (per model, per scenario, per criterion) Find failure pattern : universal failure (0% with skill) model-specific wea...
359
6115 mermaid-to-gif zc277584121/marketing-skills
Skill: Mermaid to GIF Convert Mermaid diagrams into animated GIFs with rich animation effects. Supports .mmd files and extracting ```mermaid code blocks from .md files. Prerequisites : FFmpeg, Python 3.8+, Playwright ( pip install playwright && playwright install chromium ) When to Use The user wants to convert Mermaid diagrams to animated GIFs The user has .mmd files or .md files containing mermaid code blocks The user needs animated visuals for presentations, documentation, or social media The...
359
6116 skill-review jezweb/claude-skills
Skill Review Skill Process Invoke: /review-skill <skill-name> or use this skill when detecting outdated patterns Production evidence: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0 9-Phase Audit Pre-Review: Install skill, check version/date, test discovery Standards: Validate YAML, keywords, third-person style, directory structure Official Docs: WebFetch/Context7 verify API patterns, GitHub upda...
358
6117 slack-gif-creator sickn33/antigravity-awesome-skills
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
358
6118 performance-engineer sickn33/antigravity-awesome-skills
Performance Engineer Specialist in analyzing and optimizing application performance, identifying bottlenecks, and implementing efficiency improvements. When This Skill Activates Activates when you: Report performance issues Need performance optimization Mention "slow" or "latency" Want to improve efficiency Performance Analysis Process Phase 1: Identify the Problem Define metrics What's the baseline? What's the target? What's acceptable? Measure current performance Response time curl -w "@curl-...
358
6119 image-optimization aj-geddes/useful-ai-prompts
SEO On-Page: Image Optimization Guides image optimization for Google Search (text results, Image Pack, Google Images, Discover), Core Web Vitals (LCP), and accessibility. Consolidates image-related best practices from components (hero, trust-badges) and pages (landing-page). References: Google Image SEO , Semrush Image SEO . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the ...
358
6120 ln-624-code-quality-auditor levnikolaevich/claude-code-skills
Code Quality Auditor (L3 Worker) Specialized worker auditing code complexity, algorithms, and constants management. Purpose & Scope Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor Audit code quality (Categories 5+6+NEW: Medium Priority) Check complexity metrics, algorithmic efficiency, constants management Return structured findings with severity, location, effort, recommendations Calculate compliance score (X/10) for Code Quality category Inputs (from Coordinator) ...
358
6121 google-sheets vm0-ai/vm0-skills
Google Sheets API Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data . Official docs: https://developers.google.com/sheets/api When to Use Use this skill when you need to: Read data from Google Sheets Write or update cell values Append rows to existing sheets Create new spreadsheets Get spreadsheet metadata (sheet names, properties) Batch update multiple ranges at once Prerequisites Go to vm0.ai Settings → Connectors and connect Google Sheets . vm0 will a...
358
6122 promptify intellectronica/agent-skills
Promptify Transform user requests into detailed, precise prompts optimised for AI model consumption. Core Task Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language. Process Read and understand - Read the user's request carefully to understand the full context, intent, and all details Plan the rewrite - Consider what specific informat...
358
6123 modal lobehub/lobe-chat
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
358
6124 ffmpeg-analyse-video fabriqaai/ffmpeg-analyse-video-skill
FFmpeg Video Analysis Extract frames from video files with ffmpeg. Delegate frame reading to sub-agents to preserve the main context window. Synthesise a structured timestamped summary from text-only sub-agent reports. Architecture: Context-Efficient Sub-Agent Pipeline Problem : Reading dozens of images into the main conversation context consumes most of the context window, leaving little room for synthesis and follow-up. Solution : A 3-phase pipeline: Main Agent Sub-Age...
358
6125 fsi-strip-profile anthropics/financial-services-plugins
Workflow 1. Clarify Requirements Ask the user : Single-slide or multi-slide (3-4 slides)? Ask the user : Any specific focus areas or topics to emphasize? Only after user confirms , proceed to research 2. Research & Planning Data Sources: Primary : Company filings (BamSEC, SEC EDGAR - "Item 1. Business", MD&A), investor presentations, corporate website Market data : Bloomberg, FactSet, CapIQ (price, shares, market cap, net debt, EV, ownership) Estimates : FactSet/CapIQ consensus for NTM revenue, ...
358
6126 dev-session jezweb/claude-skills
Dev Session Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions. Operating Modes Mode 1: Start Session When : Beginning multi-step work, "start session", "new session for [feature]" Check if SESSION.md already exists in the project root If yes: read it and ask whether to continue the existing session or start fresh If no: create from tem...
357
6127 finishing-a-development-branch sickn33/antigravity-awesome-skills
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
357
6128 security-scanning-security-hardening sickn33/antigravity-awesome-skills
Implement comprehensive security hardening with defense-in-depth strategy through coordinated multi-agent orchestration: [Extended thinking: This workflow implements a defense-in-depth security strategy across all application layers. It coordinates specialized security agents to perform comprehensive assessments, implement layered security controls, and establish continuous security monitoring. The approach follows modern DevSecOps principles with shift-left security, automated scanning, and com...
357
6129 startup-business-analyst-market-opportunity sickn33/antigravity-awesome-skills
Market Opportunity Analysis Generate a comprehensive market opportunity analysis for a startup, including Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) calculations using both bottom-up and top-down methodologies. Use this skill when Working on market opportunity analysis tasks or workflows Needing guidance, best practices, or checklists for market opportunity analysis Do not use this skill when The task is unrelated to market opportu...
357
6130 design-patterns-implementation aj-geddes/useful-ai-prompts
Design Patterns Implementation Overview Apply proven design patterns to create maintainable, extensible, and testable code architectures. When to Use Solving common architectural problems Making code more maintainable and testable Implementing extensible plugin systems Decoupling components Following SOLID principles Code reviews identifying architectural issues Common Design Patterns 1. Singleton Pattern Ensure a class has only one instance with global access. class DatabaseConnection { p...
357
6131 schema-exploration langchain-ai/deepagents
Schema Exploration Skill When to Use This Skill Use this skill when you need to: Understand the database structure Find which tables contain certain types of data Discover column names and data types Map relationships between tables Answer questions like "What tables are available?" or "What columns does the Customer table have?" Workflow 1. List All Tables Use sql_db_list_tables tool to see all available tables in the database. This returns the complete list of tables you can query. 2. Get...
357
6132 add-provider-doc lobehub/lobe-chat
Adding New AI Provider Documentation Complete workflow for adding documentation for a new AI provider. Overview Create usage documentation (EN + CN) Add environment variable documentation (EN + CN) Update Docker configuration files Update .env.example Prepare image resources Step 1: Create Provider Usage Documentation Required Files docs/usage/providers/{provider-name}.mdx (English) docs/usage/providers/{provider-name}.zh-CN.mdx (Chinese) Key Requirements 5-6 screenshots showing the process Cove...
357
6133 security boshu2/agentops
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
357
6134 google-calendar odyssey4me/agent-skills
Google Calendar Interact with Google Calendar for event management, scheduling, and availability checking. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-calendar.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Con...
357
6135 mobile-responsiveness hoodini/ai-agents-skills
Mobile Responsiveness Build responsive, mobile-first web applications. Mobile-First Breakpoints /* Mobile first - no media query needed for mobile base */ .container { padding: 1rem; } /* Tablet */ @media (min-width: 768px) { .container { padding: 2rem; } } /* Desktop */ @media (min-width: 1024px) { .container { padding: 3rem; max-width: 1200px; margin: 0 auto; } } /* Large desktop */ @media (min-width: 1280px) { .container { max-width: 1400px; } } Tailwin...
357
6136 logging-best-practices aj-geddes/useful-ai-prompts
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
357
6137 find-community slavingia/skills
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user find their community — the foundation of a minimalist business. Core Principle Start with community, not with a product idea. The best minimalist businesses are built by people who are already deeply embedded in a community and notice a problem worth solving. You don't "find" a community — you already belong to several. Framework: Identify Your Communities Walk the user through th...
357
6138 docker-containerization ailabs-393/ai-labs-claude-skills
Docker Containerization Overview Build production-ready Docker containers following best practices for security, performance, and maintainability. When to Use Containerizing applications for deployment Creating Dockerfiles for new services Optimizing existing container images Setting up development environments Building CI/CD container pipelines Implementing microservices Instructions 1. Multi-Stage Builds Multi-stage build for Node.js application Stage 1: Build FROM node:18-alpine AS builde...
357
6139 sentry-cloudflare-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Cloudflare SDK Sentry Cloudflare SDK Opinionated wizard that scans your Cloudflare project and guides you through complete Sentry setup for Workers, Pages, Durable Objects, Queues, Workflows, and Hono. Invoke This Skill When User asks to "add Sentry to Cloudflare Workers" or "set up Sentry" in a Cloudflare project User wants to install or configure @sentry/cloudflare User wants error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers or Pages Us...
357
6140 sensitive-browser napoleond/sensitive-browser
Execute sensitive browser actions securely by delegating credential handling, payments, and form filling to a dedicated subprocess with isolated context. When to Use - User asks to log into a website with credentials - User needs to fill payment information on a checkout page - User needs to complete forms with personal/sensitive data - Browser automation requires authentication handoff Prerequisites The `ATXP_CONNECTION` environment variable must be defined for LLM access. This provide...
356
6141 flutter-drift madteacher/mad-agents-skills
Flutter Drift Comprehensive guide for using drift database library in Flutter applications. Overview Flutter Drift skill provides complete guidance for implementing persistent local storage in Flutter apps using the drift library. Drift is a reactive persistence library for Flutter built on SQLite, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform support. Quick Start Add dependencies to pubspec.yaml: dependencies: drift: ^2.30.0 drift_flutter: ^0...
356
6142 create-agent-with-sanity-context sanity-io/agent-context
Build an Agent with Sanity Context Give AI agents intelligent access to your Sanity content. Unlike embedding-only approaches, Agent Context is schema-aware—agents can reason over your content structure, query with real field values, follow references, and combine structural filters with semantic search. What this enables: Agents understand the relationships between your content types Queries use actual schema fields, not just text similarity Results respect your content model (categories, tags,...
356
6143 color-accessibility aj-geddes/useful-ai-prompts
Color Accessibility Overview Accessible color design ensures all users, including those with color vision deficiency, can access and understand information. When to Use Creating color palettes Designing data visualizations Testing interface designs Status indicators and alerts Form validation states Charts and graphs Instructions 1. Color Contrast Standards WCAG Contrast Ratios: WCAG AA (Minimum): - Normal text: 4.5:1 - Large text (18pt+): 3:1 - UI components & graphical elements: 3:1 ...
356
6144 security-testing aj-geddes/useful-ai-prompts
Security Testing Overview Security testing identifies vulnerabilities, weaknesses, and threats in applications to ensure data protection, prevent unauthorized access, and maintain system integrity. It combines automated scanning (SAST, DAST) with manual penetration testing and code review. When to Use Testing for OWASP Top 10 vulnerabilities Scanning dependencies for known vulnerabilities Testing authentication and authorization Validating input sanitization Testing API security Checking for s...
356
6145 game-audio opusgamelabs/game-creator
Game Audio Engineer (Web Audio API) You are an expert game audio engineer. You use the Web Audio API for both background music (looping sequencer) and one-shot sound effects. Zero dependencies — everything is built into the browser. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full context of each file before making changes. Test every sound in the browser. Web Audio timing is different fro...
356
6146 azure-diagrams eraserlabs/eraser-io
Azure Diagram Generator Generates architecture diagrams for Azure infrastructure from ARM templates, Azure CLI output, or natural language descriptions. When to Use Activate this skill when: User has ARM (Azure Resource Manager) templates (JSON) User provides Azure CLI output (e.g., az vm list) User wants to visualize Azure resources User mentions Azure services (Virtual Machines, Storage Accounts, VNets, etc.) User asks to "diagram my Azure infrastructure" How It Works This skill generates...
356
6147 tvos-design-guidelines ehmo/platform-design-skills
tvOS Design Guidelines Apple TV is a living room device driven entirely by focus-based navigation and the Siri Remote. There is no pointer, no touch screen, and no mouse. Every design decision must account for the 10-foot viewing distance, the simplicity of the remote, and the lean-back nature of TV consumption. 1. Focus-Based Navigation (CRITICAL) The focus system is the foundation of all tvOS interaction. There is no cursor -- users move focus between elements using the Siri Remote touch surfa...
356
6148 grepai-installation yoanbernabeu/grepai-skills
This skill covers all methods to install GrepAI on any platform. When to Use This Skill - Installing GrepAI for the first time - Upgrading an existing GrepAI installation - Building GrepAI from source - Verifying a successful installation Prerequisites - macOS/Linux: Terminal access - Windows: PowerShell - From source: Go 1.24+ installed Installation Methods Method 1: Homebrew (macOS - Recommended) The easiest way to install on macOS: ``` Add the tap and install brew install yo...
356
6149 perplexity softaworks/agent-toolkit
Perplexity Tools Use ONLY when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7), gt CLI (use Graphite MCP), or workspace questions (use Nx MCP). Quick Reference Which Perplexity tool? Need search results/URLs? → Perplexity Search Need conversational answer? → Perplexity Ask Need deep research? → Researcher agent ( /research <topic> ) NOT Perplexity - use these instead: Library/framework docs → Cont...
356
6150 media-processing mrgoonie/claudekit-skills
Media Processing Skill Process video, audio, and images using FFmpeg and ImageMagick command-line tools for conversion, optimization, streaming, and manipulation tasks. When to Use This Skill Use when: Converting media formats (video, audio, images) Encoding video with codecs (H.264, H.265, VP9, AV1) Processing images (resize, crop, effects, watermarks) Extracting audio from video Creating streaming manifests (HLS/DASH) Generating thumbnails and previews Batch processing media files Optimizi...
356