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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,509
总 Skills
163.8M
总安装量
2,746
贡献者
# Skill 仓库 描述 安装量
5601 tend juxt/allium
Tend You tend the Allium garden. You are responsible for the health and integrity of .allium specification files. You are senior, opinionated and precise. When a request is vague, you push back and ask probing questions rather than guessing. Startup Read language reference for the Allium syntax and validation rules. Read the relevant .allium files (search the project to find them if not specified). If the allium CLI is available, run allium check against the files to verify they are syntacticall...
2.3K
5602 gget affaan-m/everything-claude-code
gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the gget CLI or Python package. When to Use Finding Ensembl IDs, gene metadata, transcript details, or sequences. Running quick BLAST or BLAT lookups without building a full local pipeline. Fetching reference genome links and annotations from Ensembl. Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. Creating a reproducible fi...
2.3K
5603 mle-workflow affaan-m/everything-claude-code
Machine Learning Engineering Workflow Use this skill to turn model work into a production ML system with clear data contracts, repeatable training, measurable quality gates, deployable artifacts, and operational monitoring. When to Activate Planning or reviewing a production ML feature, model refresh, ranking system, recommender, classifier, embedding workflow, or forecasting pipeline Converting notebook code into a reusable training, evaluation, batch inference, or online inference pipeline Des...
2.3K
5604 uspto-database affaan-m/everything-claude-code
USPTO Database Use this skill when a task needs official United States patent or trademark records from USPTO systems. When to Use Searching granted patents or pre-grant publications. Checking patent application status, file-wrapper data, assignments, or public prosecution history. Looking up trademark status, documents, or assignment history. Building reproducible prior-art, portfolio, or IP landscape research logs. Comparing USPTO records with secondary tools such as Google Patents, Lens.org, ...
2.3K
5605 quarkus-verification affaan-m/everything-claude-code
Quarkus Verification Loop Run before PRs, after major changes, and pre-deploy. When to Activate Before opening a pull request for a Quarkus service After major refactoring or dependency upgrades Pre-deployment verification for staging or production Running full build → lint → test → security scan → native compilation pipeline Validating test coverage meets thresholds (80%+) Testing native image compatibility Phase 1: Build Maven mvn clean verify -DskipTests Show more Installs 1.5K Repository af...
2.3K
5606 fsharp-testing affaan-m/everything-claude-code
F Testing Patterns Comprehensive testing patterns for F applications using xUnit, FsUnit, Unquote, FsCheck, and modern .NET testing practices. When to Activate Writing new tests for F code Reviewing test quality and coverage Setting up test infrastructure for F projects Debugging flaky or slow tests Test Framework Stack Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.3K
5607 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.3K
5608 excel analysis davila7/claude-code-templates
Excel Analysis Quick start Read Excel files with pandas: import pandas as pd Read Excel file df = pd . read_excel ( "data.xlsx" , sheet_name = "Sheet1" ) Display first few rows print ( df . head ( ) ) Basic statistics print ( df . describe ( ) ) Reading multiple sheets Process all sheets in a workbook: import pandas as pd Read all sheets excel_file = pd . ExcelFile ( "workbook.xlsx" ) for sheet_name in excel_file . sheet_names : df = pd . read_excel ( excel_file , sheet_name = sheet_name ) p...
2.3K
5609 wacli openclaw/openclaw
wacli Use wacli only when the user explicitly asks you to message someone else on WhatsApp or when they ask to sync/search WhatsApp history. Do NOT use wacli for normal user chats; OpenClaw routes WhatsApp conversations automatically. If the user is chatting with you on WhatsApp, you should not reach for this tool unless they ask you to contact a third party. Safety Require explicit recipient + message text. Confirm recipient + message before sending. If anything is ambiguous, ask a clarifying q...
2.3K
5610 loop-library forward-future/loopy
Loop Library (legacy alias) loop-library is the compatibility name for Loopy. Complete the user's request with this workflow. Use loopy , $loopy , or /loopy for new installations and explicit invocations. Help the user discover loop opportunities in existing engineering work, reuse a published Loop Library loop when one fits, audit or repair an existing loop, craft a new one through a focused interview, run it with evidence, learn from the result, or prepare it for Loop Library. Treat a loop as ...
2.3K
5611 detect launchdarkly/ai-tooling
Detect repository stack (SDK install) Before installing anything, you must understand the project. Identify what the project is built with and whether LaunchDarkly is already present. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 1 is detect . Next: Generate integration plan unless the decision tree sends you elsewhere. 1. Language and framework Look for the indicator files below (and related root layout), then read the relevant manifests to infer language an...
2.3K
5612 plan launchdarkly/ai-tooling
Generate integration plan (SDK install) Based on what you detected, choose the right SDK and plan the minimal set of changes needed. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 2 is plan . Prior: Detect repository stack . Next: Apply code changes . Choose the right SDK Use the SDK recipes reference to match the detected stack to an SDK. Start with Top 10 SDKs (start here) in that file for common stacks; use the (other) sections for less common SDKs. The key...
2.3K
5613 first-flag launchdarkly/ai-tooling
Create first feature flag The SDK is connected. Now help the user create their first feature flag and see it work end-to-end. This skill is nested under LaunchDarkly onboarding ; the parent Step 6 is first flag . Prior: Apply code changes . Optional -- Flag Create skill already installed: If the launchdarkly-flag-create skill from github.com/launchdarkly/ai-tooling is available in the session (install with npx skills add launchdarkly/ai-tooling --skill launchdarkly-flag-create -y --agent <agent>...
2.3K
5614 sdk-install launchdarkly/ai-tooling
LaunchDarkly SDK Install (onboarding) Installs and initializes the right LaunchDarkly SDK for the user’s project by following three nested skills in order . Do not skip ahead to feature flags here—the parent LaunchDarkly onboarding continues with Step 6: First feature flag using Create first feature flag . Prerequisites Project context from parent Step 1: Explore the Project (reuse it; only re-run deep detection if something is unclear) SDK key / client-side ID / mobile key: Needed when you reac...
2.3K
5615 apply launchdarkly/ai-tooling
Apply code changes (SDK install) Execute the integration plan. Install the SDK(s) and add the minimal code needed to initialize each tracked surface. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 3 is apply . Prior: Generate integration plan . Next: Start the application . Dual SDK: If the approved plan is dual SDK ( plan: Dual SDK integrations ), you must complete Steps 1-3 for both tracks -- two packages in the manifest, two install commands run (or equival...
2.3K
5616 mcp-configure launchdarkly/ai-tooling
Configure Dataverse MCP for GitHub Copilot This skill configures the Dataverse MCP server for GitHub Copilot with your organization's environment URL. Each organization is registered with a unique server name based on the org identifier (e.g., DataverseMcporgbc9a965c ). If the user provided a URL it is: $ARGUMENTS. Instructions 0. Ask for MCP scope Ask the user whether they want to configure the MCP server globally or for this project only: Would you like to configure the Dataverse MCP server: G...
2.3K
5617 review jsmastery-pro/skills
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
2.3K
5618 remember jsmastery-pro/skills
The user wants to save this to long-term memory: $ARGUMENTS Quick start memory_save { "content" : "We rotate JWT refresh tokens on every use; the old token is revoked server-side in auth/refresh.ts." , "concepts" : "jwt-refresh-rotation, token-revocation, auth-flow" , "files" : "src/auth/refresh.ts" } Expected output: Saved memory abc12345 with 3 concepts: jwt-refresh-rotation, token-revocation, auth-flow. Why Show more Installs 9.2K Repository rohitg00/agentmemory GitHub Stars 26.5K First Seen ...
2.3K
5619 recover jsmastery-pro/skills
Not every problem is a bug. Not every bug needs debugging. When something goes wrong with AI-assisted development, the instinct is to keep prompting — describe the problem, ask for a fix, get another broken version, describe that problem, ask for another fix. The session gets longer. The context gets polluted. The code gets worse. The problem is not the code. The problem is not knowing what type of failure you are dealing with. This skill diagnoses the failure first. Then it prescribes the right...
2.3K
5620 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.3K
5621 business-analyst aj-geddes/claude-code-bmad-skills
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
2.3K
5622 xai-grok-onboarding starchild-ai-agent/official-skills
🟢 xAI OAuth Onboarding Use any active xAI account — X Premium, X Premium+, SuperGrok, or SuperGrok Heavy — for grok-4.3 , grok-build-0.1 , grok-4.20-* and multi-agent models. No separate API key needed. This is standard OAuth 2.0 (RFC 8628 Device Authorization Grant), not a vendor-custom flow. Tier → model access The JWT issued by auth.x.ai carries a tier claim; higher tiers unlock more models from /v1/models . Observed mapping (xAI does not publish this officially): Tier Subscription Approx. mo...
2.3K
5623 weekly-prep-brief anthropics/knowledge-work-plugins
Weekly Prep Brief Generate a single comprehensive weekly briefing that covers every external customer or prospect call in the next 7 days, with per-meeting account and contact research from Common Room. Briefing Process Step 1: Get the Week's External Meetings Option A — Calendar connected: Use the ~~calendar connector to fetch all meetings scheduled in the next 7 days (or a user-specified range). Filter to keep only external meetings — those with attendees from outside your organization. Discar...
2.3K
5624 finance-manager ailabs-393/ai-labs-claude-skills
Finance Manager A comprehensive toolkit for personal finance management that processes transaction data, performs sophisticated financial analysis, generates actionable insights, and creates beautiful visual reports. Core Capabilities Transaction Data Processing: Extract financial data from PDFs, CSVs, or JSON files Financial Analysis: Calculate key metrics, identify spending patterns, and track savings Visualization: Generate interactive HTML reports with charts and graphs Budget Recommendati...
2.3K
5625 digest anthropics/knowledge-work-plugins
Digest Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Scan recent activity across all connected sources and generate a structured digest highlighting what matters. Instructions 1. Parse Flags Determine the time window from the user's input: --daily — Last 24 hours (default if no flag specified) --weekly — Last 7 days The user may also specify a custom range: --since yesterday --since Monday --since 2025-01-20 2. Check Available Sources ...
2.3K
5626 pipeline-review anthropics/knowledge-work-plugins
/pipeline-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze your pipeline health, prioritize deals, and get actionable recommendations for where to focus. Usage /pipeline-review [segment or rep] Review pipeline for: $ARGUMENTS If a file is referenced: @$1 How It Works ┌─────────────────────────────────────────────────────────────────┐ │ PIPELINE REVIEW │ ├─────────────────────────────...
2.3K
5627 weed juxt/allium
Weed You weed the Allium garden. You compare .allium specifications against implementation code, find where they have diverged, and help resolve the divergences. Startup Read language reference for the Allium syntax and validation rules. Read the relevant .allium files (search the project to find them if not specified). If the allium CLI is available, run allium check against the files to verify they are syntactically correct. Read the corresponding implementation code. Modes You operate in one ...
2.3K
5628 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.3K
5629 render-deploy openai/skills
Deploy to Render Render supports Git-backed services and prebuilt Docker image services. This skill covers Git-backed flows: Blueprint Method - Generate render.yaml for Infrastructure-as-Code deployments Direct Creation - Create services instantly via MCP tools Blueprints can also run a prebuilt Docker image by using runtime: image , but the render.yaml still must live in a Git repo. If there is no Git remote, stop and ask the user to either: Create/push a Git remote (can be minimal if only the ...
2.3K
5630 rust-deps-visualizer actionbook/rust-skills
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N : Limit tree depth (default: 3) --features : Show feature flags Output Format Simple Tree (Default) Show more
2.3K
5631 journal-entry anthropics/knowledge-work-plugins
Journal Entry Preparation If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Important : This command assists with journal entry workflows but does not provide financial advice. All entries should be reviewed by qualified financial professionals before posting. Prepare journal entries with proper debits, credits, supporting detail, and review documentation. Usage /je <type> <period> Arguments type — The journal entry type. One of: ap-accrual — Acco...
2.3K
5632 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.3K
5633 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.3K
5634 cudaq-guide nvidia/skills
CUDA-Q Getting Started Guide You are a CUDA-Q expert assistant. Use $ARGUMENTS with the routing table below to jump straight to the topic the user needs. Purpose Guide users through the CUDA-Q platform: installation, writing quantum kernels, GPU-accelerated simulation, connecting to QPU hardware, and exploring built-in applications. Prerequisites Python 3.10+ (for Python installation path) CUDA Toolkit (for GPU-accelerated targets on Linux; not required on macOS) NVIDIA GPU (optional; CPU-only s...
2.3K
5635 triage-nda anthropics/knowledge-work-plugins
/triage-nda -- NDA Pre-Screening If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Triage the NDA: @$1 Rapidly triage incoming NDAs against standard screening criteria. Classify the NDA for routing: standard approval, counsel review, or full legal review. Important : You assist with legal workflows but do not provide legal advice. All analysis should be reviewed by qualified legal professionals before being relied upon. Invocation /triage-nda Work...
2.3K
5636 prioritization-advisor deanpeters/product-manager-skills
Purpose Guide product managers in choosing the right prioritization framework by asking adaptive questions about product stage, team context, decision-making needs, and stakeholder dynamics. Use this to avoid "framework whiplash" (switching frameworks constantly) or applying the wrong framework (e.g., using RICE for strategic bets or ICE for data-driven decisions). Outputs a recommended framework with implementation guidance tailored to your context. This is not a scoring calculator—it's a decis...
2.3K
5637 rust-skill-creator actionbook/rust-skills
Rust Skill Creator Version: 2.1.0 | Last Updated: 2025-01-27 Create dynamic skills for Rust crates and std library documentation. When to Use This skill handles requests to create skills for: Third-party crates (tokio, serde, axum, etc.) Rust standard library (std::sync, std::marker, etc.) Any Rust documentation URL Execution Mode Detection CRITICAL: Check if related commands/skills are available. Show more
2.3K
5638 link-workspace-packages nrwl/nx-ai-agents-config
Link Workspace Packages Add dependencies between packages in a monorepo. All package managers support workspaces but with different syntax. Detect Package Manager Check whether there's a packageManager field in the root-level package.json . Alternatively check lockfile in repo root: pnpm-lock.yaml → pnpm yarn.lock → yarn bun.lock / bun.lockb → bun package-lock.json → npm Workflow Identify consumer package (the one importing) Identify provider package(s) (being imported) Add dependency using pack...
2.3K
5639 ideal-customer-profile phuryn/pm-skills
Ideal Customer Profile Overview Identify your Ideal Customer Profile (ICP) from research and survey data. This skill synthesizes customer research to define the customer most likely to find value, retain, and expand with your product. When to Use Defining ICP from product-market fit survey data Targeting high-value customer segments Analyzing customer success and expansion patterns Prioritizing sales and marketing efforts Evaluating new customer opportunities for fit Refining target market defin...
2.3K
5640 qodo-get-rules qodo-ai/qodo-skills
Get Qodo Rules Skill Description Fetches repository-specific coding rules from the Qodo platform API before code generation or modification tasks. Rules include security requirements, naming conventions, architectural patterns, style guidelines, and team conventions that must be applied during code generation. Workflow Step 1: Check if Rules Already Loaded If rules are already loaded (look for "Qodo Rules Loaded" in recent messages), skip to step 6. Step 2: Verify working in a git repository Che...
2.3K
5641 cuopt-install nvidia/skills
cuOpt Install (user) Install cuOpt to use it from Python, C, or as a REST server. For building cuOpt from source to contribute or modify it, see cuopt-developer . System requirements GPU : NVIDIA Compute Capability ≥ 7.0 (Volta or newer). Examples: V100, A100, H100, RTX 20xx/30xx/40xx. Not supported: GTX 10xx (Pascal). CUDA : 12.x or 13.x. The package CUDA suffix must match the runtime CUDA (e.g. cuopt-cu12 / libcuopt-cu12 with CUDA 12). Driver : NVIDIA driver compatible with the CUDA version. c...
2.3K
5642 metrics-dashboard phuryn/pm-skills
Product Metrics Dashboard Design a comprehensive product metrics dashboard with the right metrics, visualizations, and alert thresholds. Context You are designing a metrics dashboard for $ARGUMENTS . If the user provides files (existing dashboards, analytics data, OKRs, or strategy docs), read them first. Domain Context Metrics vs KPIs vs NSM : Metrics = all measurable things. KPIs = a few key quantitative metrics tracked over a longer period. North Star Metric = a single customer-centric KPI th...
2.3K
5643 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...
2.3K
5644 sequence-load anthropics/knowledge-work-plugins
Sequence Load Find, enrich, and load contacts into an outreach sequence — end to end. The user provides targeting criteria and a sequence name via "$ARGUMENTS". Examples /apollo:sequence-load add 20 VP Sales at SaaS companies to my "Q1 Outbound" sequence /apollo:sequence-load SDR managers at fintech startups → Cold Outreach v2 /apollo:sequence-load list sequences (shows all available sequences) /apollo:sequence-load directors of engineering, 500+ employees, US → Demo Follow-up /apollo:sequence-l...
2.3K
5645 tabletopkit dpearson2699/swift-ios-skills
TabletopKit Create multiplayer spatial board games on a virtual table surface using TabletopKit. Handles game layout, equipment interaction, player seating, turn management, state synchronization, and RealityKit rendering. visionOS 2.0+ only. Targets Swift 6.3. Contents Setup Game Configuration Table and Board Equipment (Pieces, Cards, Dice) Player Seats Game Actions and Turns Interactions RealityKit Rendering Group Activities Integration Common Mistakes Review Checklist References Setup Platfor...
2.3K
5646 vitest supabase/supabase
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
2.3K
5647 people-report anthropics/knowledge-work-plugins
/people-report If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate people analytics reports from your HR data. Analyze workforce data to surface trends, risks, and opportunities. Usage /people-report $ARGUMENTS Report Types Headcount : Current org snapshot — by team, location, level, tenure Attrition : Turnover analysis — voluntary/involuntary, by team, trends Diversity : Representation metrics — by level, team, pipeline Org Health : Span o...
2.3K
5648 draft-response anthropics/knowledge-work-plugins
/draft-response If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a professional, customer-facing response tailored to the situation, customer relationship, and communication context. Usage /draft-response <context about the customer question, issue, or request> Examples: /draft-response Acme Corp is asking when the new dashboard feature will ship /draft-response Customer escalation — their integration has been down for 2 days /draft-respons...
2.3K
5649 release-notes phuryn/pm-skills
Release Notes Generator Transform technical tickets, PRDs, or internal changelogs into polished, user-facing release notes. Context You are writing release notes for $ARGUMENTS . If the user provides files (JIRA exports, Linear tickets, PRDs, Git logs, or internal changelogs), read them first. If they mention a product URL, use web search to understand the product and audience. Instructions Gather raw material : Read all provided tickets, changelogs, or descriptions. Extract: What changed (featu...
2.3K
5650 meta-cognition-parallel actionbook/rust-skills
Meta-Cognition Parallel Analysis (Experimental) Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27 This skill tests parallel three-layer cognitive analysis. Concept Instead of sequential analysis, this skill launches three parallel analyzers - one for each cognitive layer - then synthesizes their results. User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) ...
2.3K