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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,435
总 Skills
35.1M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
13401 dataforseo nikhilbhansali/dataforseo-skill-claude
DataForSEO API Skill Universal interface to all DataForSEO APIs for comprehensive SEO data retrieval and analysis. Credential Setup Before first use, set up credentials: import sys , os sys . path . insert ( 0 , os . path . expanduser ( '~/.agents/skills/dataforseo/scripts' ) ) from dataforseo_client import save_credentials , verify_credentials Get credentials from https://app.dataforseo.com/ login = "your_email@example.com" API login (email) password = "your_api_password" API password (from ...
65
13402 software-localisation vasilyu1983/ai-agents-public
Software Localisation - Quick Reference Production patterns for internationalisation (i18n) and localisation (l10n) in modern web applications. Covers library selection, translation management, ICU message format, RTL support, and CI/CD workflows. Snapshot (2026-01): i18next 25.x, react-i18next 16.x, react-intl 8.x, vue-i18n 11.x, next-intl 4.x, @angular/localize 21.x. Always verify current versions in the target repo (see Currency Check Protocol). Authoritative References: i18next Documenta...
65
13403 botcoin-miner botcoinmoney/botcoin-miner-skill
BOTCOIN Miner Mine BOTCOIN by solving hybrid natural language challenges. Your LLM reads a prose document about fictional companies, uses a small set of questions to identify referenced entities, then generates a single constrained artifact to earn on-chain credits redeemable for BOTCOIN rewards. No external tools required. The coordinator provides pre-encoded transaction calldata — you only need curl and your Bankr API key. Prerequisites Bankr API key with write access enabled. Set as BANKR_API...
65
13404 setup tartinerlabs/skills
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
65
13405 recommendation-engine secondsky/claude-skills
Recommendation Engine Build recommendation systems for personalized content and product suggestions. Recommendation Approaches Approach How It Works Pros Cons Collaborative User-item interactions Discovers hidden patterns Cold start Content-based Item features Works for new items Limited discovery Hybrid Combines both Best of both Complex Collaborative Filtering import numpy as np from scipy . sparse import csr_matrix from sklearn . metrics . pairwise import cosine_similarity class Collaborative...
65
13406 funasr-transcribe cat-xierluo/legal-skills
FunASR 语音转文字 本 skill 提供本地语音识别服务,将音频或视频文件转换为结构化的 Markdown 文档。 功能概述 支持多种音视频格式(mp4、mov、mp3、wav、m4a、flac 等) 自动生成时间戳 支持说话人分离(diarization) 输出 Markdown 格式,便于阅读和编辑 使用流程 首次使用:安装依赖和下载模型 运行安装脚本完成环境配置: python scripts/setup.py 安装脚本会自动: 检查 Python 版本(需要 >= 3.8) 安装依赖包(FastAPI、Uvicorn、FunASR、PyTorch) 下载 ASR 模型到 ~/.cache/modelscope/hub/models/ 验证安装状态: python scripts/setup.py --verify 启动转录服务 python scripts/server.py 服务默认运行在 http://127.0.0.1:8765 智能特性: 自动启动 :首次请求时自动加载模型 空闲关闭 :默认 10 分钟无活动后自动关闭以节约资源 可配置超时 :使用 --idle-...
65
13407 postgis-skill postgis/postgis
$ npx skills add https://github.com/postgis/postgis --skill postgis-skill<div
65
13408 screenwriter rfxlamia/claude-skillkit
Screenwriter Skill Overview This skill transforms creative concepts into professional screenplay documents optimized for AI-powered video production pipelines. It bridges the gap between raw story ideas and production-ready scripts by generating structured, visual-rich narratives in industry-standard screenplay format. Pipeline Position: diverse-content-gen → screenwriter → imagine → arch-v Key Capabilities: Convert raw ideas into structured scene-by-scene narratives Generate rich visual descrip...
65
13409 refactor tartinerlabs/skills
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
65
13410 claude-hook-writer secondsky/claude-skills
Claude Hook Writer Status : Production Ready Version : 2.0.0 (Optimized with progressive disclosure) Last Updated : 2025-12-17 Overview Expert guidance for writing secure, reliable, and performant Claude Code hooks. This skill validates design decisions, enforces best practices, and prevents common pitfalls. When to Use This Skill Designing a new Claude Code hook Reviewing existing hook code Debugging hook failures Optimizing slow hooks Securing hooks that handle sensitive data Publishing hooks ...
65
13411 nansen-pm-insider-scan nansen-ai/nansen-cli
PM Suspicious Wallet Scanner Answers: "Are there wallets with suspicious trading patterns in this Polymarket market?" 1. Find the resolved market nansen research prediction-market market-screener --query "<market name>" --status closed --limit 5 → market_id, question, volume, last_trade_price 2. Get top winners (positive PnL) — paginate if needed, keep per_page <= 10 MID = < market_id > nansen research prediction-market pnl-by-market --market-id $MID --limit 10 → address (proxy), owner_addre...
65
13412 cilium-expert martinholovsky/claude-skills-generator
Cilium eBPF Networking & Security Expert 1. Overview Risk Level: HIGH ⚠️🔴 Cluster-wide networking impact (CNI misconfiguration can break entire cluster) Security policy errors (accidentally block critical traffic or allow unauthorized access) Service mesh failures (break mTLS, observability, load balancing) Network performance degradation (inefficient policies, resource exhaustion) Data plane disruption (eBPF program failures, kernel compatibility issues) You are an elite Cilium networking an...
65
13413 best-minds brucexo/skills-collection
Best Minds "Don't think of LLMs as entities but as simulators." — Andrej Karpathy 核心 不要问 AI "你怎么看"。 要问:这个问题,世界上谁最懂?TA 会怎么说? 然后模拟那个人。 原则 问题决定人数 — 一个人够就一个,需要碰撞才多个 找真正最懂的 — 不是找"合适的",是找"最强的" 基于真实 — 模拟要基于 TA 公开的思想、著作、言论 引用原话 — 尽可能用 TA 说过的话 vs ai-coaches ai-coaches best-minds 从 13 个预设智者选 从全世界找 基于关键词匹配 基于问题本质
65
13414 github-trending wwwzhouhui/skills_collection
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
65
13415 dispatching parallel agents bobmatnyc/claude-mpm-skills
Dispatching Parallel Agents Overview When multiple unrelated failures occur (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel. Core principle: Dispatch one agent per independent problem domain. Let them work concurrently. When to Use This Skill Activate this skill when facing: 3+ test files failing with different root causes Multiple subsystems broken independently Each problem i...
65
13416 context7 trancong12102/agentskills
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
65
13417 groove-work-compound andreadellacorte/groove
groove-work-compound Scope "This conversation" means the full chat thread (all messages in the same chat where the user invoked compound). Lessons and compound actions come from work done or decided anywhere in that thread. In scope: Work done earlier in the same chat: other skill runs (e.g. /ppp-weekly-report, /groove-work-plan), file or bean edits, decisions, review or planning discussion. Any bean or work item the user or the thread refers to as part of the workflow (e.g. the epic or task thi...
65
13418 postgresql-optimization sickn33/antigravity-awesome-skills
PostgreSQL Development Assistant Expert PostgreSQL guidance for ${selection} (or entire project if no selection). Focus on PostgreSQL-specific features, optimization patterns, and advanced capabilities. � PostgreSQL-Specific Features JSONB Operations -- Advanced JSONB queries CREATE TABLE events ( id SERIAL PRIMARY KEY , data JSONB NOT NULL , created_at TIMESTAMPTZ DEFAULT NOW ( ) ) ; -- GIN index for JSONB performance CREATE INDEX idx_events_data_gin ON events USING gin ( data ) ; -- JSONB cont...
65
13419 ai-ml sickn33/antigravity-awesome-skills
AI/ML Workflow Bundle Overview Comprehensive AI/ML workflow for building LLM applications, implementing RAG systems, creating AI agents, and developing machine learning pipelines. This bundle orchestrates skills for production AI development. When to Use This Workflow Use this workflow when: Building LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Creating AI agents Developing ML pipelines Adding AI features to applications Setting up AI observability Workflow Phases P...
65
13420 commit vinta/hal-9000
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
65
13421 axiom-lldb charleswiltgen/axiom
LLDB Debugging Interactive debugging with LLDB. The debugger freezes time so you can interrogate your running app — inspect variables, evaluate expressions, navigate threads, and understand exactly why something went wrong. Core insight: "LLDB is useless" really means "I don't know which command to use for Swift types." This is a knowledge-gap problem, not a tool problem. Red Flags — Check This Skill When Symptom This Skill Applies Need to inspect a variable at runtime Yes — breakpoint + inspect...
65
13422 frontend-expert oimiragieo/agent-studio
Frontend Expert frontend development rules When reviewing or writing code, apply these guidelines: Frontend Development Offer suggestions for improving the HTMX-based frontend Assist with responsive design and user experience enhancements Help with client-side performance optimization Project-Specific Notes: The frontend uses HTMX for simplicity. Suggest improvements while maintaining this approach. frontend performance optimization When reviewing or writing code, apply these guidelines: Favor s...
65
13423 package-architect shipshitdev/library
Package Architect You design reusable TypeScript packages in monorepos (Bun, pnpm, or npm workspaces). When to Use Creating new packages or restructuring monorepo packages Defining package.json exports Setting up tsconfig references Core Principles Single responsibility per package. Stable public APIs with clear exports. Avoid inline interfaces; centralize types. Keep build outputs separated from sources. Package Structure (Example) packages/ utils/ src/ package.json tsconfig.jso...
65
13424 browser-use shawnpana/browser-use
Browser Automation with browser-use CLI The browser-use command provides fast, persistent browser automation. It maintains browser sessions across commands, enabling complex multi-step workflows. Prerequisites Before using this skill, browser-use must be installed and configured. Run diagnostics to verify: browser-use doctor For more information, see https://github.com/browser-use/browser-use/blob/main/browser_use/skill_cli/README.md Core Workflow Navigate : browser-use open <url> - Opens URL (s...
65
13425 tailscale proompteng/lab
Tailscale Network Management Trigger Keywords: tailscale, tailnet, wireguard vpn, mesh vpn, tailscale ssh, exit node, subnet router, tailscale acl, magicDNS, tailscale serve, tailscale funnel What is Tailscale? A mesh VPN service built on WireGuard that creates secure, encrypted peer-to-peer connections between devices without complex configuration. Unlike traditional VPNs with central gateways, Tailscale creates direct connections between devices (or uses relay servers when needed). Key Bene...
65
13426 slime-rl-training davila7/claude-code-templates
slime is an LLM post-training framework from Tsinghua's THUDM team, powering GLM-4.5, GLM-4.6, and GLM-4.7. It connects Megatron-LM for training with SGLang for high-throughput rollout generation. When to Use slime Choose slime when you need: - Megatron-LM native training with SGLang inference - Custom data generation workflows with flexible data buffers - Training GLM, Qwen3, DeepSeek V3, or Llama 3 models - Research-grade framework with production backing (Z.ai) Consider alternatives w...
65
13427 prompt-enhancer sammcj/agentic-coding
Expert Prompt Enhancer Transform prompts written by non-specialists into the form a domain expert would use to make the same request. The intent is to give people the benefits of expert framing without requiring them to learn domain-specific language or problem structuring. Why This Matters Research demonstrates that AI output quality correlates strongly with input sophistication. AI systems exhibit "parahuman" psychology - they respond to expertise signals, authority framing, and precise proble...
65
13428 cloud-aliyun-oss teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
65
13429 latex-setup terrylica/cc-skills
When to use this skill: - Installing LaTeX on a new machine - Setting up MacTeX distribution - Configuring Skim PDF viewer with SyncTeX - Verifying LaTeX installation - Troubleshooting missing packages Recommended Stack | MacTeX 2025 | Full LaTeX distribution (TeX Live 2025) | ✅ Recommended | Skim 1.7.11 | PDF viewer with SyncTeX support | ✅ macOS only | TeXShop 5.57 | Integrated LaTeX IDE (optional) | ✅ Native macOS Quick Start Install MacTeX ``` brew install --cask mact...
65
13430 vercel-react-best-practices vercel-labs/vercel-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 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...
65
13431 fastapi-router-py sickn33/antigravity-awesome-skills
FastAPI Router Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes. Quick Start Copy the template from assets/template.py and replace placeholders: {{ResourceName}} → PascalCase name (e.g., Project ) {{resource_name}} → snake_case name (e.g., project ) {{resource_plural}} → plural form (e.g., projects ) Authentication Patterns Optional auth - returns None if not authenticated current_user : Optional [ User ] = Depends ( get_cu...
65
13432 gitnexus-cli abhigyanpatwari/gitnexus
GitNexus CLI Commands All commands work via npx — no global install required. Commands analyze — Build or refresh the index npx gitnexus analyze Run from the project root. This parses all source files, builds the knowledge graph, writes it to .gitnexus/ , and generates CLAUDE.md / AGENTS.md context files. Flag Effect --force Force full re-index even if up to date --embeddings Enable embedding generation for semantic search (off by default) When to run: First time in a project, after major code c...
65
13433 shell-expert laurigates/claude-plugins
Expert knowledge for shell scripting, command-line tools, and automation with focus on robust, portable, and efficient solutions. Core Expertise Command-Line Tool Mastery - Expert knowledge of modern CLI tools (jq, yq, fd, rg, etc.) - JSON/YAML processing and transformation - File searching and text manipulation - System automation and orchestration Shell Scripting Excellence - POSIX-compliant shell scripting for maximum portability - Bash-specific features and best practices - Error ...
65
13434 ai-engineer-expert personamanagmentlayer/pcl
AI Engineer Expert Expert guidance for implementing AI systems, LLM integration, prompt engineering, and deploying production AI applications. Core Concepts AI Engineering LLM integration and orchestration Prompt engineering and optimization RAG (Retrieval-Augmented Generation) Vector databases and embeddings Fine-tuning and adaptation AI agent systems Production AI Model deployment strategies API design for AI services Rate limiting and cost control Error handling and fallbacks Monitoring and...
65
13435 clickhouse-migrations posthog/posthog
ClickHouse Migrations Read posthog/clickhouse/migrations/AGENTS.md for comprehensive patterns, cluster setup, examples, and ingestion layer details. Quick reference Migration structure operations = [ run_sql_with_exceptions ( SQL_FUNCTION ( ) , node_roles = [ . . . ] , sharded = False , True for sharded tables is_alter_on_replicated_table = False True for ALTER on replicated tables ) , ] Node roles (choose based on table type) [NodeRole.DATA] : Sharded tables (data nodes only) [NodeRole.DATA, ...
65
13436 copywriting alexwelcing/copy
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing 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. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
65
13437 zoom-automation sickn33/antigravity-awesome-skills
Zoom Automation via Rube MCP Automate Zoom operations including meeting scheduling, webinar management, cloud recording retrieval, participant tracking, and usage reporting through Composio's Zoom toolkit. Toolkit docs : composio.dev/toolkits/zoom Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zoom connection via RUBE_MANAGE_CONNECTIONS with toolkit zoom Always call RUBE_SEARCH_TOOLS first to get current tool schemas Most features require a paid Zoom account (Pro p...
65
13438 notion-sdk terrylica/cc-skills
Control Notion programmatically using the official `notion-client` Python SDK (v2.6.0+). Preflight: Token Collection Before any Notion API operation, collect the integration token: ``` AskUserQuestion(questions=[{ "question": "Please provide your Notion Integration Token (starts with ntn_ or secret_)", "header": "Notion Token", "options": [ {"label": "I have a token ready", "description": "Token from notion.so/my-integrations"}, {"label": "Need to create one", "de...
65
13439 skill-hunter zenobi-us/dotfiles
Use when: You need to discover existing skills from GitHub repositories that use AI agent frameworks (pi, cursor, opencode, etc.) - searches across multiple agent directories to find reusable skill patterns, implementations, and best practices. Core Capability Search GitHub for skills in AI agent repositories using path-based search to discover: - Skill implementations from other projects - Common patterns and approaches - Reusable skill definitions - Best practices from the community P...
65
13440 nuxt-best-practices vinayakkulkarni/vue-nuxt-best-practices
Comprehensive performance optimization guide for Nuxt 3/4 applications. Contains 40+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing new Nuxt pages, components, or composables - Implementing data fetching (useFetch, useAsyncData) - Creating server routes and API endpoints - Organizing types, composables, and auto-imports - Working with Nuxt modules and plugins - Configuring rend...
65
13441 edge-candidate-agent tradermonty/claude-trading-skills
Edge Candidate Agent Overview Convert daily market observations into reproducible research tickets and Phase I-compatible candidate specs. Prioritize signal quality and interface compatibility over aggressive strategy proliferation. This skill can run end-to-end standalone, but in the split workflow it primarily serves the final export/validation stage. When to Use Convert market observations, anomalies, or hypotheses into structured research tickets. Run daily auto-detection to discover new edg...
65
13442 requesting-code-review izyanrajwani/agent-skills-library
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
65
13443 agent-trading-predictor ruvnet/claude-flow
name: trading-predictor description: Advanced financial trading agent that leverages temporal advantage calculations to predict and execute trades before market data arrives. Specializes in using sublinear algorithms for real-time market analysis, risk assessment, and high-frequency trading strategies with computational lead advantages. color: green You are a Trading Predictor Agent, a cutting-edge financial AI that exploits temporal computational advantages to predict market movements and execu...
65
13444 color-palette-extractor onewave-ai/claude-skills
Color Palette Extractor Extract and generate color palettes from images, websites, and designs. Instructions When a user needs to extract colors from a source: Identify Source Type: Image file (PNG, JPG, SVG) Website URL Screenshot Design mockup Existing color code to build palette from Extract Colors: From Image: Analyze pixel data Identify dominant colors Group similar shades Calculate color frequency Sort by prominence From Website: Fetch and parse CSS Extract color values from styl...
65
13445 chaos-engineer 404kidwiz/claude-supercode-skills
Chaos Engineer Senior chaos engineer with deep expertise in controlled failure injection, resilience testing, and building systems that get stronger under stress. Role Definition You are a senior chaos engineer with 10+ years of experience in reliability engineering and resilience testing. You specialize in designing and executing controlled chaos experiments, managing blast radius, and building organizational resilience through scientific experimentation and continuous learning from controll...
65
13446 groove-utilities-task-list andreadellacorte/groove
groove-utilities-task-list Outcome A consolidated view of active, ready tasks from the configured backend is displayed to the user. Blocked and in-progress tasks are clearly distinguished. Output is suitable for daily start context. Acceptance Criteria Tasks are shown grouped by status (in-progress, ready/todo, blocked) Blocked tasks show what they are waiting on In-progress tasks are listed first Output is concise enough to scan at a glance Constraints Read .groove/index.md frontmatter to deter...
65
13447 realistic-ugc-video dennisonbertram/claude-media-skills
Realistic UGC Video Production Create long-form AI videos that look and sound authentically human. This skill orchestrates a multi-step workflow using Nano Banana for realistic base images and Kling AI for video generation, with specific techniques to avoid the "AI look". Why Videos Look AI (And How to Fix It) Problem Solution Too perfect/clean skin Add imperfections: micro-pores, natural oils, fine lines Studio lighting Use available/natural light, mixed color temps Character too still Add micr...
65
13448 fullstack-debugger erichowens/some_claude_skills
Fullstack Debugger Expert debugger for modern web stacks: Next.js 15, Cloudflare Workers, Supabase, and edge deployments. Systematic, evidence-based troubleshooting. Activation Triggers Activate on: "debug", "not working", "broken", "error", "500 error", "401", "403", "cache issue", "CORS error", "RLS policy", "auth not working", "blank page", "hydration error", "build failed", "worker not responding" NOT for: Feature development → language skills | Architecture → system-architect | Performa...
65
13449 wrike-automation sickn33/antigravity-awesome-skills
Wrike Automation via Rube MCP Automate Wrike project management operations through Composio's Wrike toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/wrike Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Wrike connection via RUBE_MANAGE_CONNECTIONS with toolkit wrike Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the en...
65
13450 groove-utilities-memory-log-monthly andreadellacorte/groove
groove-utilities-memory-log-monthly Outcome <memory>/monthly/YYYY-MM.md is created or updated with a roll-up of the month's daily files. Sections cover themes, key outcomes, and learnings at monthly scope. Acceptance Criteria File exists at <memory>/monthly/YYYY-MM.md after command completes Themes section identifies major recurring topics from the month Key outcomes section lists significant completions and milestones Learnings section synthesises patterns and insights across the month Content ...
65