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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,599
总 Skills
166.1M
总安装量
2,749
贡献者
# Skill 仓库 描述 安装量
6851 sent-profile-provisioning sentdm/sent-plugin
Sent Profile Provisioning This skill is the execution counterpart to profile architecture: once the tenancy boundary is decided, it drives the API calls, the completion callback, the campaign registration, and the user administration that make a profile able to send. Design the boundary with sender-profile-architect first; provision it here. Provisioning sequence Confirm the credential. POST /v3/profiles requires an organization key with admin . Profile-scoped keys cannot create profiles, and a ...
1.8K
6852 sent-two-way-messaging sentdm/sent-plugin
Sent Two-Way Messaging Inbound messaging on Sent has one governing rule: consent is enforced by the platform before the application sees the event. An inbound STOP has already flipped the contact's opt_out flag by the time message.received arrives. The application's job is to record it, reflect it in its own UI, and never attempt to send around it. Keyword handling Ten keywords ship as defaults: Action Keywords Opt out STOP , CANCEL , UNSUBSCRIBE , QUIT , END Opt in START , UNSTOP , SUBSCRIBE He...
1.8K
6853 sent-routing-strategist sentdm/sent-plugin
Sent Routing Strategist Routing is where the most expensive Sent misconceptions live. Two facts govern almost every decision: The channel array is a broadcast list, not a preference order. ["whatsapp", "sms"] with two recipients creates four messages and four charges. There is no fallback field and no ordered-preference syntax. Automatic routing is the fallback mechanism. Omit channel , or send ["sent"] , and the platform selects a route, then reroutes across up to three distinct channel-and-pro...
1.8K
6854 alan-plan supatest-ai/alan-skills
Plan Creation You are creating an implementation plan. Your job is to analyze the problem and produce a clear, actionable plan in markdown. How to plan Analyze — Read the task description and any linked context. Explore the codebase to understand architecture, dependencies, constraints, and risks. Use Read, Grep, Glob freely. Do NOT write or modify any files. If this is a revision request (the user references feedback on an existing plan, or mentions a plan artifact), first fetch the existing pl...
1.8K
6855 alan-review-pr supatest-ai/alan-skills
MANDATORY: Use Alan MCP Tools The Alan MCP server provides GitHub tools that are ALREADY in your tool list. They work exactly like Read, Bash, Edit — you call them as tool invocations. They are named with the prefix mcp__alan__github_ . Authentication is handled automatically by the MCP server. You do NOT need GitHub tokens, gh CLI auth, SSH keys, .netrc files, environment variables, or any credentials. The tools work immediately with zero setup. NEVER do any of the following for GitHub API acce...
1.8K
6856 alan-test-feature supatest-ai/alan-skills
Task: Test Feature & Generate Demo Report Analyze the current branch's changes, scope the coverage level with the user, build an explicit testing strategy, start the app's dev server, test the feature in a real browser using agent-browser , capture screenshots and video ( always — no exceptions ), upload everything to S3, and generate a structured test report ( always — never skip ). Phase 0: Environment Setup 1. Get artifact context IDs Use the active task context when it is present in the prom...
1.8K
6857 clone-website julianromli/ai-skills
Clone Website Skill Transform any website into production-ready Next.js 16 code using Firecrawl MCP. Workflow Execute these 3 phases in order. Never skip Phase 2. Phase 1: Scrape Extract URL from user request Identify section filter if specified (e.g., "hero only", "just the pricing") Scrape using Firecrawl: firecrawl-mcp___firecrawl_scrape: url: [TARGET_URL] formats: ["markdown", "html"] onlyMainContent: true If scrape fails, fallback to firecrawl-mcp___firecrawl_crawl Phase 2: Analy...
1.8K
6858 asc-metrics eronred/aso-skills
ASC Metrics You analyze the user's official App Store Connect data synced into Appeeky — exact downloads, revenue, IAP, subscriptions, and trials. This is first-party data, not estimates. Prerequisites Appeeky account with ASC connected (Settings → Integrations → App Store Connect) Indie plan or higher (2 credits per request) Data syncs nightly; up to 90 days of history available If ASC is not connected, prompt the user to connect it at appeeky.com/settings and return. Initial Assessment Check f...
1.8K
6859 fix-merge-conflicts cursor/plugins
Fix merge conflicts Trigger Branch has unresolved merge conflicts and needs a reliable path to a buildable state. Workflow Detect all conflicting files from git status and conflict markers. Resolve each conflict with minimal, correctness-first edits. Prefer preserving both sides when safe. Otherwise, choose the variant that compiles and keeps public behavior stable. Regenerate lockfiles with package manager tools instead of hand-editing. Run compile, lint, and relevant tests. Stage resolved file...
1.8K
6860 woocommerce-backend-dev woocommerce/woocommerce
No SKILL.md available for this skill. View on GitHub
1.8K
6861 citation-management lingzhi227/agent-research-skills
Citation Management Manage the full lifecycle of citations in a LaTeX paper. Input $0 — Action: harvest , validate , add , format $1 — Path to .tex or .bib file Scripts Validate citations (check all cite keys resolve) python ~/.claude/skills/citation-management/scripts/validate_citations.py \ --tex paper/main.tex --bib paper/references.bib --check-figures --figures-dir paper/figures/ Reports: missing citations, unused bib entries, duplicate keys, duplicate sections, duplicate labels, undefined r...
1.8K
6862 video-motion-graphics dylantarre/animation-principles
Video Motion Graphics Apply Disney's 12 animation principles to After Effects, Premiere Pro, and video motion design. Quick Reference Principle Motion Graphics Implementation Squash & Stretch Overshoot expressions, elastic motion Anticipation Pre-movement, wind-up keyframes Staging Composition, depth, focus pulls Straight Ahead / Pose to Pose Frame-by-frame vs keyframe animation Follow Through / Overlapping Delayed layers, expression lag Slow In / Slow Out Graph editor curves, easing Arc Motio...
1.8K
6863 skill-review sanyuan0704/sanyuan-skills
Skill Review IRON LAW: Be specific and actionable. Never say "could be improved" without stating exactly what to change and why it matters for model output quality. Workflow Skill Review Progress: Show more Installs 527 Repository sanyuan0704/san…n-skills GitHub Stars 3.7K First Seen May 11, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.8K
6864 qwenchance thananon/9arm-skills
Staying on Track Long, multi-step work fails three ways: looping , over-thinking , and running out of context . Run the checklist below before each step . When a trigger fires, do the matching action — don't deliberate about it. Before each step — run this Check Trigger fires when... Do this Looping? You're about to repeat an action (see signals below) Break the loop — pick one fix below Over-thinking? You've reasoned past ~1000 words without acting Stop. Act on your current best decision, or as...
1.8K
6865 design-mcp-workflow anthropics/knowledge-work-plugins
Design MCP Workflow Use this skill when the user wants Claude or another MCP-capable client to interact with Zoom via tool calls instead of only deterministic API code. Covers MCP fit assessment REST API vs MCP boundaries Hybrid architectures Connector expectations Whiteboard-specific MCP routing Workflow Decide whether the problem is agentic tooling, deterministic automation, or both. Route MCP-only tasks to zoom-mcp . Route hybrid tasks to both zoom-mcp and rest-api . If Whiteboard is central,...
1.8K
6866 gtm-product-led-growth github/awesome-copilot
Product-Led Growth Build self-serve acquisition and expansion motions. But first, figure out if PLG is even the right motion for your product. When to Use Triggers: "Should we build PLG or sales-led?" "How do we drive self-serve adoption?" "Freemium to paid conversion isn't working" "Developer-led adoption strategy" "Which growth channels should we invest in?" "How do I know if PLG will work?" Context: Developer tools and platforms B2B SaaS with self-serve potential Products where value is obvio...
1.8K
6867 p9 tanweai/pua
PUA P9 管理者 — 写 Prompt 不写代码 懂战略、搭班子、做导演。管 P8 不管 P7。你的代码是 Prompt。 详细协议见 references/p9-protocol.md 。加载后按协议执行。 Agent Team 架构详见 references/agent-team.md 。 核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。
1.8K
6868 pnpm onmax/nuxt-skills
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
1.8K
6869 in-app-events eronred/aso-skills
In-App Events You help the user plan, write, and optimize App Store In-App Events — event cards that surface in search, the Today tab, and the product page, driving installs and re-engagement without paid media. What In-App Events Are In-App Events are time-limited content cards on the App Store. They appear: Today tab (editorial + algorithmic) Search results (alongside app results) Your product page Personalized recommendations (for lapsed users) Key advantage: Existing users who haven't opened...
1.8K
6870 zoom-mcp anthropics/knowledge-work-plugins
Zoom MCP Guidance for the bundled Zoom MCP connector in this Claude plugin. Prefer design-mcp-workflow or setup-zoom-mcp first, then route here for tool-surface details, auth expectations, and MCP-specific constraints. Zoom MCP Server This plugin bundles Zoom's hosted MCP server at mcp-us.zoom.us for AI-agent access to: semantic meeting search meeting-linked asset retrieval recording resource retrieval Zoom Docs are exposed through a separate bundled server: zoom-docs-mcp at mcp.zoom.us purpose-...
1.8K
6871 computer-automation web-infra-dev/midscene-skills
Desktop Computer Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
1.8K
6872 fusion-code-conventions equinor/fusion-skills
Code Conventions When to use Use this skill whenever code needs to be reviewed, written, or explained against project conventions. It applies at two layers: Language conventions — naming, file naming patterns, type system, TSDoc and XML doc standards, code structure, error handling, async patterns, and dead code policy. Each language has a dedicated agent and an authoritative reference document. Cross-cutting conventions — applied on every code review regardless of language: intent capture (ever...
1.8K
6873 startup-analysis himself65/finance-skills
Startup Analysis Produces a multi-perspective analysis of a startup, examining it through three lenses that each reveal different aspects of company health and potential: VC Investor Lens — Is this a good investment? Market size, unit economics, growth trajectory, team quality, defensibility Job Applicant Lens — Should I work here? Equity value, runway risk, culture signals, career growth, compensation fairness CEO/Founder Lens — How healthy is this company? Product-market fit, burn efficiency, ...
1.8K
6874 edgeone aahl/skills
EdgeOne Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required. Deploy HTML HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed. npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = "<html>Content</html>" npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = " $( cat index.html ) "
1.8K
6875 impeccable-design-polish nexu-io/open-design
Impeccable Design Polish Use this skill as the post-generation pass for an existing design. It should not restart the project from scratch; it should make the current artifact sharper, more usable, and closer to something a designer would ship. Follow-Up Modes Audit : identify the highest-impact issues in hierarchy, spacing, color, type, interaction states, responsiveness, and accessibility. Critique : explain what feels generic, overdesigned, underdesigned, or inconsistent. Polish : directly ed...
1.8K
6876 threejs-3d-generator majidmanzarpour/threejs-game-skills
Three.js 3D Generator Purpose Create production-oriented 3D assets, then prepare them for Three.js games. This is the Three.js game system's 3D-generation layer; it uses Tripo as the provider for text-to-3D, image-to-3D, texturing, rigging, retargeting, stylization, conversion, and downloadable GLB/FBX outputs. Resolve <this-skill-dir> in the commands below in this order: ~/.claude/skills/threejs-3d-generator , ~/.codex/skills/threejs-3d-generator , ~/.agents/skills/threejs-3d-generator , or rep...
1.8K
6877 portable-text-conversion sanity-io/agent-toolkit
Portable Text Conversion Convert external content (HTML, Markdown) into Portable Text for Sanity. Three main approaches: markdownToPortableText — Convert Markdown directly using @portabletext/markdown (recommended for Markdown) htmlToBlocks — Parse HTML into PT blocks using @portabletext/block-tools (for HTML migration) Manual construction — Build PT blocks directly from any source (APIs, databases, etc.) Portable Text Specification Understand the target format before converting. PT is an array ...
1.8K
6878 macro-regime-detector tradermonty/claude-trading-skills
Macro Regime Detector Detect structural macro regime transitions using monthly-frequency cross-asset ratio analysis. This skill identifies 1-2 year regime shifts that inform strategic portfolio positioning. When to Use User asks about current macro regime or regime transitions User wants to understand structural market rotations (concentration vs broadening) User asks about long-term positioning based on yield curve, credit, or cross-asset signals User references RSP/SPY ratio, IWM/SPY, HYG/LQD,...
1.8K
6879 find-exposed-servers useosint/skills
Find exposed servers Internet-wide scanners already scanned your target. Querying their results is passive — you never send a packet to the target, so nothing appears in their logs and nothing is attributable to you. The cost is that every result is a claim about a moment in the past, and the beginner's mistake is reading a banner as the current state of a live host. Which platform first You hold Reach for Why An IP Shodan host lookup, or the free InternetDB endpoint One request gives ports, hos...
1.8K
6880 dig-through-data-brokers useosint/skills
Dig through data brokers People-search sites resell a blend of public records, marketing data, and self-reported data. They are fast, cheap lead generators and terrible evidence. The one rule that matters: a broker record is a lead, never a fact. Confirm every field you intend to use against the primary source the broker got it from — and if you cannot identify that primary source, do not use the field. What these services actually are Three input streams, blended and sold: Show more Installs 87...
1.8K
6881 earth2studio-deterministic-forecast nvidia/skills
Earth2Studio Deterministic Forecast Skill Guide users through building deterministic (single-member) weather forecast inference scripts using earth2studio.run.deterministic . Prerequisites Earth2Studio installed with CUDA-capable GPU Python 3.10+, network access for model weights and data Live Doc References Fetch relevant docs to verify current APIs before recommending components: Show more Installs 541 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent...
1.8K
6882 earth2studio-discover nvidia/skills
Earth2Studio Discoverability Skill Purpose Help users identify the right Earth2Studio models, data sources, and examples for their weather/climate task. Use when: comparing models by GPU/VRAM requirements, choosing forecast class (nowcast, medium-range, seasonal), finding compatible data sources via lexicons, or locating gallery examples for downscaling, ensemble generation, or data assimilation. Prerequisites Internet access to fetch live documentation pages from nvidia.github.io Familiarity wi...
1.8K
6883 earth2studio-data-fetch nvidia/skills
Earth2Studio Data Fetch Skill Purpose Guide a user through downloading weather/climate data via Earth2Studio data source APIs. Identifies compatible sources by checking the lexicon, verifies variable support, and produces a working fetch script outputting an xarray DataArray. Prerequisites Earth2Studio installed ( uv pip install earth2studio or equivalent) Network access to remote data stores (GCS, S3, CDS API, etc.) For CDS-based sources: valid CDS API key configured ( ~/.cdsapirc ) Python 3.10...
1.8K
6884 vss-generate-video-report nvidia/skills
Report Generate a video analysis report by routing to one of two backends — never via POST /generate on the VSS agent. Mode Backend A. Video clip /vss-manage-video-io-storage → clip URL → VLM chat/completions B. Incident range /vss-query-analytics → incident list → narrative report If the request is ambiguous (e.g. "report on <sensor> " with no time range and no incident wording), default to Mode A . Ask only if the user mentions both a sensor and a time range. See Examples below for the request...
1.8K
6885 nemo-mbridge-recipe-recommender nvidia/skills
Auto Recipe — Recipe Index & Recommendation This skill indexes every shipped recipe and helps users pick the right starting config, adjust parallelism, and avoid common pitfalls. How to Use This Skill Ask the user for: model name/size , GPU count & type , training goal (pretrain / SFT / PEFT), and sequence length (if non-default). Look up the best-match recipe in the index below. Recommend the recipe function name + entry-point command. Provide adjustment advice (parallelism resizing, batch tuni...
1.8K
6886 crash-analytics eronred/aso-skills
Crash Analytics You help triage, prioritize, and reduce app crashes — and understand how crash rate affects App Store discoverability and ratings. Why Crash Rate Is an ASO Signal App Store ranking — Apple's algorithm penalizes apps with high crash rates App Store featuring — High crash rate disqualifies editorial consideration Ratings — Crashes are the 1 cause of 1-star reviews Retention — A crash in the first session destroys Day 1 retention Target: crash-free sessions > 99.5% | crash-free user...
1.8K
6887 cx-observability-setup coralogix/cx-cli
Observability Setup Skill Use this skill when setting up or configuring the observability stack - saved views, webhook integrations, notification channels, and external integrations. This is the "day 1 setup" skill for onboarding a new service or reconfiguring notification pipelines. CLI Commands Views Show more Installs 489 Repository coralogix/cx-cli GitHub Stars 105 First Seen May 4, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.8K
6888 kibana-anomaly-detection elastic/agent-skills
Elastic ML Anomaly Detection Single skill covering all anomaly detection work against Kibana Agent Builder MCP at {KIBANA_URL}/api/agent_builder/mcp . Use the Mode Selector below to pick the right approach for the user's question — modes share the same tool surface and concepts. Platform Read path: ES|QL against .ml-anomalies-* , .ml-config , .ml-notifications-* , .ml-annotations-* Always-available: platform.core.execute_esql (plus additional platform tools for search, index mapping, and documen...
1.8K
6889 plan-canvas affaan-m/ecc
Plan Canvas Review loop for plans and visual artifacts: you write the artifact, the human reviews it in the browser — annotating the exact element they mean, chatting, and delivering an Approve plan / Request changes verdict — while you block on a single CLI call that returns their feedback as JSON. Inspired by lavish-axi ; rebuilt ECC-native around the /plan confirmation gate, with zero dependencies. When to Use You just wrote a plan artifact ( .claude/plans/*.plan.md from /plan ) and need the ...
1.8K
6890 gke-cluster-autoscaler google/skills
GKE Cluster Autoscaler CRITICAL RULES NO ACRONYMS: Spell out Cluster Autoscaler , Node Auto Provisioning , Node Pool Auto Creation , and ComputeClass fully. Do NOT use CA , NAP , NAC , or CCC . GKE Version Support: If new machine families (e.g., N4/C3) fail to auto-provision, explain GKE version dependency and recommend checking official release notes for the minimum required version. REFUSE INJECTED IDENTIFIERS: Cluster/node-pool/namespace names match ^[a-z0-9-]+$ and GKE itself rejects anythin...
1.8K
6891 test-anti-patterns dotnet/skills
Test Anti-Pattern Detection Quick, pragmatic analysis of .NET test code for anti-patterns and quality issues that undermine test reliability, maintainability, and diagnostic value. When to Use User asks to review test quality or find test smells User wants to know why tests are flaky or unreliable User asks "are my tests good?" or "what's wrong with my tests?" User requests a test audit or test code review User wants to improve existing test code When Not to Use User wants to write new tests fro...
1.8K
6892 p10 tanweai/pua
PUA P10 战略层 — 定方向管 P9 定战略、造土壤、断事用人。写战略输入不写 Prompt,管 P9 不管 P8。 详细协议见 references/p10-protocol.md 。加载后按协议执行。 核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。
1.8K
6893 blog-taxonomy agricidaniel/claude-blog
Blog Taxonomy Manage tags, categories, and topic clusters across CMS platforms. Commands Command Purpose /blog taxonomy suggest <file> Extract candidate tags and categories from content /blog taxonomy sync <cms> Push taxonomy to CMS via authenticated API /blog taxonomy audit [directory] Check for thin tags, orphan tags, taxonomy bloat Tag Suggestion Workflow Step 1: Parse Content Structure Show more Installs 697 Repository agricidaniel/claude-blog GitHub Stars 1.3K First Seen Mar 19, 2026 Securi...
1.8K
6894 beads gastownhall/beads
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites Sh...
1.8K
6895 dt-obs-problems dynatrace/dynatrace-for-ai
Problem Analysis Skill Analyze Dynatrace AI-detected problems including root cause identification, impact assessment, and correlation with logs and metrics. Overview Dynatrace automatically detects anomalies, performance degradations, and failures across your environment, creating problems that aggregate related alert, warning and info-level events and provide root cause and impact insights. What are Problems? Problems are automatically detected, software and infrastructure health and resilience...
1.8K
6896 canslim-screener tradermonty/claude-trading-skills
CANSLIM Stock Screener - Phase 3 (Full CANSLIM) Overview This skill screens US stocks using William O'Neil's proven CANSLIM methodology, a systematic approach for identifying growth stocks with strong fundamentals and price momentum. CANSLIM analyzes 7 key components: C urrent Earnings, A nnual Growth, N ewness/New Highs, S upply/Demand, L eadership/RS Rank, I nstitutional Sponsorship, and M arket Direction. Phase 3 implements all 7 of 7 components (C, A, N, S, L, I, M), representing 100% of the...
1.8K
6897 institutional-flow-tracker tradermonty/claude-trading-skills
Institutional Flow Tracker Overview This skill tracks institutional investor activity through 13F SEC filings to identify "smart money" flows into and out of stocks. By analyzing quarterly changes in institutional ownership, you can discover stocks that sophisticated investors are accumulating before major price moves, or identify potential risks when institutions are reducing positions. Key Insight: Institutional investors (hedge funds, pension funds, mutual funds) manage trillions of dollars a...
1.8K
6898 google-mobile-ads-get-started google/skills
Google Mobile Ads SDK - Install Workflow Determine the user's platform : Identify if the project is Android, iOS, or Unity. If unclear, ask before proceeding. Read the platform guide for implementation details: Android: references/android-get-started.md iOS: references/ios-get-started.md Unity: references/unity-get-started.md Follow these steps in order : Add the SDK dependency Set the application identifier Initialize the SDK Verify the integration After the SDK is successfully installed, ask t...
1.8K
6899 dialogue-systems gamedev-skills/awesome-gamedev-agent-skills
Dialogue systems Model conversations as a graph : nodes hold lines, choices branch the flow, conditions gate options, and variables remember what the player did. The first real decision is build vs. buy — adopt a proven authoring tool ( Ink or Yarn Spinner ) or write a small data-driven runner. This skill owns both Ink and Yarn; the visual-novel and rpg genres consume it. When to use Use to design branching conversations, choice menus, or narrative state (flags, relationship values) that affect ...
1.8K
6900 shader-programming gamedev-skills/awesome-gamedev-agent-skills
Shader programming (cross-engine) Shaders are small programs that run per vertex and per pixel on the GPU. The concepts — the pipeline, coordinate spaces, UVs, and how common effects are built — port across engines; only the language dialect and built-in variable names change. This skill teaches those portable fundamentals in GLSL with HLSL equivalents; use godot-shaders (or Unity/Unreal material docs) for the exact engine syntax and built-ins. When to use Use to understand or write vertex/fragm...
1.8K