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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,495
总 Skills
162.8M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
3701 testing lobehub/lobehub
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client-db, PGlite — default, skips BM25/pg_search) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server-db, Postgres — BM25/pgvector parity, what CI measures coverage in) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ ...
3.8K
3702 web-research langchain-ai/deepagents
Web Research Skill This skill provides a structured approach to conducting comprehensive web research using the task tool to spawn research subagents. It emphasizes planning, efficient delegation, and systematic synthesis of findings. When to Use This Skill Use this skill when you need to: Research complex topics requiring multiple information sources Gather and synthesize current information from the web Conduct comparative analysis across multiple subjects Produce well-sourced research rep...
3.8K
3703 applicant screening claude-office-skills/skills
Applicant Screening Screen job applications against role requirements to identify top candidates efficiently. Overview This skill helps you: Evaluate resumes against job requirements Score candidates consistently Identify must-have vs. nice-to-have qualifications Flag potential concerns Rank applicants for interviews How to Use Single Candidate "Screen this resume against our [Job Title] requirements" "Evaluate this application for the [Position] role" Batch Screening "Screen these 10 applicatio...
3.8K
3704 security monitoring claude-office-skills/skills
Security Monitoring Comprehensive skill for security monitoring, threat detection, and incident response automation. Core Architecture Security Monitoring Stack SECURITY MONITORING ARCHITECTURE: ┌─────────────────────────────────────────────────────────┐ │ DATA SOURCES │ ├──────────┬──────────┬──────────┬──────────┬────────────┤ │ Firewall │ Endpoint │ Cloud │ Network │ Application│ │ Logs │ Logs │ Logs │ Traffic │ Logs │ └────┬─...
3.8K
3705 deep-research shubhamsaboo/awesome-llm-apps
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
3.8K
3706 launchdarkly-flag-discovery launchdarkly/ai-tooling
LaunchDarkly Flag Discovery You're using a skill that will guide you through auditing and understanding the feature flag landscape in a LaunchDarkly project. Your job is to explore the project, assess the health of its flags, identify what needs attention, and provide actionable recommendations. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-flags : search and browse flags with filtering by state, type,...
3.8K
3707 n8n-code-python czlonkowski/n8n-skills
Python Code Node (Beta) Expert guidance for writing Python code in n8n Code nodes. ⚠️ Important: JavaScript First Recommendation: Use JavaScript for 95% of use cases. Only use Python when: You need specific Python standard library functions You're significantly more comfortable with Python syntax You're doing data transformations better suited to Python Why JavaScript is preferred: Full n8n helper functions ($helpers.httpRequest, etc.) Luxon DateTime library for advanced date/time operatio...
3.8K
3708 webapp-testing composiohq/awesome-claude-skills
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
3.8K
3709 rag-architect jeffallan/claude-skills
RAG Architect Senior AI systems architect specializing in Retrieval-Augmented Generation (RAG), vector databases, and knowledge-grounded AI applications. Role Definition You are a senior RAG architect with expertise in building production-grade retrieval systems. You specialize in vector databases, embedding models, chunking strategies, hybrid search, retrieval optimization, and RAG evaluation. You design systems that ground LLM outputs in factual knowledge while balancing latency, accuracy, ...
3.8K
3710 canvas-design composiohq/awesome-claude-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
3.8K
3711 launchdarkly-flag-cleanup launchdarkly/ai-tooling
LaunchDarkly Flag Cleanup You're using a skill that will guide you through safely removing a feature flag from a codebase while preserving production behavior. Your job is to explore the codebase to understand how the flag is used, query LaunchDarkly to determine the correct forward value, remove the flag code cleanly, and verify the result. If you haven't already identified which flag to clean up, use the flag discovery skill first to audit the landscape and find candidates. Prerequisites This ...
3.8K
3712 mailchimp automation claude-office-skills/skills
Mailchimp Automation Comprehensive skill for automating Mailchimp email marketing and audience management. Core Workflows 1. Campaign Pipeline EMAIL CAMPAIGN FLOW: ┌─────────────────┐ │ Plan Campaign │ │ - Goals │ │ - Audience │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Create Content │ │ - Design │ │ - Copy │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Configure │ │ - Subject │ │ - Preview │ │ - Settings │ └────────┬────────┘ ▼ ┌─────────...
3.8K
3713 statistical-analysis anthropics/knowledge-work-plugins
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
3.8K
3714 sql-queries anthropics/knowledge-work-plugins
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
3.8K
3715 lead qualification claude-office-skills/skills
Lead Qualification Score and qualify leads based on defined criteria to focus sales efforts effectively. Overview This skill helps you: Evaluate leads against qualification criteria Score leads for prioritization Identify deal-breakers and green flags Recommend next actions Maintain consistent qualification Qualification Frameworks BANT (Budget, Authority, Need, Timeline) BANT Qualification: [Lead Name] Budget (/25) | Question | Answer | Score | | ---------- | -------- | ------- | | Defined bu...
3.8K
3716 post-mortem thananon/9arm-skills
Post-mortem The canonical engineering record of a bug fix. Written after debugging lands a real fix, for other engineers (and future-you, who will have forgotten everything in 6 months). Code identifiers are welcome here — this is the artifact that lets the next person recover the mental model fast. For the up-the-org version of this same content, hand the finished post-mortem to management-talk . They compose: post-mortem owns the engineering truth, management-talk reframes it for leadership. W...
3.8K
3717 layout-analyzer claude-office-skills/skills
Layout Analyzer Skill Overview This skill enables document layout analysis using surya - an advanced document understanding system. Detect text blocks, tables, figures, headings, and determine reading order in complex documents. How to Use Provide the document image or PDF Specify what layout elements to detect I'll analyze the structure and return detected regions Example prompts: "Analyze the layout of this document page" "Detect all tables and text blocks in this image" "Determine the reading...
3.8K
3718 lead research assistant claude-office-skills/skills
Lead Research Assistant Research and compile information about companies and contacts for effective sales outreach. Overview This skill helps you: Research company backgrounds and key metrics Find decision-maker information Identify pain points and opportunities Prepare personalized outreach Prioritize leads by fit How to Use Company Research "Research [Company Name] for a sales call" "Give me a briefing on [Company]'s recent news and challenges" "What should I know before contacting [Company]?"...
3.8K
3719 pdf watermark claude-office-skills/skills
PDF Watermark & Page Elements Add watermarks, page numbers, headers, footers, and other overlay elements to PDF documents. Overview This skill helps you: Add text or image watermarks Insert page numbers Create headers and footers Apply stamps and labels Batch process multiple documents How to Use Watermarks "Add 'CONFIDENTIAL' watermark to this PDF" "Apply a diagonal 'DRAFT' watermark" "Add our company logo as a watermark" Page Numbers "Add page numbers to this PDF" "Number pages starting from p...
3.8K
3720 launchdarkly-flag-create launchdarkly/ai-tooling
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 :...
3.8K
3721 launchdarkly-flag-targeting launchdarkly/ai-tooling
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...
3.8K
3722 spotify automation claude-office-skills/skills
Spotify Automation Automate Spotify music playback, playlist management, and discovery workflows. Core Capabilities Playback Control playback_commands : - play_track : "spotify:track:xxx" - pause - next_track - previous_track - set_volume : 75 - set_shuffle : true - set_repeat : "context" track, context, off - seek_position : 30000 milliseconds - transfer_playback : device_id : "device_xxx" Playlist Management playlist_operations : create : name : "{{playlist_name}}" description : "{{descripti...
3.8K
3723 ddia-systems wondelai/skills
Designing Data-Intensive Applications Framework A principled approach to building reliable, scalable, and maintainable data systems. Apply these principles when choosing databases, designing schemas, architecting distributed systems, or reasoning about consistency and fault tolerance. Core Principle Data outlives code. Applications are rewritten, languages change, frameworks come and go -- but data and its structure persist for decades. Every architectural decision must prioritize the long-term ...
3.8K
3724 wp-block-development wordpress/agent-skills
WP Block Development When to use Use this skill for block work such as: creating a new block, or updating an existing one changing block.json (scripts/styles/supports/attributes/render/viewScriptModule) fixing “block invalid / not saving / attributes not persisting” adding dynamic rendering ( render.php / render_callback ) block deprecations and migrations ( deprecated versions) build tooling for blocks ( @wordpress/scripts , @wordpress/create-block , wp-env ) Inputs required Repo root and targe...
3.8K
3725 wechat-article-extractor freestylefly/wechat-article-extractor-skill
WeChat Article Extractor Extract metadata and content from WeChat Official Account (微信公众号) articles. Capabilities Parse WeChat article URLs ( mp.weixin.qq.com ) Extract article metadata: title, author, description, publish time Extract account info: name, avatar, alias, description Get article content (HTML) Get cover image URL Support multiple article types: post, video, image, voice, text, repost Handle various error cases: deleted content, expired links, access limits Usage Basic Extraction f...
3.8K
3726 scorecard-marketing wondelai/skills
A proven 4-step system for generating qualified leads through interactive assessments. This approach generates warm leads with rich data about each prospect. Core Philosophy Everything is downstream from lead generation. People buy to resolve psychological tension between their current reality and desired reality. A scorecard awakens dormant desires by asking revealing questions. Key insight: While people actively searching are harder to sell to (already decided, set budget), those with dorm...
3.8K
3727 form-builder claude-office-skills/skills
Form Builder Skill Overview This skill enables creation of intelligent document forms using docassemble - a platform for guided interviews that generate documents. Create questionnaires that adapt based on answers. How to Use Describe the form or document you need Specify conditional logic requirements I'll create docassemble interview YAML Example prompts: "Create an intake form for new clients" "Build a conditional questionnaire for legal documents" "Generate a multi-step form for contract gen...
3.8K
3728 invoice organizer claude-office-skills/skills
Invoice Organizer Organize, categorize, and track invoices and receipts for better financial management. Overview This skill helps you: Extract key data from invoices Categorize expenses automatically Track payment status Organize files consistently Prepare for tax/audit How to Use Process Invoice "Extract data from this invoice" "Categorize this receipt" "Add this invoice to my tracking" Organize "Organize my invoice folder" "Create a filing system for receipts" "Sort invoices by vendor and dat...
3.8K
3729 changelog generator claude-office-skills/skills
Changelog Generator Generate professional release notes and changelogs from commits, feature lists, or updates. Overview This skill helps you: Transform git commits into readable changelogs Categorize changes by type Write user-friendly release notes Maintain changelog history Follow conventional formats How to Use From Git Commits "Generate a changelog from these commits: - fix: resolve login timeout issue - feat: add dark mode support - docs: update API documentation" From Feature List "Create...
3.8K
3730 podcast automation claude-office-skills/skills
Podcast Automation Comprehensive skill for automating podcast production and distribution. Core Workflows 1. Production Pipeline PODCAST PRODUCTION FLOW: ┌─────────────────┐ │ Planning │ │ - Topics │ │ - Guests │ │ - Schedule │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Recording │ │ - Audio │ │ - Video (opt) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Editing │ │ - Clean audio │ │ - Add intro │ │ - Mastering │ └────────┬────────┘ ▼ ...
3.8K
3731 pixijs-core-concepts pixijs/pixijs-skills
Foundational model for how PixiJS v8 gets pixels on the screen: the renderer decides which GPU backend to use, the render loop drives per-frame work, and the environment layer adapts the library to browser, Web Worker, or SSR contexts. For the scene graph itself (Containers, transforms, destroy), see pixijs-scene-core-concepts . Quick Start console . log ( app . renderer . name ) ; // 'webgl' | 'webgpu' | 'canvas' app . ticker . add ( ( ticker ) => { sprite . rotation += 0.01 * ticker . deltaTim...
3.8K
3732 react-patterns affaan-m/ecc
React Patterns Idiomatic React 18/19 patterns for building robust, accessible, performant component trees. When to Activate Writing or modifying React function components, custom hooks, or component trees Reviewing JSX/TSX files Designing state shape or component composition Migrating class components or older forwardRef / useEffect -heavy code Choosing between local state, lifted state, context, and external stores Working with Server Components / Client Components (Next.js App Router, RSC) Imp...
3.8K
3733 doc-pipeline claude-office-skills/skills
Doc Pipeline Skill Overview This skill enables building document processing pipelines - chain multiple operations (extract, transform, convert) into reusable workflows with data flowing between stages. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "PDF → Extract Text → Translate → Generate DOCX" "Image → OCR → Summarize → Create Report" "Excel → Analyze → Generate Charts → Create PPT" "Multiple in...
3.8K
3734 release-it wondelai/skills
Release It! Framework Framework for designing, deploying, and operating production-ready software systems. Based on a fundamental truth: the software that passes QA is not the software that survives production. Production is a hostile environment -- and your system must be built to expect and handle failure at every level. Core Principle Every system will eventually be pushed beyond its design limits. The question is not whether failures will happen, but whether your system degrades gracefully o...
3.8K
3735 open-code-review alibaba/open-code-review
Open Code Review A skill for invoking open-code-review ( ocr ) — an open-source AI code review CLI that reads Git diffs and generates structured, line-level review comments. Prerequisites check Before starting a review, verify the environment: 1. Check the CLI is installed which ocr || echo "NOT INSTALLED" 2. Verify LLM connectivity ocr llm test If ocr is not installed, install it first: Show more Installs 465 Repository alibaba/open-code-review GitHub Stars 5.3K First Seen 11 days ago
3.8K
3736 management-talk thananon/9arm-skills
Management Talk Same audience and translation rules as a written status report, but shaped for the channel — JIRA comment, Slack post, async standup, email, or meeting talking-points. The audience reads code names but not code. The channel decides the length, formatting, and how much structure to leave on the page. Use this any time engineering content needs to flow up the org, sideways into product/release, or into a non-engineering meeting — regardless of the destination. When to invoke "write...
3.8K
3737 pixijs-scene-graphics pixijs/pixijs-skills
Graphics is the vector-drawing leaf of the PixiJS v8 scene graph. The v8 API follows a shape-then-style pattern: draw a shape or path with rect , circle , moveTo , etc., then apply fill and/or stroke . Every method returns this for chaining, and the drawing instructions live on a GraphicsContext that can be shared between instances. Assumes familiarity with pixijs-scene-core-concepts . Graphics is a leaf: do not nest children inside it. Wrap multiple Graphics objects in a Container to group them...
3.8K
3738 babysit thedotmack/claude-mem
Babysit PR Stay with the PR until it is actually clean. Do not stop after one check pass if comments or review threads are still unresolved. Workflow Identify the PR number, branch, and base branch. Confirm the PR is not draft and inspect mergeability, checks, review decision, comments, and review threads. Watch pending checks until they finish. Poll at a practical interval, usually 30-60 seconds unless the user asks for a different cadence. Read new comments and unresolved review threads. Treat...
3.8K
3739 pixijs-performance pixijs/pixijs-skills
Profile before optimizing. PixiJS handles a lot of content well out of the box; browser DevTools Performance + GPU profiling should be your first move. Once you've found the bottleneck, apply the targeted pattern below (destroy, pool, batch, cache, or cull). Quick Start container . cacheAsTexture ( true ) ; container . updateCacheTexture ( ) ; container . cacheAsTexture ( false ) ; container . destroy ( { children : true } ) ; import { CullerPlugin , extensions } from "pixi.js" ; extensions . ad...
3.8K
3740 wordpress-router wordpress/agent-skills
WordPress Router When to use Use this skill at the start of most WordPress tasks to: identify what kind of WordPress codebase this is (plugin vs theme vs block theme vs WP core checkout vs full site), pick the right workflow and guardrails, delegate to the most relevant domain skill(s). Inputs required Repo root (current working directory). The user’s intent (what they want changed) and any constraints (WP version targets, WP.com specifics, release requirements). Procedure Run the project triage...
3.8K
3741 experience-ui-bundle-custom-app-generate forcedotcom/sf-skills
Custom Application for React UI Bundles Create and configure a Salesforce Custom Application that hosts a React UI bundle in Lightning Experience. This skill generates the CustomApplication metadata so the app appears in the Lightning App Launcher and can be accessed by internal users. Custom Applications differ from Experience Sites: they don't need Networks, CustomSite, DigitalExperienceConfig, or DigitalExperienceBundle metadata. The Custom Application acts as a thin launcher entry that deleg...
3.8K
3742 experience-ui-bundle-salesforce-data-access forcedotcom/sf-skills
Salesforce Data Access (UI bundles) All Salesforce data access in a UI bundle goes through the @salesforce/platform-sdk data SDK. The SDK handles auth, CSRF, and base-URL resolution, and — on the WebApp surface — caches every GraphQL query by default. This file is the workflow + guardrail spine . Depth lives in linked docs: Show more Installs 649 Repository forcedotcom/sf-skills GitHub Stars 669 First Seen 11 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
3.8K
3743 linear automation claude-office-skills/skills
Linear Automation Comprehensive skill for automating Linear issue tracking and engineering workflows. Core Workflows 1. Issue Lifecycle LINEAR ISSUE FLOW: ┌─────────────────┐ │ Triage │ │ (Backlog) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Todo │ │ (Prioritized) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Progress │ │ (Active) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Review │ │ (PR Created) │ └────────┬────────┘ ▼ ┌────────────────...
3.8K
3744 sentry-react-native-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > React Native SDK Sentry React Native SDK Opinionated wizard that scans your React Native or Expo project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to React Native" or "set up Sentry" in an RN or Expo app User wants error monitoring, tracing, profiling, session replay, or logging in React Native User mentions @sentry/react-native , mobile error tra...
3.8K
3745 shadcn-svelte huntabyte/shadcn-svelte
shadcn-svelte A framework for building UI, components, and design systems for Svelte. Components are added as source to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-svelte@latest , pnpm dlx shadcn-svelte@latest , or bunx --bun shadcn-svelte@latest — based on the project's package manager. Examples below use npx shadcn-svelte@latest but substitute the correct runner for the project. Current Project Context Read components.json at t...
3.8K
3746 experience-ui-bundle-features-generate forcedotcom/sf-skills
UI Bundle Features Installing Pre-built Features Always check for an existing feature before building something from scratch. The features CLI installs pre-built, tested packages into Salesforce UI bundles — from foundational UI libraries (shadcn/ui) to full-stack capabilities (authentication, search, navigation, GraphQL, Agentforce AI). Workflow Search project code first — check src/ for existing implementations before installing anything. Scope searches to src/ to avoid matching node_modules/ ...
3.8K
3747 job description generator claude-office-skills/skills
Job Description Generator Generate professional, inclusive job descriptions that attract qualified candidates. Overview This skill helps HR professionals and hiring managers create comprehensive job postings that: Clearly communicate role expectations Use inclusive, bias-free language Follow industry best practices Attract diverse, qualified candidates How to Use Provide the following information: Job Title : The position name Department : Team or department Level : Entry, Mid, Senior, Lead, Dir...
3.8K
3748 cloud-architect jeffallan/claude-skills
Cloud Architect Senior cloud architect specializing in multi-cloud strategies, migration patterns, cost optimization, and cloud-native architectures across AWS, Azure, and GCP. Role Definition You are a senior cloud architect with 15+ years of experience designing enterprise cloud solutions. You specialize in multi-cloud architectures, migration strategies (6Rs), cost optimization, security by design, and operational excellence. You design highly available, secure, and cost-effective cloud in...
3.8K
3749 react-performance affaan-m/ecc
React Performance Performance optimization patterns for React 18/19 and Next.js, adapted from Vercel Labs react-best-practices (MIT, v1.0.0). This skill organizes rules by priority and provides decision-tree guidance for active code review and refactoring. When to Activate Writing or reviewing React/Next.js code for performance Diagnosing slow page loads, slow interactions, or high CPU on the client Auditing bundle size or Lighthouse Core Web Vitals regressions Removing waterfalls in Server Comp...
3.8K
3750 artifacts-builder composiohq/awesome-claude-skills
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
3.8K