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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
5851 gradle-build-performance new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
377
5852 adk botpress/skills
Botpress ADK Guidelines Use this skill when you've got questions about the Botpress Agent Development Kit (ADK) - like when you're building a feature that involves tables, actions, tools, workflows, conversations, files, knowledge bases, triggers, or Zai. What is the ADK? The Botpress ADK is a convention-based TypeScript framework where file structure maps directly to bot behavior. Place files in the correct directories, and they automatically become available as bot capabilities. The ADK pr...
377
5853 drupal-expert madsnorgaard/agent-resources
Drupal Development Expert You are an expert Drupal developer with deep knowledge of Drupal 10 and 11. Research-First Philosophy CRITICAL: Before writing ANY custom code, ALWAYS research existing solutions first. When a developer asks you to implement functionality: Ask the developer: "Have you checked drupal.org for existing contrib modules that solve this?" Offer to research: "I can help search for existing solutions before we build custom code." Only proceed with custom code after confirm...
377
5854 api-designer charon-fan/agent-playbook
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
377
5855 e2e-testing-automation aj-geddes/useful-ai-prompts
E2E Testing Automation Overview End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating results. When to Use Testing critical user journeys (signup, checkout, login) Validating multi-step workflows Testing across different browsers and d...
377
5856 standards boshu2/agentops
Standards Skill Language-specific coding standards loaded on-demand by other skills. Purpose This is a library skill - it doesn't run standalone but provides standards references that other skills load based on file types being processed. Standards Available Standard Reference Loaded By Skill Structure references/skill-structure.md vibe (skill audits), doc (skill creation) Python references/python.md vibe, implement, complexity Go references/go.md vibe, implement, complexity Rust references/rust...
377
5857 ratchet boshu2/agentops
Ratchet Skill Track progress through the RPI workflow with permanent gates. Note: /ratchet tracks and locks progress. It does not “run the loop” by itself—pair it with /crank (epic loop) or /swarm (Ralph loop) to actually execute work. The Brownian Ratchet Progress = Chaos × Filter → Ratchet Phase What Happens Chaos Multiple attempts (exploration, implementation) Filter Validation gates (tests, /vibe, review) Ratchet Lock progress permanently (merged, closed, stored) Key insight: Progress is per...
377
5858 provenance boshu2/agentops
Provenance Skill Trace knowledge artifact lineage to sources. Execution Steps Given /provenance <artifact> : Step 1: Read the Artifact Tool: Read Parameters: file_path: <artifact-path> Look for provenance metadata: Source references Session IDs Dates Related artifacts Step 2: Trace Source Chain Check for source metadata in the file grep -i "source\|session\|from\|extracted" < artifact-path > Search for related transcripts using ao ao search "<artifact-name>" 2 > /dev/null Step 3: Search Sessio...
377
5859 deployment-engineer charon-fan/agent-playbook
Deployment Engineer Specialist in deployment automation, CI/CD pipelines, and infrastructure management. When This Skill Activates Activates when you: Set up deployment pipeline Configure CI/CD Manage releases Automate infrastructure CI/CD Pipeline Pipeline Stages stages : - lint - test - build - security - deploy - dev - deploy - staging - deploy - production GitHub Actions Example name : CI/CD on : push : branches : [ main , develop ] pull_request : branches : [ main ] jobs : lint : runs-on : ...
377
5860 marketing-plan slavingia/skills
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user build a marketing plan that starts with free, authentic content before spending any money. Core Principle Marketing is sales at scale. But don't confuse marketing with advertising. Marketing is about making fans, not headlines. Start by spending time, not money. Blog posts are free. Twitter, Instagram, YouTube are free. Only spend money after you know exactly who you're trying to ...
377
5861 create-squad vapiai/skills
Vapi Squad Creation Create squads that orchestrate multiple specialized assistants with context-preserving handoffs. Break complex workflows into focused assistants that transfer calls between each other. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Why Squads? Single assistants with large prompts cause higher hallucination rates, increased costs, and greater latency. Squads solve this by creating focused assistants with specific roles: Triage → Booking → Confirmatio...
377
5862 us-value-investing star23/day1global-skills
US Stock Value Investing Analysis Framework This skill helps you systematically analyze whether a US-listed company is worth holding long-term using Buffett-style value investing methods. Through quantitative assessment across 4 core dimensions, it provides a clear investment rating. Use Cases Use this skill when users ask the following types of questions: Whether a particular US stock is worth buying/holding long-term Help me analyze a company's fundamentals How to interpret a company's financi...
377
5863 firebase-data-connect firebase/skills
Firebase Data Connect Firebase Data Connect is a relational database service using Cloud SQL for PostgreSQL with GraphQL schema, auto-generated queries/mutations, and type-safe SDKs. Project Structure dataconnect/ ├── dataconnect.yaml Service configuration ├── schema/ │ └── schema.gql Data model (types with @table) └── connector/ ├── connector.yaml Connector config + SDK generation ├── queries.gql Queries └── mutations.gql Mutations Development Workflow Follow thi...
377
5864 code-tour github/awesome-copilot
Code Tour Create CodeTour .tour files for codebase walkthroughs that open directly to real files and line ranges. Tours live in .tours/ and are meant for the CodeTour format, not ad hoc Markdown notes. A good tour is a narrative for a specific reader: what they are looking at why it matters what path they should follow next Only create .tour JSON files. Do not modify source code as part of this skill. When to Use Use this skill when: the user asks for a code tour, onboarding tour, architecture w...
377
5865 comps-analysis anthropics/financial-services-plugins
Comparable Company Analysis ⚠️ CRITICAL: Data Source Priority (READ FIRST) ALWAYS follow this data source hierarchy: FIRST: Check for MCP data sources - If S&P Kensho MCP, FactSet MCP, or Daloopa MCP are available, use them exclusively for financial and trading information DO NOT use web search if the above MCP data sources are available ONLY if MCPs are unavailable: Then use Bloomberg Terminal, SEC EDGAR filings, or other institutional sources NEVER use web search as a primary data source - it ...
377
5866 tscircuit tscircuit/skill
You are helping the user design electronics using tscircuit (React/TypeScript) and the `tsci` CLI. When this Skill is active: - Prefer tscircuit’s documented primitives and CLI behavior. If something is unclear, confirm by: Reading local files in the repo (e.g., `tscircuit.config.json`, `index.tsx`, `package.json`) - Running `tsci --help` or the specific subcommand’s `--help` - Avoid “inventing” JSX props or CLI flags. Default workflow - Clarify requirements (if not already given) - Boa...
376
5867 diffity-resolve kamranahmedse/diffity
Diffity Resolve Skill You are reading open review comments and resolving them by making the requested code changes. Arguments thread-id (optional): Resolve a specific thread by ID instead of all open threads. Example: /diffity-resolve abc123 CLI Reference diffity agent diff diffity agent list [--status open|resolved|dismissed] [--json] diffity agent comment --file <path> --line <n> [--end-line <n>] [--side new|old] --body "<text>" diffity agent general-comment --body "<text>" diffity agent resol...
376
5868 polymarket 2025emma/vibe-coding-cn
Polymarket — Sports Prediction Markets Before writing queries, consult references/api-reference.md for sport codes, command parameters, and price format. Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills polymarket search_markets --sport = nba --sports_market_types = moneyline sports-skills polymarket get_todays_events --sport = epl sports-skills polymarket search_markets --sport = epl --query = "Leeds" --sports_market_types = moneyline sports-skills polymarket get_...
376
5869 ocr-super-surya aktsmm/agent-skills
GPU-optimized OCR skill using [Surya](https://github.com/datalab-to/surya) - a modern, high-accuracy OCR engine. When to Use - Extracting text from screenshots, photos, or scanned images - Processing PDFs with embedded images - Multi-language document OCR (90+ languages including Japanese) - Layout analysis and table detection - When GPU acceleration is available and desired Key Features | Accuracy | 2x better than Tesseract (0.97 vs 0.88 similarity) | GPU Support | PyTorch-based, ...
376
5870 facebook-ads openclaudia/openclaudia-skills
Facebook/Meta Ad Campaign Builder You are an expert Facebook/Meta advertising strategist. When the user asks you to create Meta ad campaigns, write ad copy, or optimize their social advertising, follow this comprehensive framework. Step 1: Gather Campaign Context Before building any campaign, establish: Product/Service : What is being promoted? Target audience : Demographics, interests, behaviors? Campaign objective : What action should people take? Budget : Daily or lifetime? Total amount? Land...
376
5871 quant-analyst sickn33/antigravity-awesome-skills
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
376
5872 us-business-english jezweb/claude-skills
US Business English Professional and direct. Confident without being pushy. Friendly without being sloppy. Write like a competent American professional who gets things done -- not like a Silicon Valley bro, not like a Wall Street memo, and not like a corporate buzzword machine. Spelling (EN-US) Pattern American Not -or color, favor, honor, behavior colour, favour -ize organize, realize, specialize, recognize organise, realise -er center, fiber, meter, theater centre, fibre -ense license (noun an...
376
5873 strategy-document jezweb/claude-skills
Strategy Document Writer Produces strategic documents that are specific enough to act on. The quality bar: every statement should be falsifiable ("We have 3 React developers with 10+ years experience" vs "We have a strong team") and every recommendation should be implementable within a defined timeframe. Process Step 1: Determine the mode Ask the user which document type they need: SWOT analysis — assess current position Business plan (lean or full) — articulate the business model OKRs / Goals —...
376
5874 audiocraft-audio-generation davila7/claude-code-templates
AudioCraft: Audio Generation Comprehensive guide to using Meta's AudioCraft for text-to-music and text-to-audio generation with MusicGen, AudioGen, and EnCodec. When to use AudioCraft Use AudioCraft when: Need to generate music from text descriptions Creating sound effects and environmental audio Building music generation applications Need melody-conditioned music generation Want stereo audio output Require controllable music generation with style transfer Key features: MusicGen: Text-to-m...
376
5875 mcp:setup-codemap-cli neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Codemap CLI 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Hook settings go to: ./.claude/settings.json Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Hook settings go to: ./.claude/settings.local.json Ver...
376
5876 kibana-alerting-rules elastic/agent-skills
Kibana Alerting Rules Core Concepts A rule has three parts: conditions (what to detect), schedule (how often to check), and actions (what happens when conditions are met). When conditions are met, the rule creates alerts , which trigger actions via connectors . Authentication All alerting API calls require either API key auth or Basic auth. Every mutating request must include the kbn-xsrf header. kbn-xsrf : true Required Privileges all privileges for the appropriate Kibana feature (e.g., Stack R...
376
5877 add-malli-schemas metabase/metabase
Add Malli Schemas to API Endpoints This skill helps you efficiently and uniformly add Malli schemas to API endpoints in the Metabase codebase. Reference Files (Best Examples) src/metabase/warehouses/api.clj - Most comprehensive schemas, custom error messages src/metabase/api_keys/api.clj - Excellent response schemas src/metabase/collections/api.clj - Great named schema patterns src/metabase/timeline/api/timeline.clj - Clean, simple examples Quick Checklist When adding Malli schemas to an endp...
376
5878 clojure-review metabase/metabase
Clojure Code Review Skill @./../_shared/clojure-style-guide.md @./../_shared/clojure-commands.md Review guidelines What to flag: Check compliance with the Metabase Clojure style guide (included above) If CLOJURE_STYLE_GUIDE.adoc exists in the working directory, also check compliance with the community Clojure style guide Flag all style guide violations What NOT to post: Do not post comments congratulating someone for trivial changes or for following style guidelines Do not post comments co...
376
5879 data-ingest ar9av/obsidian-wiki
Data Ingest — Universal Text Source Handler You are ingesting arbitrary text data into an Obsidian wiki. The source could be anything — conversation exports, log files, transcripts, data dumps. Your job is to figure out the format, extract knowledge, and distill it into wiki pages. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read .manifest.json at the vault root — check if this source has been ingested before Read index.md at the vault root to know what already exists If the source pat...
376
5880 zoom-out mattpocock/skills
I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers.
376
5881 solana-payments-wallets-trading solanaguide/solana-cli
Payments, Wallets and Trading on Solana Sol is a command-line tool that lets you work with Solana the way you'd describe it out loud. Instead of constructing transactions and managing program instructions, you say what you want: pay someone, buy a token, stake your SOL. Keys live locally on disk — no private keys in environment variables, no API keys to configure. Get Set Up Prefer npx with @latest — it always runs the latest version with no global install to manage: npx @solana-compass/cli@late...
375
5882 skill-creator davila7/claude-code-templates
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...
375
5883 modal-serverless-gpu davila7/claude-code-templates
Modal Serverless GPU Comprehensive guide to running ML workloads on Modal's serverless GPU cloud platform. When to use Modal Use Modal when: Running GPU-intensive ML workloads without managing infrastructure Deploying ML models as auto-scaling APIs Running batch processing jobs (training, inference, data processing) Need pay-per-second GPU pricing without idle costs Prototyping ML applications quickly Running scheduled jobs (cron-like workloads) Key features: Serverless GPUs: T4, L4, A10G,...
375
5884 obsidian-markdown davila7/claude-code-templates
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
375
5885 moodle-external-api-development sickn33/antigravity-awesome-skills
Moodle External API Development This skill guides you through creating custom external web service APIs for Moodle LMS, following Moodle's external API framework and coding standards. When to Use This Skill Creating custom web services for Moodle plugins Implementing REST/AJAX endpoints for course management Building APIs for quiz operations, user tracking, or reporting Exposing Moodle functionality to external applications Developing mobile app backends using Moodle Core Architecture Pattern ...
375
5886 seedance-storyboard elementsix/elementsix-skills
🎬 Seedance 2.0 分镜提示词生成器 帮助用户将想法转化为专业的 Seedance 2.0 视频分镜提示词。 Seedance 2.0 核心能力 技术参数 输入类型 格式要求 数量限制 大小限制 图片 jpeg、png、webp、bmp、tiff、gif ≤ 9 张 < 30 MB 视频 mp4、mov ≤ 3 个,总时长 2-15s < 50 MB 音频 mp3、wav ≤ 3 个,总时长 ≤ 15s < 15 MB 文本 自然语言 - - 混合输入总上限:12 个文件 💡 建议:优先上传对画面或节奏影响最大的素材。有参考视频会消耗更多生成额度。 核心功能 : 参考图像 - 精准还原画面构图、角色细节、服装样式 参考视频 - 支持镜头语言、复杂动作节奏、创意特效复刻 视频延长 - 平滑延长与衔接,可"接着拍" 视频编辑 - 角色更替、剧情颠覆、片段调整、场景融合 多模态组合 - 图+视频+音频+文本自由组合创作 基础能力增强 : ✅ 物理规律更合理、动作表现更自然流畅 ✅ 指令理解更精准、风格保持更稳定 ✅ 支持复杂动作、连续运动等高难度生成任务 交互方式 :使用"@素材名...
375
5887 react-hook-form-zod ovachiever/droid-tings
React Hook Form + Zod Validation Status: Production Ready ✅ Last Verified: 2026-01-20 Latest Versions: react-hook-form@7.71.1, zod@4.3.5, @hookform/resolvers@5.2.2 Quick Start npm install react-hook-form@7.70.0 zod@4.3.5 @hookform/resolvers@5.2.2 Basic Form Pattern: const schema = z.object({ email: z.string().email(), password: z.string().min(8), }) type FormData = z.infer<typeof schema> const { register, handleSubmit, formState: { errors } } = useForm<FormData>({ resolver: zodResol...
375
5888 forge boshu2/agentops
Forge Skill Typically runs automatically via SessionEnd hook. Extract knowledge from session transcripts. How It Works The SessionEnd hook runs: ao forge transcript --last-session --queue --quiet This queues the session for knowledge extraction. Flags Flag Default Description --promote off Process pending extractions from .agents/knowledge/pending/ and promote to .agents/learnings/ . Absorbs the former extract skill. Promote Mode Given /forge --promote : Promote Step 1: Find Pending Files ls -lt...
375
5889 fastapi-development aj-geddes/useful-ai-prompts
FastAPI Development Overview Create fast, modern Python APIs using FastAPI with async/await support, automatic API documentation, type validation using Pydantic, dependency injection, JWT authentication, and SQLAlchemy ORM integration. When to Use Building high-performance Python REST APIs Creating async API endpoints Implementing automatic OpenAPI/Swagger documentation Leveraging Python type hints for validation Building microservices with async support Integrating Pydantic for data validatio...
375
5890 ads-meta agricidaniel/claude-ads
Meta Ads Deep Analysis Process Collect Meta Ads data (Ads Manager export, Events Manager screenshot, EMQ scores) Read ads/references/meta-audit.md for full 46-check audit Read ads/references/benchmarks.md for Meta-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Meta Ads Health Score (0-100) Generate findings report with action plan What to Analyze Pixel / CAPI Health (30% weight) Meta Pixel installe...
375
5891 chart starchild-ai-agent/official-skills
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...
375
5892 diffity-review kamranahmedse/diffity
Diffity Review Skill You are reviewing a diff and leaving inline comments using the diffity agent CLI. Arguments ref (optional): Git ref to review (e.g. main..feature , HEAD~3 ). Defaults to working tree changes. When both ref and focus are provided, use both (e.g. /diffity-review main..feature security ). focus (optional): Focus the review on a specific area. One of: security , performance , naming , errors , types , logic . If omitted, review everything. CLI Reference diffity agent diff diffit...
374
5893 cartography alvinunreal/oh-my-opencode-slim
Cartography Skill You help users understand and map repositories by creating hierarchical codemaps. When to Use User asks to understand/map a repository User wants codebase documentation Starting work on an unfamiliar codebase Workflow Step 1: Check for Existing State First, check if .slim/cartography.json exists in the repo root. If it exists: Skip to Step 3 (Detect Changes) - no need to re-initialize. If it doesn't exist: Continue to Step 2 (Initialize). Step 2: Initialize (Only if no st...
374
5894 aicoin-account aicoincom/coinos-skills
⚠️ 运行脚本: 必须先 cd 到本 SKILL.md 所在目录再执行。示例: cd ~/.openclaw/workspace/skills/aicoin-account && node scripts/exchange.mjs ... AiCoin Account Exchange account queries and API key management. Safe read-only operations. Commands Task Command Balance node scripts/exchange.mjs balance '{"exchange":"okx"}' Positions node scripts/exchange.mjs positions '{"exchange":"okx","market_type":"swap"}' Open orders node scripts/exchange.mjs open_orders '{"exchange":"okx","symbol":"BTC/USDT"}' Order history node script...
374
5895 mapbox-maplibre-migration mapbox/mapbox-agent-skills
MapLibre to Mapbox Migration Skill Expert guidance for migrating from MapLibre GL JS to Mapbox GL JS. Covers the shared history, API compatibility, migration steps, and the advantages of Mapbox's platform. Understanding the Fork History MapLibre GL JS is an open-source fork of Mapbox GL JS v1.13.0 , created in December 2020 when Mapbox changed their license starting with v2.0. Timeline: Pre-2020: Mapbox GL JS was open source (BSD license) Dec 2020: Mapbox GL JS v2.0 introduced proprietary licens...
374
5896 commit-helper charon-fan/agent-playbook
Commit Message Helper A skill for creating properly formatted Git commit messages following the Conventional Commits specification. When This Skill Activates This skill activates when you: Ask to commit changes Mention commit messages Request git commit formatting Say "commit" or "git commit" Commit Message Format <type>(<scope>): <subject> <body> <footer> Types Type Description feat A new feature fix A bug fix docs Documentation only changes style Changes that do not affect the meaning of the c...
374
5897 websocket-implementation aj-geddes/useful-ai-prompts
WebSocket Implementation Overview Build scalable WebSocket systems for real-time communication with proper connection management, message routing, error handling, and horizontal scaling support. When to Use Building real-time chat and messaging Implementing live notifications Creating collaborative editing tools Broadcasting live data updates Building real-time dashboards Streaming events to clients Live multiplayer games Instructions 1. Node.js WebSocket Server (Socket.IO) const express = req...
374
5898 user-guide-creation aj-geddes/useful-ai-prompts
User Guide Creation Overview Create clear, user-friendly documentation that helps users understand and effectively use your product, with step-by-step instructions, screenshots, and practical examples. When to Use Product user manuals Getting started guides Feature tutorials Step-by-step how-tos Video script documentation Interactive walkthroughs Quick start guides FAQ documentation Best practices guides User Guide Template [Product Name] User Guide Table of Contents 1. [Introduction](intr...
374
5899 backend-to-frontend-handoff-docs softaworks/agent-toolkit
API Handoff Mode No Chat Output : Produce the handoff document only. No discussion, no explanation—just the markdown block saved to the handoff file. You are a backend developer completing API work. Your task is to produce a structured handoff document that gives frontend developers (or their AI) full business and technical context to build integration/UI without needing to ask backend questions. When to use : After completing backend API work—endpoints, DTOs, validation, business logic—run this...
374
5900 shared boshu2/agentops
Shared References This directory contains shared reference documents used by multiple skills: validation-contract.md - Verification requirements for accepting spawned work references/claude-code-latest-features.md - Claude Code feature contract (slash commands, agent isolation, hooks, settings) references/backend-claude-teams.md - Concrete examples for Claude native teams ( TeamCreate + SendMessage ) references/backend-codex-subagents.md - Concrete examples for Codex CLI and Codex sub-agents ref...
374