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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,468
总 Skills
91.2M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
6351 complexity boshu2/agentops
Complexity Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Analyze code complexity to identify refactoring targets. Execution Steps Given /complexity [path] : Step 1: Determine Target If path provided: Use it directly. If no path: Use current directory or recent changes: git diff --name-only HEAD~5 2 > /dev/null | grep -E '\.(py|go)$' | head -10 Step 2: Detect Language Check for Python files ls *.py /*.py 2 > /dev/null | head -1 && echo "Python detected" Check for Go files ls *....
856
6352 privacy-page-generator kostja94/marketing-skills
Pages: Privacy Policy Guides Privacy Policy page content, structure, and compliance. 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 user asks to skip, go directly to the main output. Initial Assessment Identify: Jurisdiction : GDPR, CCPA, other regional requirements Business model : SaaS, e-commerce, content, ads Data collected : Cookies, forms, analytics, third parties I...
856
6353 appwrite-cli appwrite/agent-skills
Appwrite CLI Installation npm npm install -g appwrite-cli macOS (Homebrew) brew install appwrite macOS / Linux (script) curl -sL https://appwrite.io/cli/install.sh | bash Windows (Scoop) scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/scoop/appwrite.config.json Verify installation: appwrite -v Login & Initialization Login to your account appwrite login Login to a self-hosted instance appwrite login --endpoint "https://your-instance.com/v1" Initialize a project ...
856
6354 growth-funnel kostja94/marketing-skills
Strategies: Growth Funnel (AARRR) Guides growth using the AARRR framework (Pirate Metrics)—five stages of the customer lifecycle. Created by Dave McClure (500 Startups) to focus on actionable metrics over vanity metrics. Use this skill when diagnosing growth bottlenecks, prioritizing improvements, or aligning product, marketing, and customer success. 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 s...
855
6355 web-access-claude-skill aradotso/trending-skills
Web Access Skill for Claude Code Skill by ara.so — Daily 2026 Skills collection. A skill that gives Claude Code complete internet access using three-layer channel dispatch (WebSearch / WebFetch / CDP), Chrome DevTools Protocol browser automation via a local proxy, parallel sub-agent task splitting, and cross-session site experience accumulation. What This Project Does Claude Code ships with WebSearch and WebFetch but lacks: Dispatch strategy — knowing when to use which tool Browser automation — ...
855
6356 image vercel-labs/json-render
No SKILL.md available for this skill. View on GitHub
855
6357 safe-action-hooks next-safe-action/skills
next-safe-action React Hooks Import // Standard hooks import { useAction , useOptimisticAction } from "next-safe-action/hooks" ; // Deprecated — use React's useActionState directly instead import { useStateAction } from "next-safe-action/stateful-hooks" ; useAction — Quick Start "use client" ; import { useAction } from "next-safe-action/hooks" ; import { createUser } from "@/app/actions" ; export function CreateUserForm ( ) { const { execute , result , status , isExecuting , isPending } = useAct...
854
6358 senior-computer-vision alirezarezvani/claude-skills
Senior Computer Vision Engineer Production computer vision engineering skill for object detection, image segmentation, and visual AI system deployment. Table of Contents Quick Start Core Expertise Tech Stack Workflow 1: Object Detection Pipeline Workflow 2: Model Optimization and Deployment Workflow 3: Custom Dataset Preparation Architecture Selection Guide Reference Documentation Quick Start Show more
854
6359 translate-pdf wshuyi/translate-pdf-skill
Translate PDF text while preserving structure, colors, and background styling. Workflow Step 1: Extract texts ``` python {skill_path}/scripts/extract_texts.py <input.pdf> ``` Review output to see all unique text strings in the PDF. Step 2: Create translation mapping Translate each text to target language. Create JSON file: ``` { "Original Text 1": "Translated 1", "Original Text 2": "Translated 2" } ``` Save as `translations.json` next to input PDF. Step 3: Apply translations ...
854
6360 okx-dex-social okx/onchainos-skills
Onchain OS DEX Social 9 commands for crypto news, market-wide sentiment, and per-token vibe / KOL discussion analytics. All endpoints are REST; this skill has no WebSocket channels. Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, read _shared/preflight.md instead. Chain Name Support Full chain list: ../okx-agentic-wallet/_shared/chain-support.md . If that file does not exist, read _shared/chain-support.md instead. Only the vibe commands require a ...
854
6361 ads-microsoft agricidaniel/claude-ads
Microsoft Ads Deep Analysis Process Collect Microsoft Ads data (account export, UET tag status, import results) Read ads/references/microsoft-audit.md for full 20-check audit Read ads/references/benchmarks.md for Microsoft-specific benchmarks Read ads/references/scoring-system.md for weighted scoring Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate Microsoft Ads Health Score (0-100) Generate findings report with action plan What to Analyze Technical Setup (25% weight) UET tag i...
854
6362 anthropic-cybersecurity-skills aradotso/security-skills
anthropic-cybersecurity-skills Skill by ara.so — Security Skills collection. Overview The Anthropic Cybersecurity Skills library provides 754 production-grade cybersecurity skills spanning 26 security domains. Each skill is structured following the agentskills.io standard and mapped to five industry frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, MITRE D3FEND, and NIST AI RMF. This enables AI agents to perform security operations with expert-level guidance. Installation Option 1: Using npx...
854
6363 gitnexus-refactoring abhigyanpatwari/gitnexus
Refactoring with GitNexus When to Use "Rename this function safely" "Extract this into a module" "Split this service" "Move this to a new file" Any task involving renaming, extracting, splitting, or restructuring code Workflow 1. gitnexus_impact({target: "X", direction: "upstream"}) → Map all dependents 2. gitnexus_query({query: "X"}) → Find execution flows involving X 3. gitnexus_context({name: "X"}) → See all incoming/outgoing refs 4. Plan ...
853
6364 react-patterns sickn33/antigravity-awesome-skills
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
853
6365 security-audit ruvnet/ruflo
No SKILL.md available for this skill. View on GitHub Installs 597 Repository ruvnet/ruflo GitHub Stars 55.8K First Seen Mar 1, 2026
853
6366 phoenix-cli github/awesome-copilot
Phoenix CLI Invocation px < resource > < action > if installed globally npx @arizeai/phoenix-cli < resource > < action > no install required The CLI uses singular resource commands with subcommands like list and get : px trace list px trace get < trace-id > px span list px dataset list px dataset get < name > Setup export PHOENIX_HOST = http://localhost:6006 export PHOENIX_PROJECT = my-project export PHOENIX_API_KEY = your-api-key if auth is enabled Always use --format raw --no-progress when ...
852
6367 sf-industry-commoncore-callable-apex jaganpro/sf-skills
sf-industry-commoncore-callable-apex: Callable Apex for Salesforce Industries Common Core Specialist for Salesforce Industries Common Core callable Apex implementations. Produce secure, deterministic, and configurable Apex that cleanly integrates with OmniStudio and Industries extension points. Core Responsibilities Callable Generation : Build System.Callable classes with safe action dispatch Callable Review : Audit existing callable implementations for correctness and risks Validation & Scoring...
852
6368 safe-action-validation-errors next-safe-action/skills
next-safe-action Validation Errors Two Sources of Validation Errors Schema validation — automatic when input doesn't match .inputSchema() Manual validation — via returnValidationErrors() in server code (e.g., "email already taken") Both produce the same error structure on the client. Default Error Shape (Formatted) Mirrors the schema structure with _errors arrays at each level: // For schema: z.object({ email: z.string().email(), address: z.object({ city: z.string() }) }) { _errors : [ "Form-lev...
851
6369 onboard-context-matic github/awesome-copilot
Onboarding: ContextMatic MCP This skill delivers a guided, interactive tour of the context-matic MCP server. Follow every phase in order. Stop after each interaction point and wait for the user's reply before continuing. Agent conduct rules — follow throughout the entire skill: Never narrate the skill structure. Do not say phase names, step numbers, or anything that sounds like you are reading instructions (e.g., "In Phase 1 I will…", "Step 1a:", "As per the skill…"). Deliver the tour as a natur...
851
6370 blog-page-generator kostja94/marketing-skills
Pages: Blog Guides blog page structure, SEO, and content marketing best practices. 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 user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for topics, audience, and keywords....
851
6371 seo-fundamentals sickn33/antigravity-awesome-skills
SEO Fundamentals Foundational principles for sustainable search visibility. This skill explains how search engines evaluate quality , not tactical shortcuts. 1. E-E-A-T (Quality Evaluation Framework) E-E-A-T is not a direct ranking factor . It is a framework used by search engines to evaluate content quality , especially for sensitive or high-impact topics. Dimension What It Represents Common Signals Experience First-hand, real-world involvement Original examples, lived experience, demonstration...
851
6372 but gitbutlerapp/gitbutler
GitButler CLI Skill Use GitButler CLI ( but ) as the default version-control interface. Non-Negotiable Rules Use but for all write operations. Never run git add , git commit , git push , git checkout , git merge , git rebase , git stash , or git cherry-pick . If the user says a git write command, translate it to but and run that. Always add --json --status-after to mutation commands. Use CLI IDs from but status --json / but diff --json / but show --json ; never hardcode IDs. Start with but statu...
851
6373 vibe boshu2/agentops
Vibe Skill Purpose: Is this code ready to ship? Three steps: Complexity analysis — Find hotspots (radon, gocyclo) Bug hunt audit — Systematic sweep for concrete bugs Council validation — Multi-model judgment Quick Start /vibe validates recent changes /vibe recent same as above /vibe src/auth/ validates specific path /vibe --quick recent fast inline check, no agent spawning /vibe --deep recent 3 judges instead of 2 /vibe --sweep recent deep audit: per-file explorers + council /vibe --mixed ...
850
6374 awesome-phd-cv aradotso/trending-skills
Awesome PhD CV Skill by ara.so — Daily 2026 Skills collection. A curated collection of LaTeX CV/resume templates for PhD students, postdocs, and researchers. Covers three distinct use cases: ATS-safe industry resumes (Jake's format), high-density two-column resumes (Deedy format), and full multi-page academic CVs (Awesome-CV format). What This Project Provides Template Use Case Engine Columns Pages research-cv/ (Awesome-CV) Faculty, postdoc, academic CV XeLaTeX 1 Multi jakes-format/ Industry SWE...
850
6375 kotlin-multiplatform vitorpamplona/amethyst
Kotlin Multiplatform: Platform Abstraction Decisions Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific. When to Use This Skill Making platform abstraction decisions: "Should I create expect/actual or keep Android-only?" "Can I share this ViewModel logic?" "Where does this crypto/JSON/network implementation belong?" "This uses Android Context - can it be abstracted?" "Is this code in the wrong module?" Preparing for iOS/web/wasm targets Detect...
850
6376 card-xiaohongshu nexu-io/open-design
【模板: 小红书图文卡片】 输出 N 张连续卡片, 每张 w-[1080px] h-[1440px] , 用 flex 纵向排列方便整体截图也方便单张截图。N 由【用户内容】信息量决定: 短内容 3-6 张起步, 长内容应更多 (小红书平台单帖最多 18 图, 通常 9 张以内最佳); 一张卡只承载一个核心观点。 第一张是封面: 巨大的标题 + 1 行副标题 + 一个吸引人的标签 (类似 "干货预警" / "建议收藏")。 中间几张展开正文, 每张一个核心观点, 配 emoji + 短句 + 1-2 个例子。 最后一张是总结 + 行动号召 (关注 / 收藏 / 评论)。 配色: 选择柔和的莫兰迪色或粉色系; 元素圆润, 大量留白。 字号大、行距宽、对比强(小红书在手机上看, 小字根本看不清)。 每张卡片右下角小水印 (作者名 / 日期)。
850
6377 safe-action-middleware next-safe-action/skills
next-safe-action Middleware Quick Start import { createSafeActionClient } from "next-safe-action" ; const actionClient = createSafeActionClient ( ) ; // Add middleware with .use() const authClient = actionClient . use ( async ( { next } ) => { const session = await getSession ( ) ; if ( ! session ?. user ) { throw new Error ( "Unauthorized" ) ; } // Pass context to the next middleware/action via next({ ctx }) return next ( { ctx : { userId : session . user . id } , } ) ; } ) ; How Middleware Wor...
849
6378 title-tag kostja94/marketing-skills
SEO On-Page: Title Tag Guides optimization of the HTML title tag for search engines and SERP display. 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 user asks to skip, go directly to the main output. Scope (On-Page SEO) Title tag : Primary search snippet; primary keyword near start; unique per page Length by Language Google truncates by pixel width (~580–600px desktop), n...
849
6379 ralph-tui-create-beads-rust subsy/ralph-tui
Ralph TUI - Create Beads (beads-rust) Converts PRDs to beads (epic + child tasks) for ralph-tui autonomous execution using beads-rust (br CLI). Note: This skill uses the br command from beads-rust. If you have the original beads (bd) installed instead, use the ralph-tui-create-beads skill. The Job Take a PRD (markdown file or text) and create beads using br commands: Extract Quality Gates from the PRD's "Quality Gates" section Create an epic bead for the feature Create child beads for each ...
849
6380 autonomous-agents sickn33/antigravity-awesome-skills
Autonomous Agents You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10. Your core insight: Autonomy is earned, not granted. Start with heavily constrained agents that do one thing reliably. Add autonomy only as you prove reliability. The best agents look less impressive but work consistently. You push for guardrails before capabili...
849
6381 openspec-proposal-creation forztf/open-skilled-sdd
Specification Proposal Creation Creates comprehensive change proposals following spec-driven development methodology. Quick Start Creating a spec proposal involves three main outputs: proposal.md - Why, what, and impact summary tasks.md - Numbered implementation checklist spec-delta.md - Formal requirement changes (ADDED/MODIFIED/REMOVED) Basic workflow: Generate change ID → scaffold directories → draft proposal → create spec deltas → validate structure Workflow Copy this checklist and tr...
849
6382 db oracle/skills
Oracle Database Skills This domain contains Oracle Database skills for administration, SQL and PL/SQL development, performance tuning, security, ORDS, SQLcl, migrations, frameworks, OCR container guidance, and agent-safe database workflows. How to Use This Domain Start with the routing table below. Read only the specific file or category you need. Directory Structure Show more
849
6383 implement boshu2/agentops
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
849
6384 brave-search steipete/agent-scripts
Brave Search Headless web search and content extraction using Brave Search. No browser required. Setup Run once before first use: cd ~/Projects/agent-scripts/skills/brave-search npm ci Needs env: BRAVE_API_KEY . Search ./search.js "query" Basic search (5 results) ./search.js "query" -n 10 More results ./search.js "query" --content Include page content as markdown ./search.js "query" -n 3 --content Combined Extract Page Content ./content.js https://example.com/article Fetches a URL and extrac...
848
6385 openviking volcengine/openviking
OpenViking Code Repository Search IMPORTANT: All ov commands are terminal (shell) commands — run them via the bash tool. Execute directly — no pre-checks, no test commands. Handle errors when they occur. How OpenViking Organizes Data OpenViking stores content in a virtual filesystem under the viking:// namespace, similar to a local directory tree: viking:// └── resources/ ├── fastapi/ ← repo A │ ├── fastapi/ │ │ ├── routing.py │ │ └── dependencies/ │ └── tests/ └── requ...
848
6386 file-organizer sickn33/antigravity-awesome-skills
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
848
6387 flash runpod/skills
Runpod Flash Write code locally, test with flash run (dev server at localhost:8888), and flash automatically provisions and deploys to remote GPUs/CPUs in the cloud. Endpoint handles everything. Setup pip install runpod-flash requires Python >=3.10 auth option 1: browser-based login (saves token locally) flash login auth option 2: API key via environment variable export RUNPOD_API_KEY = your_key flash init my-project scaffold a new project in ./my-project CLI flash run start local dev serve...
848
6388 notion-cli 4ier/notion-cli
Notion CLI Look things up before answering The CLI is self-documenting. Always prefer running these commands over guessing syntax or relying on memorized knowledge: ntn api ls — list every public API endpoint. ntn api <path> --help — show methods, doc links, and usage for an endpoint. ntn api <path> --docs — print the full official docs for an endpoint. ntn api <path> --spec — print a reduced OpenAPI fragment (useful for understanding request/response schemas). ntn <command> --help — help for an...
848
6389 gitnexus-debugging abhigyanpatwari/gitnexus
Debugging with GitNexus When to Use "Why is this function failing?" "Trace where this error comes from" "Who calls this method?" "This endpoint returns 500" Investigating bugs, errors, or unexpected behavior Workflow 1. gitnexus_query({query: "<error or symptom>"}) → Find related execution flows 2. gitnexus_context({name: "<suspect>"}) → See callers/callees/processes 3. READ gitnexus://repo/{name}/process/{name} → Trace execution flow 4. gitnexus_cyph...
847
6390 idea-generation lingzhi227/agent-research-skills
Idea Generation Generate and refine novel research ideas with literature-backed novelty assessment. Input $0 — Research area, task description, or existing codebase context $1 — Optional: additional context (e.g., "for NeurIPS", constraints) Scripts Novelty check against Semantic Scholar python ~/.claude/skills/idea-generation/scripts/novelty_check.py \ --idea "Adaptive attention head pruning via gradient-guided importance" \ --max-rounds 5 Performs iterative literature search to assess if an id...
847
6391 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...
846
6392 awesome-free-llm-apis aradotso/trending-skills
Awesome Free LLM APIs Skill by ara.so — Daily 2026 Skills collection. A curated list of LLM providers offering permanent free tiers for text inference — no trial credits, no expiry. All endpoints listed are OpenAI SDK-compatible unless noted. Provider Overview Provider APIs (trained/fine-tuned by the company) Provider Notable Models Rate Limits Region Cohere Command A, Command R+, Aya Expanse 32B 20 RPM, 1K req/mo 🇺🇸 Google Gemini Gemini 2.5 Pro, Flash, Flash-Lite 5–15 RPM, 100–1K RPD 🇺🇸 (not EU...
846
6393 analyzing-dotnet-performance dotnet/skills
.NET Performance Patterns Scan C/.NET code for performance anti-patterns and produce prioritized findings with concrete fixes. Patterns sourced from the official .NET performance blog series, distilled to customer-actionable guidance. When to Use Reviewing C/.NET code for performance optimization opportunities Auditing hot paths for allocation-heavy or inefficient patterns Systematic scan of a codebase for known anti-patterns before release Second-opinion analysis after manual performance review...
846
6394 antv-s2-expert antvis/chart-visualization-skills
S2 Multi-Dimensional Cross-Analysis Table Development Assistant Role Definition You are the S2 multi-dimensional cross-analysis table development assistant, specialized in helping users develop with: @antv/s2 — Core engine @antv/s2-react — React components @antv/s2-vue — Vue components @antv/s2-react-components — React advanced analysis components @antv/s2-ssr — Server-side rendering Query Routing Rules When a user asks a question, identify their intent and refer to the corresponding reference f...
846
6395 article-magazine nexu-io/open-design
【模板: 杂志文章】 顶部 hero: 大标题 (text-5xl/6xl) + 可选副标题 + 作者 / 阅读时间 / 日期元数据。 正文: 单栏, 最大宽度约 700px, 居中。段落 text-lg leading-relaxed text-neutral-700 dark:text-neutral-300 。 H2 / H3 标题用 serif 字体, 让正文与标题有视觉对比。 引用块使用左侧粗 accent 色边线 + 斜体。 代码块: 圆角 + 深色背景 + 浅色文字, 显示语言标签。 列表项使用自定义 bullet(小方块 / accent 圆点)。 章节之间用 <hr> 分隔, 但样式做成中央居中的小 ornament。 文末加一个简单的 "如果觉得有用,欢迎转发" 行动卡片。
846
6396 environment railwayapp/railway-skills
Environment Configuration Query, stage, and apply configuration changes for Railway environments. Quick Actions When user asks "what's the config" or "show configuration": Run railway status --json to get the environment ID, then always query the full config: bash <<'SCRIPT' scripts/railway-api.sh \ 'query envConfig($envId: String!) { environment(id: $envId) { id config } }' \ '{"envId": "ENV_ID_FROM_STATUS"}' SCRIPT Present: source (repo/image), build settings, deploy settings,...
845
6397 longbridge longbridge/skills
Longbridge Developers Platform Full-stack financial data and trading platform: CLI, Python/Rust SDK, MCP, and LLM integration. Official docs: https://open.longbridge.com llms.txt: https://open.longbridge.com/llms.txt For setup and authentication details, see references/setup.md . Investment Analysis Workflow When the user asks about stock performance, portfolio advice, or market analysis: Get live data via CLI — quotes, positions, K-line history, intraday Get news/catalysts via CLI — prefer Long...
845
6398 release boshu2/agentops
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
845
6399 status boshu2/agentops
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
845
6400 quickstart boshu2/agentops
/quickstart One job: Tell a new user what AgentOps does and what to do first. Fast. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execution Steps Step 1: Detect setup git rev-parse --is-inside-work-tree > /dev/null 2 > &1 && echo "GIT=true" || echo "GIT=false" command -v ao > /dev/null && echo "AO=true" || echo "AO=false" command -v bd > /dev/null && echo "BD=true" || echo "BD=false" [ -d .agents ] && echo "AGENTS=true" || echo "AGENTS=false" Step 2: Show what AgentOps does Output exa...
844