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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,447
总 Skills
90.4M
总安装量
2,580
贡献者
# Skill 仓库 描述 安装量
3651 trailmark-structural trailofbits/skills
Trailmark Structural Analysis Runs trailmark analyze with all four pre-analysis passes. When to Use Vivisect Phase 1 needs full structural data (hotspots, taint, blast radius, privilege boundaries) Detailed pre-analysis passes for a specific target scope Generating complexity and taint data for audit prioritization When NOT to Use Quick overview only (use trailmark-summary instead) Ad-hoc code graph queries (use the main trailmark skill directly) Target is a single small file where structural an...
1.7K
3652 learn-codebase thedotmack/claude-mem
Learn Codebase Please learn about the codebase by systematically and thoroughly reading EVERY SOURCE FILE IN FULL, no matter how many there are. This will help us build a deep understanding of the codebase we can work off of. This is critical and non negotiable. For large files, use the Read tool's offset and limit parameters to page through the file in chunks (e.g. offset: 1, limit: 500 , then offset: 501, limit: 500 ). Note for Reviewers This skill uses tokens but front-loads a cognitive cache...
1.7K
3653 ce-demo-reel everyinc/compound-engineering-plugin
Demo Reel Detect project type, recommend a capture tier, record visual evidence, upload to a public URL, and return markdown for PR inclusion. Evidence means USING THE PRODUCT, not running tests. "I ran npm test" is test evidence. Evidence capture is running the actual CLI command, opening the web app, making the API call, or triggering the feature. The distinction is absolute -- test output is never labeled "Demo" or "Screenshots." If real product usage is impractical (requires API keys, cloud ...
1.7K
3654 opennews 6551team/opennews-mcp
OpenNews Crypto News Skill Query crypto news from the 6551 platform REST API. All endpoints require a Bearer token via $OPENNEWS_TOKEN . Get your token : https://6551.io/mcp Base URL : https://ai.6551.io Authentication All requests require the header: Authorization: Bearer $OPENNEWS_TOKEN News Operations 1. Get News Sources Fetch all available news source categories organized by engine type. curl -s -H "Authorization: Bearer $OPENNEWS_TOKEN " \ "https://ai.6551.io/open/news_type" Returns a tree ...
1.7K
3655 speech openai/skills
Speech Generation Skill Generate spoken audio for the current project (narration, product demo voiceover, IVR prompts, accessibility reads). Defaults to gpt-4o-mini-tts-2025-12-15 and built-in voices, and prefers the bundled CLI for deterministic, reproducible runs. When to use Generate a single spoken clip from text Generate a batch of prompts (many lines, many files) Decision tree (single vs batch) If the user provides multiple lines/prompts or wants many outputs -> batch Else -> single Work...
1.7K
3656 tailwind-css paulrberg/agent-skills
Tailwind CSS v4 Expert guidance for Tailwind CSS v4, CSS-first configuration, modern utility patterns, and type-safe component styling with tailwind-variants. CSS-First Configuration Tailwind CSS v4 eliminates tailwind.config.ts in favor of CSS-only configuration. All configuration lives in CSS files using special directives. Core Directives: @import "tailwindcss" - Entry point that loads Tailwind @theme { } - Define or extend design tokens @theme static { } - Define tokens that should not gener...
1.7K
3657 skill-scanner getsentry/skills
Skill Security Scanner Scan agent skills for security issues before adoption. Detects prompt injection, malicious code, excessive permissions, secret exposure, and supply chain risks. Important : Run all scripts from the repository root using the full path via ${CLAUDE_SKILL_ROOT} . Bundled Script scripts/scan_skill.py Static analysis scanner that detects deterministic patterns. Outputs structured JSON. uv run ${CLAUDE_SKILL_ROOT} /scripts/scan_skill.py < skill-directory > Returns JSON with find...
1.7K
3658 postiz gitroomhq/postiz-agent
Install Postiz if it doesn't exist npm install -g postiz or pnpm install -g postiz npm release: https://www.npmjs.com/package/postiz postiz github: https://github.com/gitroomhq/postiz-app postiz cli github: https://github.com/gitroomhq/postiz-app official website: https://postiz.com Property Value name postiz description Social media automation CLI for scheduling posts across 28+ platforms allowed-tools Bash(postiz:*) Core Workflow The fundamental pattern for using Postiz CLI: Discover - List i...
1.7K
3659 seo-maps agricidaniel/claude-seo
Maps Intelligence (March 2026) Maps platform analysis for local businesses. Works with external APIs to assess how a business appears on Google Maps, Bing Places, Apple Maps, and OpenStreetMap. Boundary with seo-local: This skill analyzes the business on maps PLATFORMS (via APIs). seo-local analyzes local SEO signals on the WEBSITE (via HTML fetch). Do not duplicate seo-local on-page analysis. Recommend /seo local <url> for website-level checks. Quick Reference Command What it does Tier /seo map...
1.7K
3660 graph-evolution trailofbits/skills
Graph Evolution Builds Trailmark code graphs at two source snapshots and computes a structural diff. Surfaces security-relevant changes that text-level diffs miss: new attack paths, complexity shifts, blast radius growth, taint propagation changes, and privilege boundary modifications. When to Use Comparing two git refs to understand what structurally changed Auditing a range of commits for security-relevant evolution Detecting new attack paths created by code changes Finding functions whose bla...
1.7K
3661 ce-agent-native-architecture everyinc/compound-engineering-plugin
Agent-native applications treat agents as first-class citizens. Features are outcomes achieved by an agent with tools operating in a loop, not functions written in code. The same architecture that powers Claude Code can power apps far beyond coding. Five core principles: Parity — Whatever the user can do through the UI, the agent can achieve through tools. Granularity — Tools are atomic primitives; features are prompt-defined outcomes. To change behavior, edit prose, not code. Composability — Ne...
1.7K
3662 meeting-briefing anthropics/knowledge-work-plugins
Meeting Briefing Skill You are a meeting preparation assistant for an in-house legal team. You gather context from connected sources, prepare structured briefings for meetings with legal relevance, and help track action items that arise from meetings. Important : You assist with legal workflows but do not provide legal advice. Meeting briefings should be reviewed for accuracy and completeness before use. Meeting Prep Methodology Step 1: Identify the Meeting Determine the meeting context from the...
1.7K
3663 run-acceptance-tests hashicorp/agent-skills
An acceptance test is a Go test function with the prefix TestAcc. To run a focussed acceptance test named TestAccFeatureHappyPath: Run go test -run=TestAccFeatureHappyPath with the following environment variables: TF_ACC=1 Default to non-verbose test output. The acceptance tests may require additional environment variables for specific providers. If the test output indicates missing environment variables, then suggest how to set up these environment variables securely. To diagnose a failin...
1.7K
3664 10x-cli-guide przeprogramowani/10x-cli
10x-cli Daily Usage Guide This skill helps users work with @przeprogramowani/10x-cli after it is already installed and authenticated. If the user has not installed or authenticated yet, hand off to the 10x-cli-setup skill instead. Step 1: Detect the user's environment Before giving any guidance, gather context silently — run these checks and remember the results. Do not print raw output to the user. Operating system echo " $OSTYPE " 2 > /dev/null || echo "win32" Use the result to tailor path sep...
1.7K
3665 genotoxic trailofbits/skills
Genotoxic Combines mutation testing and necessist (test statement removal) with code graph analysis to triage findings into actionable categories: false positives, missing unit tests, and fuzzing targets. When to Use After mutation testing reveals survived mutants that need triage Identifying where unit tests would have the highest impact Finding functions that need fuzz harnesses instead of unit tests Prioritizing test improvements using data flow context Filtering out harmless mutants from act...
1.7K
3666 mermaid-to-proverif trailofbits/skills
Mermaid to ProVerif Reads a Mermaid sequenceDiagram describing a cryptographic protocol and produces a ProVerif model ( .pv file) that can be passed directly to the ProVerif verifier. Tools used: Read, Write, Grep, Glob. The typical input is the output of the crypto-protocol-diagram skill — a Mermaid sequenceDiagram annotated with cryptographic operations ( Sign , Verify , DH , HKDF , Enc , Dec , etc.) and message arrows. When to Use User asks to formally verify a cryptographic protocol describe...
1.7K
3667 vector-forge trailofbits/skills
Vector Forge Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effectiveness by comparing mutation kill rates before and after. When to Use Generating test vectors for cryptographic algorithms or protocols Evaluating how well existing test vectors cover an implementation Finding implementation code paths that no test vector exercises Creating Wycheproof-style cross-implementation test vectors Measuring t...
1.7K
3668 aws-serverless aws/agent-toolkit-for-aws
No SKILL.md available for this skill. View on GitHub Installs 1.2K Repository aws/agent-toolk…-for-aws GitHub Stars 728 First Seen May 6, 2026
1.7K
3669 launchdarkly-flag-create launchdarkly/agent-skills
LaunchDarkly Flag Create & Configure You're using a skill that will guide you through introducing a new feature flag into a codebase. Your job is to explore how flags are already used in this codebase, create the flag in LaunchDarkly in a way that fits, add the evaluation code matching existing patterns, and verify everything is wired up correctly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-flag —...
1.7K
3670 launchdarkly-flag-targeting launchdarkly/agent-skills
LaunchDarkly Flag Targeting & Rollout You're using a skill that will guide you through changing who sees what for a feature flag. Your job is to understand the current state of the flag, figure out the right targeting approach for what the user wants, make the changes safely, and verify the resulting state. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: get-flag — understand current state before making chang...
1.7K
3671 risk-management 0xhubed/agent-trading-arena
Risk Management Last updated: 2026-01-17 20:31 UTC Active patterns: 40 Total samples: 13385 Confidence threshold: 60% Core Principles These rules are derived from analyzing profitable vs losing trades: Rule Success Rate Samples Confidence Seen Trade count inversely correlates with pe... 95% 861 55% 1x Trade frequency should adapt to market r... 95% 950 95% 1x Validate risk per trade explicitly befor... 92% 157 65% 1x Validate risk per trade explicitly befor... 92% 164 70% 1x Trade frequency ...
1.7K
3672 call-prep anthropics/knowledge-work-plugins
Call Prep Get fully prepared for any sales call in minutes. This skill works with whatever context you provide, and gets significantly better when you connect your sales tools. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ CALL PREP │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone) │ │ ✓ You tell me: company, meeting t...
1.7K
3673 campaign-plan anthropics/knowledge-work-plugins
Campaign Plan If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a comprehensive marketing campaign brief with objectives, audience, messaging, channel strategy, content calendar, and success metrics. Trigger User runs /campaign-plan or asks to plan, design, or build a marketing campaign. Inputs Gather the following from the user. If not provided, ask before proceeding: Campaign goal — the primary objective (e.g., drive signups, increase a...
1.7K
3674 ce-frontend-design everyinc/compound-engineering-plugin
Frontend Design Guide creation of distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. This skill covers the full lifecycle: detect what exists, plan the design, build with intention, and verify visually. Authority Hierarchy Every rule in this skill is a default, not a mandate. Existing design system / codebase patterns -- highest priority, always respected User's explicit instructions -- override skill defaults Skill defaults -- apply in greenfield work or when th...
1.7K
3675 swiftui-view-refactor dimillian/skills
SwiftUI View Refactor Overview Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage. Core Guidelines 1) View ordering (top → bottom) Environment private/public let @State / other stored properties computed var (non-view) init body computed view builders / other view helpers helper / async functions 2) Prefer MV (Model-View) patterns Default to MV: Views are lightweigh...
1.7K
3676 favicon-gen jezweb/claude-skills
Favicon Generator Status: Production Ready ✅ Last Updated: 2026-01-14 Dependencies: None (generates pure SVG/converts to ICO and PNG) Latest Versions: N/A (no package dependencies) Quick Start (5 Minutes) Decision Tree: Choose Your Approach Do you have a logo with an icon element? ├─ YES → Extract icon from logo (Method 1) └─ NO ├─ Do you have text/initials? │ ├─ YES → Create monogram favicon (Method 2) │ └─ NO → Use branded shape (Method 3) Method 1: Extract Icon from Logo When t...
1.7K
3677 ux-audit jezweb/claude-skills
UX Audit Dogfood web apps by browsing them as a real user would — with their goals, their patience, and their context. Goes beyond "does it work?" to "is it good?" by tracking emotional friction (trust, anxiety, confusion), counting click efficiency, testing resilience, and asking the ultimate question: "would I come back?" Uses Chrome MCP (for authenticated apps with your session) or Playwright for browser automation. Produces structured audit reports with findings ranked by impact. Browser Too...
1.7K
3678 sentry-browser-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Browser SDK Sentry Browser SDK Opinionated wizard that scans your project and guides you through complete Sentry setup for browser JavaScript — vanilla JS, jQuery, static sites, WordPress, and any JS project without a framework-specific SDK. Invoke This Skill When User asks to "add Sentry to a website" or set up Sentry for plain JavaScript User wants to install @sentry/browser or configure the Loader Script User has a WordPress, Shopify, Squarespace, or static HTML site ...
1.7K
3679 how-it-works thedotmack/claude-mem
How claude-mem works What it does Every Read, Edit, and Bash that Claude makes turns into a compressed observation. Observations get summarized at session end. Relevant ones get auto-injected into future prompts so the next session starts with context from the last one — no re-explaining the codebase, no re-discovering decisions. When it kicks in Memory injection starts on your second session in a project. The first session in a fresh project seeds memory; subsequent sessions receive auto-inject...
1.7K
3680 literature-review lingzhi227/agent-research-skills
Literature Review Conduct deep literature reviews through multi-perspective dialogue and systematic search. Input $0 — Research topic or question $1 — Optional: specific focus or angle References Multi-perspective dialogue prompts (STORM): ~/.claude/skills/literature-review/references/dialogue-prompts.md Literature review workflow (AgentLaboratory): ~/.claude/skills/literature-review/references/review-workflow.md Scripts (from literature-search skill) Search Semantic Scholar python ~/.claude/sk...
1.7K
3681 ce-dhh-rails-style everyinc/compound-engineering-plugin
<essential_principles> Core Philosophy "The best code is the code you don't write. The second best is the code that's obviously correct." Vanilla Rails is plenty: Rich domain models over service objects CRUD controllers over custom actions Concerns for horizontal code sharing Records as state instead of boolean columns Database-backed everything (no Redis) Build solutions before reaching for gems Show more
1.7K
3682 notion-knowledge-capture openai/skills
Knowledge Capture Convert conversations and notes into structured, linkable Notion pages for easy reuse. Quick start Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). Draft the page with Notion:notion-create-pages using the ...
1.7K
3683 performance-review anthropics/knowledge-work-plugins
/performance-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate performance review templates and help structure feedback. Usage /performance-review $ARGUMENTS Modes /performance-review self-assessment Generate self-assessment template /performance-review manager [employee] Manager review template for a specific person /performance-review calibration Calibration prep document If no mode is specified, ask what ty...
1.7K
3684 brand-review anthropics/knowledge-work-plugins
Brand Review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Review marketing content against brand voice, style guidelines, and messaging standards. Flag deviations and provide specific improvement suggestions. Trigger User runs /brand-review or asks to review, check, or audit content against brand guidelines. Inputs Content to review — accept content in any of these forms: Pasted directly into the conversation A file path or ~~knowledge base r...
1.7K
3685 bencium-innovative-ux-designer bencium/bencium-marketplace
Innovative UX Designer Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible. This sk...
1.7K
3686 frontend-design sickn33/antigravity-awesome-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
1.7K
3687 ai-sdk vercel-labs/ai
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
1.7K
3688 netlify-deploy openai/skills
Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: Verifying Netlify CLI authentication Detecting project configuration and framework Linking to existing sites or creating new ones Deploying to production or preview environments Prerequisites Netlify CLI : Installed via npx (no global install required) Authentication : Netlify account with a...
1.7K
3689 angular-developer angular/angular
Angular Developer Guidelines Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user. When generating code, follow Angular's style guide and best practices for maintainability and performance. Use the Angular CLI for scaffolding components, services, directives, pipes, and routes to ensure consistency. O...
1.7K
3690 aws-cdk aws/agent-toolkit-for-aws
AWS CDK Overview Domain expertise for CDK construct authoring, deployment workflows, compliance, drift, importing resources, safe refactoring, and troubleshooting CDK CLI / CloudFormation errors. When NOT to use: Raw CloudFormation YAML/JSON. SAM. Terraform/Pulumi. CI/CD beyond CDK Pipelines. Use builtin knowledge or specialized skills for these. Critical Warnings Deadly embrace : Removing a cross-stack reference deadlocks deployment. Two-deploy fix required: (1) remove consumer import + add thi...
1.7K
3691 guizang-social-card-skill op7418/guizang-social-card-skill
No SKILL.md available for this skill. View on GitHub Installs 424 Repository op7418/guizang-…rd-skill GitHub Stars 820 First Seen 2 days ago
1.7K
3692 sentry-pr-code-review getsentry/sentry-for-ai
All Skills > Workflow > PR Code Review Sentry Code Review Review and fix issues identified by Seer (by Sentry) in GitHub PR comments. Invoke This Skill When User asks to "review Sentry comments" or "fix Sentry issues" on a PR User shares a PR URL/number and mentions Sentry or Seer feedback User asks to "address Sentry review" or "resolve Sentry findings" User wants to find PRs with unresolved Sentry comments Prerequisites gh CLI installed and authenticated Repository has the Seer by Sentry GitHu...
1.7K
3693 ce-resolve-pr-feedback everyinc/compound-engineering-plugin
Resolve PR Review Feedback Evaluate and fix PR review feedback, then reply and resolve threads. Spawns parallel agents for each thread. Agent time is cheap. Tech debt is expensive. Fix everything valid -- including nitpicks and low-priority items. If we're already in the code, fix it rather than punt it. Narrow exception: when implementing the suggested fix would actively make the code worse (violates a project rule in CLAUDE.md/AGENTS.md, adds dead defensive code, suppresses errors that should ...
1.7K
3694 ce-test-browser everyinc/compound-engineering-plugin
Browser Test Skill Run end-to-end browser tests on pages affected by a PR or branch changes using the agent-browser CLI. Use agent-browser Only For Browser Automation This workflow uses the agent-browser CLI exclusively. Do not use any alternative browser automation system, browser MCP integration, or built-in browser-control tool. If the platform offers multiple ways to control a browser, always choose agent-browser . Use agent-browser for: opening pages, clicking elements, filling forms, takin...
1.7K
3695 aiconfig-tools launchdarkly/agent-skills
AI Config Tools You're using a skill that will guide you through adding capabilities to your AI agents through tools (function calling). Your job is to identify what your AI needs to do, create tool definitions, attach them to variations, and verify they work. Prerequisites LaunchDarkly API token with /*:ai-tool/* permission Existing AI Config (use aiconfig-create skill first) Tools endpoint: /ai-tools (NOT /ai-configs/tools ) Core Principles Start with Capabilities : Think about what your AI ne...
1.7K
3696 aiconfig-projects launchdarkly/agent-skills
LaunchDarkly Projects Setup You're using a skill that will guide you through setting up LaunchDarkly project management in a codebase. Your job is to explore the codebase to understand the stack and patterns, assess what approach makes sense, choose the right implementation path from the references, execute the setup, and verify it works. Prerequisites Choose one: LaunchDarkly API access token with projects:write permission LaunchDarkly MCP server configured in your environment Core Principles U...
1.7K
3697 aiconfig-create launchdarkly/agent-skills
Create AI Config You're using a skill that will guide you through setting up AI configuration in your application. Your job is to explore the codebase to understand the use case and stack, choose agent vs completion mode, create the config following the right path, and verify it works. Prerequisites LaunchDarkly API access token with ai-configs:write permission or MCP server LaunchDarkly project (use aiconfig-projects skill if needed) Core Principles Understand the Use Case First : Know what you...
1.7K
3698 aiconfig-update launchdarkly/agent-skills
AI Config Update & Lifecycle You're using a skill that will guide you through updating, archiving, and deleting AI Configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result. Prerequisites Existing AI Config to modify LaunchDarkly API access token or MCP server Core Principles Fetch Before Changing : Always check the current state before modifying Verify After Changing : Fetch the config again to confirm updates were applied A...
1.7K
3699 aiconfig-variations launchdarkly/agent-skills
AI Config Variations You're using a skill that will guide you through testing and optimizing AI configurations through variations. Your job is to design experiments, create variations, and systematically find what works best. Prerequisites Existing AI Config (use aiconfig-create first) LaunchDarkly API access token or MCP server Clear hypothesis about what to test Core Principles Test One Thing at a Time : Change model OR prompt OR parameters, not all at once Have a Hypothesis : Know what you're...
1.7K
3700 flowstudio-power-automate-debug github/awesome-copilot
Power Automate Debugging with FlowStudio MCP A step-by-step diagnostic process for investigating failing Power Automate cloud flows through the FlowStudio MCP server. Prerequisite : A FlowStudio MCP server must be reachable with a valid JWT. See the flowstudio-power-automate-mcp skill for connection setup. Subscribe at https://mcp.flowstudio.app Source of Truth Always call tools/list first to confirm available tool names and their parameter schemas. Tool names and parameters may change between s...
1.7K