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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,506
总 Skills
97.3M
总安装量
2,623
贡献者
# Skill 仓库 描述 安装量
3601 ce-code-review everyinc/compound-engineering-plugin
Code Review Reviews code changes using dynamically selected reviewer personas. Spawns parallel sub-agents that return structured JSON, then merges and deduplicates findings into a single report. When to Use Before creating a PR After completing a task during iterative implementation When feedback is needed on any code changes Can be invoked standalone Can run as a read-only or autofix review step inside larger workflows Argument Parsing Parse $ARGUMENTS for the following optional tokens. Strip e...
2.2K
3602 screenshot-optimization eronred/aso-skills
Screenshot Optimization You are an expert in App Store creative optimization with deep knowledge of what converts browsers into downloaders. Your goal is to help the user design screenshots that maximize conversion rate. Initial Assessment Check for app-marketing-context.md — read it for positioning and audience Ask for the App ID (to see current screenshots) Ask for target audience — who is browsing the App Store for this? Ask for top 3 features they want to highlight Ask if they have a designe...
2.2K
3603 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...
2.2K
3604 pixijs-migration-v8 pixijs/pixijs-skills
This skill is a breaking-change checklist for bringing a v7 codebase up to v8. Work top-down through the categories; the list maps each v7 pattern to its v8 replacement. Quick Start Install the single package, then port in this order: imports → Application init → Graphics → Text → events → shaders/filters → cleanup. const app = new Application ( ) ; await app . init ( { width : 800 , height : 600 } ) ; document . body . appendChild ( app . canvas ) ; const g = new Graphics ( ) . rect ( 0 , 0 , 1...
2.2K
3605 browser-screenshot zc277584121/marketing-skills
Skill: Browser Screenshot Take focused screenshots of specific regions on web pages — a Reddit post, a tweet, an article section, a chart, etc. — not just a full-page dump. Prerequisite : agent-browser must be installed and Chrome must have remote debugging enabled. See references/agent-browser-setup.md if unsure. Overview This skill handles the full pipeline: Research the best page to screenshot (web search, fetch) Navigate to the right page in the browser Locate the target element/region on th...
2.2K
3606 drawio jgraph/drawio-mcp
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
2.2K
3607 chrome-extension-development mindrally/skills
Chrome Extension Development You are an expert Chrome extension developer, proficient in JavaScript/TypeScript, browser extension APIs, and web development. Code Style and Structure Write clear, modular TypeScript code with proper type definitions Follow functional programming patterns; avoid classes Use descriptive variable names (e.g., isLoading, hasPermission) Structure files logically: popup, background, content scripts, utils Implement proper error handling and logging Document code with ...
2.2K
3608 aws-sdk-js-v3-usage aws/agent-toolkit-for-aws
Do not use emojis in any code, comments, or output when this skill is active. AWS SDK for JavaScript v3 Package Structure @aws-sdk/client-* — one per service, generated by smithy-typescript ; one-to-one with AWS services and operations @aws-sdk/lib-* — higher-level helpers (e.g. lib-dynamodb , lib-storage ) @aws-sdk/* (no prefix) — utility packages (mostly internal; don't import deep paths) Always import from the package root: import { S3Client } from "@aws-sdk/client-s3" ; // correct // NOT: im...
2.2K
3609 grill-with-docs vinvcn/mattpocock-skills-zh-cn
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. If a question can be answered by exploring the codebase, explore the codebase instead. Domain awareness During codebase exploration, also look for existing documentat...
2.2K
3610 seo-cluster agricidaniel/claude-seo
Semantic Topic Clustering (v1.9.0) SERP-overlap-driven keyword clustering for content architecture. Groups keywords by how Google actually ranks them (shared top-10 results), not by text similarity. Designs hub-and-spoke content clusters with internal link matrices and generates interactive cluster map visualizations. Scripts: Located at the plugin root scripts/ directory. Quick Reference Command What it does /seo cluster plan <seed-keyword> Full planning workflow: expand, cluster, architect, vi...
2.2K
3611 nx-generate nrwl/nx-ai-agents-config
Run Nx Generator Nx generators are powerful tools that scaffold projects, make automated code migrations or automate repetitive tasks in a monorepo. They ensure consistency across the codebase and reduce boilerplate work. This skill applies when the user wants to: Create new projects like libraries or applications Scaffold features or boilerplate code Run workspace-specific or custom generators Do anything else that an nx generator exists for Key Principles Always use --no-interactive - Prevents...
2.2K
3612 slack-search anthropics/knowledge-work-plugins
Slack Search This skill provides guidance for effectively searching Slack to find messages, files, and information. When to Use Apply this skill whenever you need to find information in Slack — including when a user asks you to locate messages, conversations, files, or people, or when you need to gather context before answering a question about what's happening in Slack. Search Tools Overview Tool Use When slack_search_public Searching public channels only. Does not require user consent. slack_s...
2.2K
3613 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...
2.2K
3614 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...
2.2K
3615 seo-sxo agricidaniel/claude-seo
Search Experience Optimization (SXO) SXO bridges the gap between SEO (what Google rewards) and UX (what users need). Traditional SEO audits check technical health. SXO asks: "Does this page deserve to rank for this keyword based on what Google is actually rewarding in the SERP?" Core Insight A page can score 95/100 on technical SEO and still fail to rank because it is the wrong page type for the keyword. If Google shows 8 product pages and 2 comparison pages for your keyword, your blog post will...
2.2K
3616 seo-drift agricidaniel/claude-seo
SEO Drift Monitor (April 2026) Git for your SEO. Capture baselines, detect regressions, track changes over time. Commands Command Purpose /seo drift baseline <url> Capture current SEO state as a "known good" snapshot /seo drift compare <url> Compare current page state to stored baseline /seo drift history <url> Show change history and past comparisons What It Captures Every baseline records these SEO-critical elements: Element Field Source Title tag title parse_html.py Meta description meta_desc...
2.2K
3617 backprop juliusbrussee/cavekit
backprop — bug → spec Plan-then-execute fixes the code & forgets. SDD fixes the code AND edits spec so recurrence is impossible. That edit is backprop. WHEN TO BACKPROP Test failed at /build verification. User reports bug. Post-mortem after production incident. /check flags VIOLATE with root cause found. SIX STEPS 1. TRACE Read failure output / bug report. Find exact file:line of wrong behavior. Name root cause in one caveman sentence. 2. ANALYZE Ask three questions: Would a new §V invariant cat...
2.2K
3618 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...
2.2K
3619 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...
2.2K
3620 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...
2.2K
3621 launchdarkly-metric-choose launchdarkly/agent-skills
LaunchDarkly Metric Choose You're using a skill that helps users select the right metrics before setting up an experiment, guarded rollout, or release policy. Your job is to understand the feature context, surface what will auto-attach from existing project policies, inventory what's available and healthy, and produce a clear typed recommendation. This skill is advisory. It does not create metrics, attach them to experiments, or configure rollouts. For those tasks, see the
2.2K
3622 launchdarkly-metric-create launchdarkly/agent-skills
LaunchDarkly Metric Create You're using a skill that will guide you through creating a LaunchDarkly metric. For custom metrics, getting events flowing comes first — before the metric is created. Your job is to determine the right metric kind, instrument the event if it isn't already flowing (including SDK setup and environment wiring), check for duplicates, propose a metric config, get explicit confirmation, then create and verify. Prerequisites This skill requires the remotely hosted LaunchDark...
2.2K
3623 meticulous-cli alwaysmeticulous/skills
Meticulous CLI The meticulous CLI records user sessions and replays them to catch visual regressions. It is installed as part of @alwaysmeticulous/cli . Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Invocation meticulous < command > [ options ] The skills assume meticulous is on PATH . The meticulous-cli-update skill installs it globally via npm install --global @alw...
2.2K
3624 meticulous-simulate-and-diff alwaysmeticulous/skills
Simulate a session and analyze diffs This skill covers running a single simulation and interpreting the results. For the simulate command's full option reference see the meticulous-cli-simulate skill. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it. Prerequisites A sessionId to replay An appUrl (local dev server, or leave blank to use the original recorded URL) Optional...
2.2K
3625 scan-new-specs warpdotdev/common-skills
scan-new-specs Scan warpdotdev/warp and warp-server for recently merged product or tech specs that lack a corresponding docs draft. For each gap: If the spec is complete — automatically run write-feature-docs in ambient mode to generate a full draft PR in warpdotdev/docs , then ping the engineer to review it If the spec is thin — ping the engineer directly to either flesh out the spec or kick off the docs workflow manually In both cases, post a summary to growth-docs . TODO for reviewers: growth...
2.2K
3626 write-feature-docs warpdotdev/common-skills
write-feature-docs Draft a complete documentation page for a new Warp feature. You read the feature's spec, verify technical claims by researching the codebase yourself, present a concise outline for the engineer to confirm, then produce a complete MDX draft and open a draft PR in warpdotdev/docs — tagging the docs team for review. The engineer's job is to confirm what you couldn't verify from the spec and code — not to do a full accuracy review, not to polish prose, not to know docs conventions...
2.2K
3627 agent-email-cli zaddy6/agent-email-skill
Agent Email CLI Overview Use this skill to operate the agent-email command safely and predictably for agent workflows that need inbox access. Prefer JSON-native command output and return key fields ( email , messageId , subject , createdAt , from.address ) in your summaries. Workflow Verify CLI availability. command -v agent-email agent-email --help If missing, install: npm install -g @zaddy6/agentemail or bun install -g @zaddy6/agentemail Create a mailbox account. agent-email create Record the...
2.1K
3628 query-onchain-data coinbase/agentic-wallet-skills
Query Onchain Data on Base Use the CDP SQL API to query onchain data (events, transactions, blocks, transfers) on Base. Queries are executed via x402 and are charged per query. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Executing a Query npx awal@2.0.3 x402 pay https://x402.cdp.coinbase.com/platform/v2/data/query/run -X POST -d '{"sql": "<YOUR_QUERY>"}' --json IMPORTANT : Always single-quote the -d JS...
2.1K
3629 requirements-analysis jwynia/agent-skills
Requirements Analysis Diagnose requirements-level problems in software projects. Help distinguish stated wants from underlying problems, discover real constraints, and avoid premature solution thinking. When to Use This Skill Use this skill when: Starting a new project without clear problem definition Requirements feel vague or untestable Scope keeps expanding without bounds Constraints are unclear or unvalidated Building features without understanding the underlying need Do NOT use this sk...
2.1K
3630 resume bullet writer paramchoudhary/resumeskills
Use this skill when the user wants to: - Write or improve resume bullet points - Transform weak descriptions into strong achievements - Add metrics and quantifiable results - Make their experience more compelling - Mentions: "improve my bullets", "make my resume stronger", "quantify my achievements", "results-driven" Also use when you see weak bullets that need improvement (passive language, no metrics, vague descriptions). Core Capabilities - Transform weak bullet points into achieveme...
2.1K
3631 nextjs-app-router-fundamentals wsimmonds/claude-nextjs-skills
Next.js App Router Fundamentals Overview Provide comprehensive guidance for Next.js App Router (Next.js 13+), covering migration from Pages Router, file-based routing conventions, layouts, metadata handling, and modern Next.js patterns. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: function handleSubmit(e: any) { ... } const data: any[] = []; ✅ CORRECT: function handleSubmit(e: Rea...
2.1K
3632 diagnose-seo calm-north/seojuice-skills
Diagnose SEO Structured diagnostic framework for crawl issues, canonicalization errors, indexation problems, and rendering failures. Diagnostic Approach Technical SEO problems fall into four categories. Diagnose in this order — each layer depends on the previous one working correctly: Crawlability — Can search engines find and access the pages? Indexability — Are the pages allowed to be indexed? Renderability — Can search engines see the full content? Signals — Are the right signals (titles, str...
2.1K
3633 asc-shots-pipeline rudrankriyam/app-store-connect-cli-skills
asc screenshots pipeline (xcodebuild -> AXe -> frame -> asc) Use this skill for agent-driven screenshot workflows where the app is built and launched with Xcode CLI tools, UI is driven with AXe, and screenshots are uploaded with asc . Current scope Implemented now: build/run, AXe plan capture, frame composition, and upload. Device discovery is built-in via asc screenshots list-frame-devices . Local screenshot automation commands are experimental in asc cli. Framing is pinned to Koubou 0.13.0 for...
2.1K
3634 marketing-skills alirezarezvani/claude-skills
Marketing Skills Division 42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer. Quick Start Claude Code /read marketing-skill/marketing-ops/SKILL.md The router will direct you to the right specialist skill. Codex CLI codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]" OpenClaw Skills are auto-discovered from the repository. Ask your agent for marketing help — it routes via...
2.1K
3635 engineering-skills alirezarezvani/claude-skills
Engineering Team Skills 23 production-ready engineering skills organized into core engineering, AI/ML/Data, and specialized tools. Quick Start Claude Code /read engineering-team/senior-fullstack/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/engineering-team Skills Overview Core Engineering (13 skills) Skill Folder Focus Senior Architect senior-architect/ System design, architecture patterns Senior Frontend senior-frontend/ React, Next.js, TypeScript, Tailwind Senior Ba...
2.1K
3636 pr-creator google-gemini/gemini-cli
Pull Request Creator This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards. Workflow Follow these steps to create a Pull Request: Branch Management: Check the current branch to avoid working directly on main. Run git branch --show-current. If the current branch is main, create and switch to a new descriptive branch: git checkout -b <new-branch-name> Locate Template: Search for a pull request template in the repository. Check .github/pull_r...
2.1K
3637 typescript-e2e-testing bmad-labs/skills
E2E Testing Skill E2E testing validates complete workflows from user perspective, using real infrastructure via Docker. Workflows For comprehensive step-by-step guidance, use the appropriate workflow: Workflow When to Use Setup E2E Test Setting up E2E infrastructure for a new or existing project Writing E2E Test Creating new E2E test cases with proper GWT pattern Review E2E Test Reviewing existing tests for quality and correctness Running E2E Test Executing tests with proper verification Deb...
2.1K
3638 automate-this github/awesome-copilot
Automate This Analyze a screen recording of a manual process and build working automation for it. The user records themselves doing something repetitive or tedious, hands you the video file, and you figure out what they're doing, why, and how to script it away. Prerequisites Check Before analyzing any recording, verify the required tools are available. Run these checks silently and only surface problems: command -v ffmpeg > /dev/null 2 > &1 && ffmpeg -version 2 > /dev/null | head -1 || echo "NO_...
2.1K
3639 uplifting-components-to-slds2 forcedotcom/sf-skills
Goal Systematically migrate Lightning Web Components from SLDS 1 to SLDS 2 using the SLDS linter and structured guidance for fixing violations across all styling hook categories. SLDS 2 Styling Hook Categories Category Hook Prefix What It Replaces Color --slds-g-color-* Hardcoded colors, --lwc-color* tokens Spacing --slds-g-spacing-* Hardcoded margins, padding, gaps Sizing --slds-g-sizing-* Hardcoded widths, heights, dimensions Typography --slds-g-font-* Hardcoded font sizes, weights, line heigh...
2.1K
3640 observing-agentforce forcedotcom/sf-skills
Agentforce Observability Improve Agentforce agents using session trace data and live preview testing. Three-phase workflow: Observe -- Query STDM sessions from Data Cloud (if available), OR run test suites + preview with local traces as fallback Reproduce -- Use sf agent preview to simulate problematic conversations live Improve -- Edit the .agent file directly, validate, publish, verify Platform Notes Shell examples below use bash syntax. On Windows, use PowerShell equivalents or Git Bash. Repl...
2.1K
3641 finance-skills alirezarezvani/claude-skills
Finance Skills Production-ready financial analysis skill for strategic decision-making. Quick Start Claude Code /read finance/financial-analyst/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/finance Skills Overview Skill Folder Focus Financial Analyst financial-analyst/ Ratio analysis, DCF, budget variance, forecasting Python Tools 4 scripts, all stdlib-only: python3 financial-analyst/scripts/ratio_calculator.py --help python3 financial-analyst/scripts/dcf_valuation.py ...
2.1K
3642 searching-media forcedotcom/sf-skills
Media Search Universal routing skill for searching and retrieving existing images and media. Scope This skill is for SEARCHING FOR existing media, not CREATING new media. Use this skill when the user wants to: Search for images in Salesforce CMS, Data Cloud Find existing visual assets to use in their app Retrieve media from connected sources Browse available images for their project Locate specific photos or graphics Show more Installs 1.5K Repository forcedotcom/sf-skills GitHub Stars 560 First...
2.1K
3643 implementing-ui-bundle-file-upload forcedotcom/sf-skills
File Upload API (workflow) When the user wants file upload functionality in a React UI bundle, follow this workflow. This feature provides APIs only — you must build the UI components yourself using the provided APIs. CRITICAL: This is an API-only package The package exports programmatic APIs , not React components or hooks. You will: Use the upload() function to handle file uploads with progress tracking Build your own custom UI (file input, dropzone, progress bars, etc.) Track upload progress ...
2.1K
3644 using-ui-bundle-salesforce-data forcedotcom/sf-skills
Salesforce Data Access Data SDK Requirement All Salesforce data access MUST use the Data SDK ( @salesforce/sdk-data ). The SDK handles authentication, CSRF, and base URL resolution. import { createDataSDK , gql } from "@salesforce/sdk-data" ; import type { ResponseTypeQuery } from "../graphql-operations-types" ; const sdk = await createDataSDK ( ) ; // GraphQL for record queries/mutations (PREFERRED) const response = await sdk . graphql ?. < ResponseTypeQuery > ( query , variables ) ; // REST fo...
2.1K
3645 quantitative-research omer-metin/skills-for-antigravity
No SKILL.md available for this skill. View on GitHub
2.1K
3646 trigger-config triggerdotdev/skills
Configure your Trigger.dev project with `trigger.config.ts` and build extensions. When to Use - Setting up a new Trigger.dev project - Adding database support (Prisma, TypeORM) - Configuring browser automation (Playwright, Puppeteer) - Adding media processing (FFmpeg) - Running Python scripts from tasks - Syncing environment variables - Installing system packages Basic Configuration ``` // trigger.config.ts import { defineConfig } from "@trigger.dev/sdk"; export default defineConfig...
2.1K
3647 resume-bullet-writer paramchoudhary/resumeskills
Resume Bullet Writer When to Use This Skill Use this skill when the user wants to: Write or improve resume bullet points Transform weak descriptions into strong achievements Add metrics and quantifiable results Make their experience more compelling Mentions: "improve my bullets", "make my resume stronger", "quantify my achievements", "results-driven" Also use when you see weak bullets that need improvement (passive language, no metrics, vague descriptions). Core Capabilities Show more
2.1K
3648 implementing-ui-bundle-agentforce-conversation-client forcedotcom/sf-skills
Managing Agentforce Conversation Client HARD CONSTRAINT: NEVER create a custom agent, chatbot, or chat widget component. ALL such requests MUST be fulfilled by importing and rendering the existing <AgentforceConversationClient /> from @salesforce/ui-bundle-template-feature-react-agentforce-conversation-client as documented below. If a requirement is unsupported by this component's props, state the limitation — do not improvise an alternative. Prerequisites Before the component will work, the fol...
2.1K
3649 r3f-interaction enzed/r3f-skills
React Three Fiber Interaction Quick Start import { Canvas } from '@react-three/fiber' import { OrbitControls } from '@react-three/drei' function InteractiveMesh() { return ( <mesh onClick={(e) => console.log('Clicked!', e.point)} onPointerOver={(e) => console.log('Hover')} onPointerOut={(e) => console.log('Unhover')} > <boxGeometry /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default function App() { return ( <Canvas> ...
2.1K
3650 fix facebook/react
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
2.1K