███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8951 | parallel-execution-optimizer | affaan-m/ecc |
Parallel Execution Optimizer Use this skill when speed comes from doing independent work at the same time: repo inspection, file reads, API checks, browser checks, build/test lanes, deploy readbacks, or multi-worktree implementation passes. Core Pattern Turn urgency into a dependency graph before acting. Define the objective and done signal. Split work into lanes. Mark each lane as parallel, sequential, or gated. Run independent reads/checks together. Keep writes isolated by file, worktree, bran...
|
561 |
| 8952 | incident-response | alirezarezvani/claude-skills |
/incident-response If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Manage an incident from detection through postmortem. Usage /incident-response $ARGUMENTS Modes /incident-response new [description] Start a new incident /incident-response update [status] Post a status update /incident-response postmortem Generate postmortem from incident data If no mode is specified, ask what phase the incident is in. How It Works ┌─────...
|
560 |
| 8953 | compatibility-testing | proffesor-for-testing/agentic-qe |
<default_to_action> When validating cross-browser/platform compatibility: - DEFINE browser matrix (cover 95%+ of users) - TEST responsive breakpoints (mobile, tablet, desktop) - RUN in parallel across browsers/devices - USE cloud services for device coverage (BrowserStack, Sauce Labs) - COMPARE visual screenshots across platforms Quick Compatibility Checklist: - Chrome, Firefox, Safari, Edge (latest + N-1) - Mobile Safari (iOS), Mobile Chrome (Android) - Screen sizes: 320px, 768px, 1920...
|
560 |
| 8954 | catchup | camacho/ai-skills |
Catchup — Context Reconstruction This skill is strictly read-only. Do NOT edit files, create branches, or run write commands. 1. Gather data (run all independent steps in parallel) git log --format="%h %s (%ar)" -20 , git status , and git worktree list Read .branch-context.md (if exists — check CWD and worktree root). Parse YAML frontmatter: workflow_step , validate_round / validate_max , review_round / review_max , plan_review_chunk / plan_review_total / plan_chunks_approved Read ai-workspace/M...
|
560 |
| 8955 | dex-plan | dcramer/dex |
Converting Markdown Documents to Tasks Command Invocation Use dex directly for all commands: dex <command> If dex is not on PATH, use npx @zeeg/dex <command> instead. Check once at the start: command -v dex &>/dev/null && echo "use: dex" || echo "use: npx @zeeg/dex" Use /dex-plan to convert any markdown planning document into a trackable dex task. When to Use After completing a plan in plan mode Converting specification documents to trackable tasks Converting design documents to implemen...
|
560 |
| 8956 | databricks-apps | databricks/databricks-agent-skills |
Databricks Apps Development FIRST : Use the parent databricks skill for CLI basics, authentication, and profile selection. Build apps that deploy to Databricks Apps platform. Required Reading by Phase Phase READ BEFORE proceeding Scaffolding Parent databricks skill (auth, warehouse discovery); run databricks apps manifest and use its plugins/resources to build databricks apps init with --features and --set (see AppKit section below) Writing SQL queries SQL Queries Guide Writing UI components Fro...
|
560 |
| 8957 | no-use-effect | factory-ai/factory-plugins |
No useEffect Never call useEffect directly. Use derived state, event handlers, data-fetching libraries, or useMountEffect instead. Quick Reference Lint rule: no-restricted-syntax (configured to ban useEffect ) React docs: You Might Not Need an Effect Origin: https://x.com/alvinsng/status/2033969062834045089 Instead of useEffect for... Use Deriving state from other state/props Inline computation (Rule 1) Fetching data useQuery / data-fetching library (Rule 2) Responding to user actions Event hand...
|
560 |
| 8958 | social-content | sickn33/antigravity-awesome-skills |
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if n...
|
560 |
| 8959 | ux-principles | manutej/luxor-claude-marketplace |
UX Principles Skill When to Use This Skill Apply this skill when you need to: Design User-Centered Interfaces: Create products that prioritize user needs and behaviors Conduct User Research: Plan and execute qualitative and quantitative research studies Evaluate Usability: Assess interfaces using established heuristics and testing methods Ensure Accessibility: Design inclusive experiences that work for users with diverse abilities Optimize User Flows: Improve task completion rates and reduce f...
|
560 |
| 8960 | create-squad | vapiai/skills |
Vapi Squad Creation Create squads that orchestrate multiple specialized assistants with context-preserving handoffs. Break complex workflows into focused assistants that transfer calls between each other. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Why Squads? Single assistants with large prompts cause higher hallucination rates, increased costs, and greater latency. Squads solve this by creating focused assistants with specific roles: Triage → Booking → Confirmatio...
|
560 |
| 8961 | page-cro | alirezarezvani/claude-skills |
Page Conversion Rate Optimization (CRO) You are a conversion rate optimization expert. Your goal is to analyze marketing pages and provide actionable recommendations to improve conversion rates. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before provi...
|
560 |
| 8962 | qiskit | k-dense-ai/scientific-agent-skills |
Qiskit Overview Qiskit is the world's most popular open-source quantum computing framework with 13M+ downloads. Build quantum circuits, optimize for hardware, execute on simulators or real quantum computers, and analyze results. Supports IBM Quantum (100+ qubit systems), IonQ, Amazon Braket, and other providers. Key Features: 83x faster transpilation than competitors 29% fewer two-qubit gates in optimized circuits Backend-agnostic execution (local simulators or cloud hardware) Comprehensive algo...
|
560 |
| 8963 | matchms | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
560 |
| 8964 | flowio | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
560 |
| 8965 | etetoolkit | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
560 |
| 8966 | histolab | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
560 |
| 8967 | customware-support-widget | customware-ai/skills |
Customware Support Widget Use this skill when the Customware React Router client-only SPA template needs a Customware support chat entry point. The widget is a third-party browser custom element. In this template, load the widget script in root.tsx or the equivalent React Router root file/component where the HTML document structure is defined, and render <customware-chat> only in the route or layout where support should appear. The widget owns its Shadow DOM UI, chat runtime, service calls, tool...
|
560 |
| 8968 | kanchi-dividend-us-tax-accounting | tradermonty/claude-trading-skills |
Kanchi Dividend Us Tax Accounting Overview Apply a practical US-tax workflow for dividend investors while keeping decisions auditable. Focus on account placement and classification, not legal/tax advice replacement. When to Use Use this skill when the user needs: US dividend tax classification planning (qualified vs ordinary assumptions). Holding-period checks before year-end tax planning. Account-location decisions for stock/REIT/BDC/MLP income holdings. A standardized annual dividend tax memo ...
|
560 |
| 8969 | edge-strategy-designer | tradermonty/claude-trading-skills |
Edge Strategy Designer Overview Translate concept-level hypotheses into concrete strategy draft specs. This skill sits after concept synthesis and before pipeline export validation. When to Use You have edge_concepts.yaml and need strategy candidates. You want multiple variants (core/conservative/research-probe) per concept. You want optional exportable ticket files for interface v1 families. Prerequisites Python 3.9+ PyYAML edge_concepts.yaml produced by concept synthesis Output strategy_drafts...
|
560 |
| 8970 | cto-advisor | davila7/claude-code-templates |
CTO Advisor Technical leadership frameworks for architecture, engineering teams, technology strategy, and technical decision-making. Keywords CTO, chief technology officer, tech debt, technical debt, architecture, engineering metrics, DORA, team scaling, technology evaluation, build vs buy, cloud migration, platform engineering, AI/ML strategy, system design, incident response, engineering culture Quick Start python scripts/tech_debt_analyzer.py Assess technical debt severity and remediation pl...
|
559 |
| 8971 | pentest-checklist | sickn33/antigravity-awesome-skills |
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
|
559 |
| 8972 | android-testing | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
559 |
| 8973 | qutip | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
559 |
| 8974 | opentrons-integration | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
559 |
| 8975 | pylabrobot | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
559 |
| 8976 | usfiscaldata | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
559 |
| 8977 | drupal-development | mindrally/skills |
Drupal Development You are an expert Drupal 10 developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles. Core Principles Write concise, technically accurate PHP code with proper Drupal API examples Follow SOLID principles for object-oriented programming Follow the DRY principle Adhere to Drupal coding standards Leverage the service container and plugin system PHP Standards Use PHP 8.1+ features (typed properties, match expressions, named arguments) Follow PSR-...
|
559 |
| 8978 | audience-growth-tracker-sms | blacktwist/social-media-skills |
Audience Growth Tracker When to Use User asks to track follower growth or analyze audience development User mentions "follower growth," "followers," or "audience growth" User says "gaining followers," "losing followers," or "who follows me" User wants to grow their audience or understand what drives new followers User asks "why am I not growing" or "what's working for growth" User shares follower data and wants a growth analysis User mentions "grow my audience" or "follower milestones" Role You ...
|
559 |
| 8979 | data-throughput-accelerator | affaan-m/ecc |
Data Throughput Accelerator Use this skill when the bottleneck is moving, transforming, or saving lots of data. The goal is not just speed. The goal is faster correct data landing in the right place with proof. First Distinction Separate these before optimizing: source extraction speed; network transfer speed; warehouse/load speed; transform speed; serving-table freshness; live tail growth while the job runs. A pipeline can be "fast" and still appear behind if new data arrives faster than the fi...
|
559 |
| 8980 | content-production | alirezarezvani/claude-skills |
Content Production You are an expert content producer with deep experience across B2B SaaS, developer tools, and technical audiences. Your goal is to take a topic from zero to a finished, optimized piece that ranks, converts, and actually gets read. This is the execution engine — not the strategy layer. You're here to build, not plan. Before Starting Check for context first: If marketing-context.md exists, read it before asking questions. It contains brand voice, target audience, keyword targets...
|
558 |
| 8981 | paper2code | prathamlearnstocode/paper2code |
paper2code — Orchestration You are executing the paper2code skill. This file governs the high-level flow. Each stage dispatches to a detailed reasoning protocol in pipeline/ . Do NOT skip stages. Do NOT combine stages. Execute them in order. Parse arguments Extract from the user's input: ARXIV_ID : the arxiv paper ID (e.g., 2106.09685 ). Strip any URL prefix. MODE : one of minimal (default), full , educational . FRAMEWORK : one of pytorch (default), jax , numpy . If the user provided a full URL ...
|
558 |
| 8982 | latex-posters | davila7/claude-code-templates |
LaTeX Research Posters Overview Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides comprehensive guidance for creating professional, visually appealing research posters using LaTeX packages. Generate publication-quality posters with proper layout, typography, color schemes, and visual hierarchy. When to Use This Skill This skill should be used when: Creating research posters for conferences, symposia, or poster s...
|
558 |
| 8983 | dependency-auditor | alirezarezvani/claude-skills |
Dependency Auditor Skill Type: POWERFUL Category: Engineering Domain: Dependency Management & Security Overview The Dependency Auditor is a comprehensive toolkit for analyzing, auditing, and managing dependencies across multi-language software projects. This skill provides deep visibility into your project's dependency ecosystem, enabling teams to identify vulnerabilities, ensure license compliance, optimize dependency trees, and plan safe upgrades. In modern software development, dependencies f...
|
558 |
| 8984 | convert-web-app | modelcontextprotocol/ext-apps |
Add MCP App Support to a Web App Add MCP App support to an existing web application so it works both as a standalone web app and as an MCP App that renders inline in MCP-enabled hosts like Claude Desktop — from a single codebase. How It Works The existing web app stays intact. A thin initialization layer detects whether the app is running inside an MCP host or as a regular web page, and fetches parameters from the appropriate source. A new MCP server wraps the app's bundled HTML as a resource an...
|
558 |
| 8985 | grepai-embeddings-ollama | yoanbernabeu/grepai-skills |
This skill covers using Ollama as the embedding provider for GrepAI, enabling 100% private, local code search. When to Use This Skill - Setting up private, local embeddings - Choosing the right Ollama model - Optimizing Ollama performance - Troubleshooting Ollama connection issues Why Ollama? | 🔒 Privacy | Code never leaves your machine | 💰 Free | No API costs or usage limits | ⚡ Speed | No network latency | 🔌 Offline | Works without internet | 🔧 Control | Choose your model...
|
558 |
| 8986 | product-discovery | alirezarezvani/claude-skills |
Product Discovery Run structured discovery to identify high-value opportunities and de-risk product bets. When To Use Use this skill for: Opportunity Solution Tree facilitation Assumption mapping and test planning Problem validation interviews and evidence synthesis Solution validation with prototypes/experiments Discovery sprint planning and outputs Core Discovery Workflow Define desired outcome Set one measurable outcome to improve. Establish baseline and target horizon. Show more
|
558 |
| 8987 | lovart-api | lovartai/lovart-skill |
⚠️ RULE 0: ONLY USE SKILL COMMANDS — NO DIRECT API CALLS You MUST interact with Lovart EXCLUSIVELY through the commands defined in this skill. NEVER construct URLs, make curl/wget/fetch requests, or call Lovart APIs directly NEVER guess API endpoints, paths, or parameters — only use the commands listed below NEVER modify the skill's source code (agent_skill.py) during execution to "debug" issues (users may freely read the source to verify it) If a command fails, retry it or report the error to t...
|
558 |
| 8988 | hyva-alpine-component | hyva-themes/hyva-ai-tools |
Hyvä Alpine Component Overview This skill provides guidance for writing CSP-compatible Alpine.js components in Hyvä themes. Alpine CSP is a specialized Alpine.js build that operates without the unsafe-eval CSP directive, which is required for PCI-DSS 4.0 compliance on payment-related pages (mandatory from April 1, 2025). Key principle: CSP-compatible code functions in both standard and Alpine CSP builds. Write all Alpine code using CSP patterns for future-proofing. CSP Constraints Summary Cap...
|
558 |
| 8989 | chrome-extension-ui | pproenca/dot-skills |
Comprehensive UX/UI design guide for Chrome Extensions, optimized for Manifest V3. Contains 42 rules across 8 categories, prioritized by impact to guide extension UI development and code review. When to Apply Reference these guidelines when: - Building new Chrome extension user interfaces - Choosing between popup, side panel, or content script UI - Implementing accessible, keyboard-navigable interfaces - Designing loading states, error handling, and feedback patterns - Creating options p...
|
558 |
| 8990 | lamindb | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
558 |
| 8991 | rowan | k-dense-ai/scientific-agent-skills |
Rowan: Cloud-Native Molecular-Modeling and Drug-Design Workflows Overview Rowan is a cloud-native workflow platform for molecular simulation, medicinal chemistry, and structure-based design. Its Python API exposes a unified interface for small-molecule modeling, property prediction, docking, molecular dynamics, and AI structure workflows. Use Rowan when you want to run medicinal-chemistry or molecular-design workflows programmatically without maintaining local HPC infrastructure, GPU provisionin...
|
558 |
| 8992 | iso-13485-certification | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
558 |
| 8993 | ionic-design | cap-go/capacitor-skills |
Ionic Framework Design Guide Build beautiful, native-looking mobile apps with Ionic Framework and Capacitor. When to Use This Skill User is using Ionic components User wants native-looking UI User asks about Ionic theming User needs mobile UI patterns User wants platform-specific styling What is Ionic Framework? Ionic provides: 100+ mobile-optimized UI components Automatic iOS/Android platform styling Built-in dark mode support Accessibility out of the box Works with React, Vue, Angular, or ...
|
558 |
| 8994 | security-patterns | yonatangross/orchestkit |
Security Patterns Comprehensive security patterns for building hardened applications. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Authentication 3 CRITICAL JWT tokens, OAuth 2.1/PKCE, RBAC/permissions Defense-in-Depth 2 CRITICAL Multi-layer security, zero-trust architecture Input Validation 3 HIGH Schema validation (Zod/Pydantic), output encoding, file uploads OWASP Top 10 2 CRITICAL Injection prevention, broken authentica...
|
558 |
| 8995 | git-notes | neolabhq/context-engineering-kit |
Git Notes Overview Git notes attach metadata to commits (or any Git object) without modifying the objects themselves. Notes are stored separately and displayed alongside commit messages. Core principle: Add information to commits after creation without rewriting history. Core Concepts Concept Description Notes ref Storage location, default refs/notes/commits Non-invasive Notes never modify SHA of original object Namespaces Use --ref for different note categories Display Notes appear in git log a...
|
558 |
| 8996 | latency-critical-systems | affaan-m/ecc |
Latency Critical Systems Use this skill when the user cares about realtime behavior, hot paths, streaming freshness, or execution speed. This includes HFT-like infrastructure, but the skill is engineering-focused. It does not authorize live trading or financial advice. Split The Metrics Do not collapse everything into "fast." Track: Show more Installs 490 Repository affaan-m/ecc GitHub Stars 213.1K First Seen May 25, 2026
|
558 |
| 8997 | firecrawl-build-map | firecrawl/skills |
Firecrawl Build Map Use this when the product knows the site but not the exact URLs. Use This When the feature starts with a domain or site section you need URL discovery before extraction the product should inspect site structure without doing a full crawl yet Guidance Use /map before /crawl when URL discovery itself is the main job. Combine /map with /scrape when you only need a filtered subset of pages. Keep this as lighter coverage than /scrape , /search , and /interact unless the feature is...
|
557 |
| 8998 | firecrawl-build-crawl | firecrawl/skills |
Firecrawl Build Crawl Use this when the product needs many pages from the same site, not just one. Use This When the feature targets a docs section, blog, or help center you need bulk extraction with path or depth boundaries the product should ingest or refresh a site section at once Guidance Keep crawl scope narrow with path, depth, or page-count constraints. Prefer /crawl over many manual /scrape calls when the site structure is stable. Treat this as secondary to /scrape , /search , and /inter...
|
557 |
| 8999 | adversarial-reviewer | alirezarezvani/claude-skills |
Adversarial Code Reviewer Description Adversarial code review skill that forces genuine perspective shifts through three hostile reviewer personas (Saboteur, New Hire, Security Auditor). Each persona MUST find at least one issue — no "LGTM" escapes. Findings are severity-classified and cross-promoted when caught by multiple personas. Features Three adversarial personas — Saboteur (production breaks), New Hire (maintainability), Security Auditor (OWASP-informed) Mandatory findings — Each persona ...
|
557 |
| 9000 | game-architecture | opusgamelabs/game-creator |
Game Architecture Patterns Reference knowledge for building well-structured browser games. These patterns apply to both Three.js (3D) and Phaser (2D) games. Reference Files For detailed reference, see companion files in this directory: system-patterns.md — Object pooling, delta-time normalization, resource disposal, wave/spawn systems, buff/powerup system, haptic feedback, asset management Core Principles Core Loop First : Implement the minimum gameplay loop before any polish. The order is: inpu...
|
557 |