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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,509
总 Skills
163.8M
总安装量
2,746
贡献者
# Skill 仓库 描述 安装量
7051 vercel-deployment sickn33/agentic-awesome-skills
Vercel Deployment You are a Vercel deployment expert. You understand the platform's capabilities, limitations, and best practices for deploying Next.js applications at scale. Your core principles: Environment variables - different for dev/preview/production Edge vs Serverless - choose the right runtime Build optimization - minimize cold starts and bundle size Preview deployments - use for testing before production Monitoring - set up analytics and error tracking Capabilities vercel deployment...
1.7K
7052 built-in-metrics launchdarkly/ai-tooling
Agent Metrics Instrumentation You're using a skill that wires LaunchDarkly agent metrics around an existing provider call. Your job is to audit what's already there, pick the right tier from the ladder below, and implement it with the least ceremony that still captures the metrics the Monitoring tab needs (duration, input/output tokens, success/error, plus TTFT when streaming). The single most important thing to get right: default to the highest tier that fits the shape of the call . Going lower...
1.7K
7053 online-evals launchdarkly/ai-tooling
Config Online Evaluations Attach judges to config variations for automatic quality scoring using LLM-as-a-judge methodology. Judges evaluate responses and return scores between 0.0 and 1.0. Prerequisites LaunchDarkly account with AgentControl enabled API access token with write permissions Existing config with variations (use configs-create skill) For automatic metric recording and the consolidated judge-result API: Python AI SDK v0.20.0+ or Node.js AI SDK v0.20.0+ API Key Detection Check enviro...
1.7K
7054 custom-metrics launchdarkly/ai-tooling
Custom Metrics for Configs Full lifecycle management of custom business metrics: create metric definitions via API, track events via SDK, retrieve metric data, and manage metrics programmatically. Prerequisites LaunchDarkly SDK initialized (see sdk ) LaunchDarkly API token with writer role for metric management Understanding of built-in agent metrics (see built-in-metrics ) API Key Detection Before prompting the user for an API key, try to detect it automatically: Check Claude MCP config - Read ...
1.7K
7055 executive-onboarding-playbook deanpeters/product-manager-skills
Purpose Structure the first 90 days of a VP or CPO transition as a diagnostic process, not an execution sprint. The single most common failure in senior product leadership transitions is acting before understanding — changing structures, replacing people, or announcing strategy before building the evidence base that makes those decisions defensible. This playbook runs in three phases: Diagnose (Month 1), Validate (Month 2), Act with Evidence (Month 3). Each phase builds on the last. Skipping pha...
1.7K
7056 clean-data-xls anthropics/financial-services
Clean Data Clean messy data in the active sheet or a specified range. Environment If running inside Excel (Office Add-in / Office JS): Use Office JS directly ( Excel.run(async (context) => {...}) ). Read via range.values , write helper-column formulas via range.formulas = [["=TRIM(A2)"]] . The in-place vs helper-column decision still applies. If operating on a standalone .xlsx file: Use Python/openpyxl. Workflow Step 1: Scope If a range is given (e.g. A1:F200 ), use it Otherwise use the full use...
1.7K
7057 semantic-kernel github/awesome-copilot
Semantic Kernel Use this skill when working with applications, plugins, function-calling flows, or AI integrations built on Semantic Kernel. Always ground implementation advice in the latest Semantic Kernel documentation and samples rather than memory alone. Determine the target language first Choose the language workflow before making recommendations or code changes: Use the .NET workflow when the repository contains .cs , .csproj , .sln , or other .NET project files, or when the user explicitl...
1.7K
7058 migrate launchdarkly/ai-tooling
Migrate to AgentControl You're using a skill that will guide you through migrating an application from hardcoded LLM prompts to a full LaunchDarkly AgentControl implementation. Your job is to run the migration in five stages , stopping at each stage for the user to confirm: Audit the code — read-only scan that produces a structured list of everything hardcoded (prompt, model, parameters, tools, app-scoped knobs). Wrap the call — install the SDK, create the config in LaunchDarkly with a fallback ...
1.7K
7059 who-owns-this-domain useosint/osint-skills
Who owns this domain Registration data tells you who bought the name; DNS tells you who runs the service. They are frequently different parties, and conflating them is the mistake that wrecks attribution. Everything here is passive except where flagged — but note that dig aimed at the target's own nameservers lands in the target's query logs, so resolve through a public recursive resolver or passive DNS when you care about being quiet. Which source first You hold Reach for Why A domain, nothing ...
1.7K
7060 secrets-in-git-history useosint/osint-skills
Secrets in git history A repository is three intelligence products: a list of humans with real email addresses, a map of the organisation's infrastructure, and a credential store nobody meant to publish. The costly mistake is scanning the working tree. Secrets deleted from HEAD stay in history forever, and commits deleted from a branch stay reachable through the fork network — scan only what is checked out and you are searching the one place the secret was definitely removed from. What you're ho...
1.7K
7061 manimgl-best-practices adithya-s-k/manim_skill
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - InteractiveScene, Scene types, and construct method rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - ShowCreation, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, TransformMatchingTex...
1.7K
7062 director-readiness-advisor deanpeters/product-manager-skills
Purpose Guide PMs and Directors through the specific challenges of the PM-to-Director transition using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, war-story-backed guidance calibrated to your situation — not generic leadership advice. This is not a readiness checklist. It's a coaching conversation that names what's actually hard, why it's hard, and what to do about it. Key Concepts The Four Transition Situations The PM → Director trans...
1.7K
7063 blog-brand agricidaniel/claude-blog
Blog Brand: Durable Editorial Context Generates two project-root files that every blog sub-skill auto-loads when present: BRAND.md : who the audience is, what the brand stands for, what to never say VOICE.md : how the brand sounds, structurally and lexically These are the editorial equivalent of impeccable's PRODUCT.md / DESIGN.md pattern: persistent context that survives across sessions and propagates to every command. Why this exists Today, persona JSON (from blog-persona ) is loaded by some s...
1.7K
7064 nv-generate-vae-finetune nvidia/skills
NV-Generate-VAE-Finetune Purpose Used for finetuning the NV-Generate-CTMR MAISI VAE/autoencoder from user-supplied CT or MRI NIfTI training volumes. Not for clinical interpretation, regulatory use, or approving synthetic data for production training. Upstream currently documents VAE training in train_vae_tutorial.ipynb and provides configs/helpers, but not a scripts.train_vae CLI. This skill does not execute the notebook; it stages the required config/datalist glue locally and uses upstream help...
1.7K
7065 layers-conceptual-model jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub Installs 510 Repository jamiemill/layers-skills GitHub Stars 121 First Seen May 3, 2026
1.7K
7066 gtm-0-to-1-launch github/awesome-copilot
0-to-1 Launch Launch new products from idea to first customers. The goal isn't headlines — it's finding 10 customers who can't live without you. When to Use Triggers: "How do we launch this product?" "First customer acquisition strategy" "We launched but nobody's using it" "Product Hunt vs direct outreach?" "We have awareness but no conversion" "How do I know if this is working?" Context: New product launches Feature launches that feel like new products Finding first 10-50 customers Validating p...
1.7K
7067 monitor-ci nrwl/nx-ai-agents-config
Monitor CI Command You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn subagents to interact with Nx Cloud, run deterministic decision scripts, and take action based on the results. Context Current Branch: ! git branch --show-current Current Commit: ! git rev-parse --short HEAD Remote Status: ! git status -sb | head -1 User Instructions $ARGUMENTS Important: If user provides specific instructions, respect them over default behaviors ...
1.7K
7068 gpt-researcher assafelovic/gpt-researcher
GPT Researcher Development Skill GPT Researcher is an LLM-based autonomous agent using a planner-executor-publisher pattern with parallelized agent work for speed and reliability. Quick Start Basic Python Usage from gpt_researcher import GPTResearcher import asyncio async def main ( ) : researcher = GPTResearcher ( query = "What are the latest AI developments?" , report_type = "research_report" , or detailed_report, deep, outline_report report_source = "web" , or local, hybrid ) await research...
1.7K
7069 browser-to-api browserbase/skills
Browser to API Replay-driven API discovery. Consume a browser-trace capture, pair its CDP request / response events, templatize observed URLs, infer JSON schemas from samples, and emit an OpenAPI 3.1 document plus a human-readable coverage report. This skill does not capture traffic . It is purely offline post-processing on top of browser-trace 's cdp/network/*.jsonl buckets. The two skills compose: browser-trace → .o11y/<run>/cdp/network/{requests,responses}.jsonl browser-to-api → .o11y/...
1.7K
7070 nv-segment-ctmr nvidia/skills
NV-Segment-CTMR Purpose Used for running NV-Segment-CTMR on CT or MRI NIfTI volumes and recording label-map evidence. Not for clinical interpretation. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are ct_or_mr_volume ; outputs are label_map and result_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/run_ctmr.py through the documented comman...
1.7K
7071 nv-segment-ct-finetune nvidia/skills
NV-Segment-CT Finetune Purpose Used for smoke or dataset finetuning of NV-Segment-CT VISTA3D on CT NIfTI labels. Not for clinical validation. Wraps the upstream MONAI bundle entrypoint; do not replace it with handwritten training or inference code. Manifest inputs are dataset_dir , datalist , target_anatomy , label_mapping , smoke , sanity , auto_seg , and skip_formal_eval . Manifest outputs are finetuned_ckpt and schema-checked result_json . Instructions Run scripts/run_finetune.py ; do not pat...
1.7K
7072 skill-writer getsentry/skills
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
1.7K
7073 fusion-issue-task-planning equinor/fusion-skills
User Story Task Planning Experimental caveat This skill is experimental and not yet stable. Behavior, structure, and outputs may change between versions. When to use Use this skill when you need an actionable task plan for a User Story issue before implementation. Typical triggers: "plan tasks for 123" "break this story into steps" "create task issue drafts from this user story" When not to use Do not use this skill for direct code implementation, PR review, or GitHub mutations without explicit ...
1.7K
7074 option-vol-analysis anthropics/financial-services
Option Volatility Analysis You are an expert derivatives analyst specializing in volatility analysis. Combine vol surface data, option pricing with Greeks, and historical prices from MCP tools to deliver comprehensive vol assessments. Focus on routing tool outputs into implied-vs-realized comparisons and surface shape analysis — let the tools compute, you interpret and recommend. Core Principles Always start from the vol surface — it encodes the market's view of future uncertainty across strikes...
1.7K
7075 audit-xls anthropics/financial-services
Audit Spreadsheet Audit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits. Step 1: Determine scope If the user already gave a scope, use it. Otherwise ask them : What scope do you want me to audit? selection — just the currently selected range sheet — the current active sheet only model — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, ...
1.7K
7076 app-store-optimization sickn33/agentic-awesome-skills
App Store Optimization (ASO) Search visibility and conversion optimization for App Store product pages. This skill covers strategic metadata decisions -- which keywords to target, how to structure descriptions for conversion, and how to use Custom Product Pages and in-app events for discoverability. For metadata compliance rules (character limits, screenshot device requirements, rejection triggers), see the app-store-review skill. Contents Show more Installs 1.7K Repository dpearson2699/sw…s-ski...
1.7K
7077 layers-surface jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
1.7K
7078 layers-intro jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
1.7K
7079 posthog-instrumentation posthog/posthog-for-claude
PostHog Instrumentation Skill Help users add PostHog analytics, event tracking, and feature flags to their code. When to Use User asks to "add PostHog" or "add analytics" User wants to track events or user actions User needs to implement feature flags User asks about instrumenting their code Workflow Identify the framework (React, Next.js, Python, Node.js, etc.) Check for existing PostHog setup Add appropriate instrumentation Code Patterns JavaScript/TypeScript // Event tracking posthog.captur...
1.7K
7080 backend-code-review langgenius/dify
Backend Code Review When to use this skill Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py ) under the api/ directory. Supports the following review modes: Pending-change review : when the user asks to review current changes (inspect staged/working-tree files slated for commit to get the changes). Code snippets review : when the user pastes code snippets (e.g., a function/class/module excerpt) into the chat and asks for a review. File-focused review :...
1.7K
7081 banner-creator resciencelab/opc-skills
Banner Creator Skill Create professional banners through AI image generation with an iterative design process. Prerequisites Required API Keys (set in environment): GEMINI_API_KEY - Get from Google AI Studio Required Skills: nanobanana - AI image generation (Gemini 3 Pro Image) File Output Location All generated files should be saved to the .skill-archive directory: .skill-archive/banner-creator/<yyyy-mm-dd-summaryname>/ Example: .skill-archive/banner-creator/2026-01-19-opc-banner/ ...
1.7K
7082 seasonal-aso eronred/aso-skills
Seasonal ASO You help the user identify and act on seasonal keyword opportunities and listing optimizations tied to calendar events, holidays, and trending moments. Key Principle Seasonal rankings are competitive and time-sensitive. Metadata takes 1–3 days to index. Plan changes 2 weeks before the event; revert 3–5 days after peak. Seasonal Calendar (iOS — US) Event Peak Window Keywords to target New Year Dec 26 – Jan 7 "new year", "resolution", "goals", "habit", "fresh start" Valentine's Day Fe...
1.7K
7083 fusion-dependency-review equinor/fusion-skills
Dependency Review Structured review workflow for dependency update PRs. Produces consistent research notes that incorporate existing PR discussion, multi-lens analysis, and an actionable verdict with explicit maintainer confirmation before any merge action. When to use Use this skill when a dependency PR needs review and you want a consistent, auditable decision process. Typical triggers: "Review this dependency PR" "Should we merge this dependency update?" "Check this Renovate/Dependabot PR" "R...
1.7K
7084 puppeteer-automation mindrally/skills
Puppeteer Browser Automation You are an expert in Puppeteer, Node.js browser automation, web scraping, and building reliable automation scripts for Chrome and Chromium browsers. Core Expertise Puppeteer API and browser automation patterns Page navigation and interaction Element selection and manipulation Screenshot and PDF generation Network request interception Headless and headful browser modes Performance optimization and memory management Integration with testing frameworks (Jest, Mocha) K...
1.7K
7085 dt-obs-logs dynatrace/dynatrace-for-ai
Log Analysis Skill Query, filter, and analyze Dynatrace log data using DQL for troubleshooting and monitoring. What This Skill Covers Fetching and filtering logs by severity, content, and entity Searching log messages using pattern matching Calculating error rates and statistics Analyzing log patterns and trends Grouping and aggregating log data by dimensions When to Use This Skill Use this skill when users want to: Find specific log entries (e.g., "show me error logs from the last hour") Filter...
1.7K
7086 layers-product-strategy jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
1.7K
7087 dt-app-notebooks dynatrace/dynatrace-for-ai
Dynatrace Notebook Skill Overview Dynatrace notebooks are JSON documents stored in the Document Store for interactive data analysis, investigation, and documentation. Each notebook contains: Sections : Modular blocks organizing markdown and query content DQL Queries : Executable queries with cached results and visualizations Markdown : Documentation, context, and narrative content Timeframes : Default and section-specific time ranges Metadata : Ownership, versioning, and modification tracking Wh...
1.7K
7088 owasp-security agamm/claude-code-owasp
OWASP Top 10 Security Prevent common security vulnerabilities in web applications. OWASP Top 10 (2021) Vulnerability Prevention A01 Broken Access Control Proper authorization checks A02 Cryptographic Failures Strong encryption, secure storage A03 Injection Input validation, parameterized queries A04 Insecure Design Threat modeling, secure patterns A05 Security Misconfiguration Hardened configs, no defaults A06 Vulnerable Components Dependency scanning, updates A07 Auth Failures MFA, secure se...
1.7K
7089 math-reasoning lingzhi227/agent-research-skills
Mathematical Reasoning Perform rigorous mathematical reasoning and produce publication-quality LaTeX output. Input $0 — Task type: derive , prove , formalize , stats , notation , verify $1 — Context: equation, theorem statement, problem description, or data description Tasks derive — Step-by-step equation derivation Show every intermediate step. Justify each with the rule applied. Box final result with \boxed{} . Number important equations with \label{eq:name} . prove — Formal theorem proof Use ...
1.7K
7090 sepa-strategy himself65/finance-skills
SEPA Strategy Analysis Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) framework — a complete system for identifying high-probability growth stock entries with strict risk management. Core philosophy: Buy the right stock, in the right stage, at a precise entry point, with strict risk controls. Win rate is ~50-55% — profitability comes from asymmetric risk/reward (small losses, large gains), not from predicting direction. This skill is for educational/analytical purpose...
1.7K
7091 bright-data-best-practices brightdata/skills
Bright Data APIs Bright Data provides infrastructure for web data extraction at scale. Four primary APIs cover different use cases — always pick the most specific tool for the job. Choosing the Right API Use Case API Why Scrape any webpage by URL (no interaction) Web Unlocker HTTP-based, auto-bypasses bot detection, cheapest Google / Bing / Yandex search results SERP API Specialized for SERP extraction, returns structured data Structured data from Amazon, LinkedIn, Instagram, TikTok, etc. Web Sc...
1.7K
7092 layers-interaction-flow jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub Installs 506 Repository jamiemill/layers-skills GitHub Stars 121 First Seen May 3, 2026
1.7K
7093 huggingface-datasets huggingface/skills
Hugging Face Dataset Viewer Use this skill to execute read-only Dataset Viewer API calls for dataset exploration and extraction. Core workflow Optionally validate dataset availability with /is-valid . Resolve config + split with /splits . Preview with /first-rows . Paginate content with /rows using offset and length (max 100). Use /search for text matching and /filter for row predicates. Retrieve parquet links via /parquet and totals/metadata via /size and /statistics . Defaults Base URL: https:...
1.7K
7094 layers-orient jamiemill/layers-skills
No SKILL.md available for this skill. View on GitHub
1.7K
7095 blog-discourse agricidaniel/claude-blog
Blog Discourse: Real Discourse Research, API-Free blog-discourse is the recency + engagement lens that blog-researcher (authority-first) lacks. It asks: in the last 30 days, what are practitioners and customers actually saying about this topic on the public web? Adapted from the methodology of last30days-skill (Matt Van Horn, MIT, https://github.com/mvanhorn/last30days-skill ). The upstream uses platform APIs; this sub-skill uses WebSearch with platform-targeted site operators. No API keys requi...
1.7K
7096 laravel-best-practices asyrafhussin/agent-skills
Laravel 12 Best Practices Comprehensive best practices guide for Laravel 12 applications. Contains 45+ rules across 8 categories for building scalable, maintainable Laravel applications. When to Apply Reference these guidelines when: Creating controllers, models, and services Writing migrations and database queries Implementing validation and form requests Building APIs with Laravel Structuring Laravel applications Rule Categories by Priority Priority Category Impact Prefix 1 Architecture & ...
1.7K
7097 mapbox-geospatial-operations mapbox/mapbox-agent-skills
Mapbox Geospatial Operations Skill Expert guidance for AI assistants on choosing the right geospatial tools from the Mapbox MCP Server. Focuses on selecting tools based on what the problem requires - geometric calculations vs routing, straight-line vs road network, and accuracy needs. Core Principle: Problem Type Determines Tool Choice The Mapbox MCP Server provides two categories of geospatial tools: Offline Geometric Tools - Use Turf.js for pure geometric/spatial calculations Routing & Navigat...
1.7K
7098 saas-valuation-compression himself65/finance-skills
SaaS Valuation Compression Analyzer What This Skill Does For a given SaaS company, research its funding history and compute ARR-based valuation multiples at each round. Then explain the compression (or expansion) using a structured framework that covers macro rates, growth trajectory, narrative shifts, and comparables. Always render the output as an inline visualization (using the Visualizer tool) plus a concise prose explanation. Do not just return a wall of numbers. Step-by-Step Workflow 1. Ga...
1.7K
7099 press-and-pr eronred/aso-skills
Press & PR for Apps You help indie developers and app teams get genuine media coverage — which drives installs, backlinks, and App Store credibility. Why Press Still Matters Web referral in App Store Connect directly tracks installs from press links Backlinks from high-authority sites (TechCrunch, The Verge) improve web presence Social proof — "As seen on…" on your product page improves conversion Apple editorial — press coverage increases editorial featuring consideration Organic amplification ...
1.7K
7100 build-zoom-rest-api-app anthropics/knowledge-work-plugins
/build-zoom-rest-api-app Background reference for deterministic server-side Zoom automation and resource management. Prefer plan-zoom-product , plan-zoom-integration , or debug-zoom first, then route here for endpoint-level detail. Zoom REST API Expert guidance for building server-side integrations with the Zoom REST API. This API provides 600+ endpoints for managing meetings, users, webinars, recordings, reports, and all Zoom platform resources programmatically. Official Documentation : https:/...
1.7K