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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,920
总 Skills
102.2M
总安装量
2,598
贡献者
# Skill 仓库 描述 安装量
13051 tdd-workflows-tdd-red sickn33/antigravity-awesome-skills
Write comprehensive failing tests following TDD red phase principles. [Extended thinking: Generates failing tests that properly define expected behavior using test-automator agent.] Use this skill when Starting the TDD red phase for new behavior You need failing tests that capture expected behavior You want edge case coverage before implementation Do not use this skill when You are in the green or refactor phase You only need performance benchmarks Tests must run against production systems Instr...
219
13052 performance-testing-review-ai-review sickn33/antigravity-awesome-skills
AI-Powered Code Review Specialist You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues. Use this skill when Working on ai-powered code review specialist tasks or workflows Needing guidance, best practices, or checklists...
219
13053 cloud-penetration-testing sickn33/antigravity-awesome-skills
Cloud Penetration Testing Purpose Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). This skill covers reconnaissance, authentication testing, resource enumeration, privilege escalation, data extraction, and persistence techniques for authorized cloud security engagements. Prerequisites Required Tools Azure tools Install-Module -Name Az -AllowClobber -Force Install-Module -Name MSOnline -Force In...
219
13054 screenshots sickn33/antigravity-awesome-skills
Screenshots Generate marketing-quality screenshots of your app using Playwright directly. Screenshots are captured at true HiDPI (2x retina) resolution using deviceScaleFactor: 2 . When to Use This Skill Use this skill when: User wants to create screenshots for Product Hunt Creating screenshots for social media Generating images for landing pages Creating documentation screenshots User requests marketing-quality app screenshots Prerequisites Playwright must be available. Check for it: npx playwr...
219
13055 chart pvergaraf/chart-skill
Chart — Project-Based Interactive Charting Generate interactive chart pages with Apache ECharts. Each chart lives in a dedicated project folder under output/chart-html/ , making it easy to reuse and iterate. When to Use Any time the user wants a visual chart: price charts, comparisons, dashboards, business analytics, etc. Architecture ECharts (CDN) for rendering ECharts native export ( getDataURL ) + canvas merge for reliable PNG output Project-based storage : one folder per chart project No gal...
219
13056 capacitor-best-practices cap-go/capgo-skills
Capacitor Best Practices Comprehensive guidelines for building production-ready Capacitor applications. When to Use This Skill Setting up a new Capacitor project Reviewing Capacitor app architecture Optimizing app performance Implementing security measures Preparing for app store submission Project Structure Recommended Directory Layout my-app/ ├── src/ Web app source ├── android/ Android native project ├── ios/ iOS native project ├...
219
13057 rozenite-agent callstackincubator/rozenite
CLI Use npx rozenite for Rozenite commands. Run npx rozenite from the app root where Metro is started for the target app. In monorepos, this is usually the app package root, not the repository root. Rules Agent work is session-scoped. Reuse one session across related commands. Always run Rozenite commands in serial. Never issue Rozenite agent commands in parallel. Start with npx rozenite agent session create . It creates or reuses the device session and returns when ready. Stop the session when ...
219
13058 popup-cro davila7/claude-code-templates
Popup CRO You are an expert in popup and modal optimization. Your goal is to create popups that convert without annoying users or damaging brand perception. 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 providing recommendations, understand: Popu...
219
13059 heygen-best-practices davila7/claude-code-templates
When to use Use this skill whenever you are dealing with HeyGen API code to obtain domain-specific knowledge for creating AI avatar videos, managing avatars, handling video generation workflows, and integrating with HeyGen's services. How to use Read individual rule files for detailed explanations and code examples: Foundation rules/authentication.md - API key setup, X-Api-Key header, and authentication patterns rules/quota.md - Credit system, usage limits, and checking remaining quota rules/vid...
219
13060 google-news outsharp/shipp-skills
Google News RSS API Google News is a free news aggregator that collects headlines from thousands of publishers around the world. Google exposes its feeds via public RSS 2.0 endpoints that require no authentication or API key . Base URL https://news.google.com/rss All feed URLs are built by appending paths and query parameters to this base. Query Parameters Every feed URL accepts the following query parameters to control region and language: Parameter Required Description Example hl Yes Interface...
219
13061 alicloud-platform-openclaw-setup-test cinience/alicloud-skills
Category: test OpenClaw Setup Minimal Smoke Test Prerequisites Target host has Node.js 20+ installed. openclaw command is available. DashScope API key and DingTalk/Feishu app credentials or Discord bot token are prepared (masked placeholders are acceptable). Target skill: skills/platform/openclaw/alicloud-platform-openclaw-setup/ . Test Steps Run openclaw --version and verify CLI availability. Open https://docs.openclaw.ai/channels/index and verify target channel is discoverable from official li...
219
13062 hummingbot hummingbot/skills
hummingbot When the skill is loaded, print this ASCII art: *,. *,,.* ,,,, .,* *,,,,,,,( .,, *,,,,,,,, .,,, * /,,,,,,,,,, .*,,,,,,, .,,,,,,,,,,, .,,,,,,,,,,* // ,,,,,,,,,,,,,,,,,,,,,,,,,,*% .,,,,,,,. *,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%&@ ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%& ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,%%%%%%%%& /*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,((%%%& . ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,((((((((. ...
219
13063 feature-sliced-design aiko-atami/fsd
Feature-Sliced Design (FSD) v2.1 Source : fsd.how | Strictness can be adjusted based on project scale and team context. 1. Core Philosophy & Layer Overview FSD v2.1 core principle: "Start simple, extract when needed." Place code in pages/ first. Duplication across pages is acceptable and does not automatically require extraction to a lower layer. Extract only when the team agrees it is necessary. Not all layers are required. Most projects can start with only shared/ , pages/ , and app/ . Add wid...
219
13064 paddleocr-doc-parsing aidenwu0209/paddleocr-skills
PaddleOCR Document Parsing Skill When to Use This Skill ✅ Use Document Parsing for : Documents with tables (invoices, financial reports, spreadsheets) Documents with mathematical formulas (academic papers, scientific documents) Documents with charts and diagrams Multi-column layouts (newspapers, magazines, brochures) Complex document structures requiring layout analysis Any document requiring structured understanding ❌ Use Text Recognition instead for : Simple text-only extraction Quick OCR task...
219
13065 configuring-dbt-mcp-server dbt-labs/dbt-agent-skills
The dbt MCP server connects AI tools to dbt's CLI, Semantic Layer, Discovery API, and Admin API. This skill guides users through setup with the correct configuration for their use case. Decision Flow ``` flowchart TB start([User wants dbt MCP]) --> q1{Local or Remote?} q1 -->|dev workflows,<br>CLI access needed| local[Local Server<br>uvx dbt-mcp] q1 -->|consumption only,<br>no local install| remote[Remote Server<br>HTTP endpoint] local --> q2{Which client?} remote --> q2 ...
219
13066 gpd-release-flow rudrankriyam/app-store-connect-cli-skills
Release flow (Google Play) Use this skill when you need to upload a build, publish to a track, or manage rollout. Preconditions Ensure credentials are set ( GPD_SERVICE_ACCOUNT_KEY ). Use a new version code for each upload. Always pass --package explicitly. Preferred end-to-end commands Upload and release to a track gpd publish upload app.aab --package com.example.app gpd publish release --package com.example.app --track internal --status completed Promote between tracks gpd publish promote --pa...
218
13067 pennylane davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
218
13068 brenda-database davila7/claude-code-templates
BRENDA Database Overview BRENDA (BRaunschweig ENzyme DAtabase) is the world's most comprehensive enzyme information system, containing detailed enzyme data from scientific literature. Query kinetic parameters (Km, kcat), reaction equations, substrate specificities, organism information, and optimal conditions for enzymes using the official SOAP API. Access over 45,000 enzymes with millions of kinetic data points for biochemical research, metabolic engineering, and enzyme discovery. When to Use...
218
13069 naming-analyzer davila7/claude-code-templates
Naming Analyzer Skill Suggest better variable, function, and class names based on context and conventions. Instructions You are a naming convention expert. When invoked: Analyze Existing Names : Variables, constants, functions, methods Classes, interfaces, types Files and directories Database tables and columns API endpoints Identify Issues : Unclear or vague names Abbreviations that obscure meaning Inconsistent naming conventions Misleading names (name doesn't match behavior) Too short or too l...
218
13070 deeptools davila7/claude-code-templates
deepTools: NGS Data Analysis Toolkit Overview deepTools is a comprehensive suite of Python command-line tools designed for processing and analyzing high-throughput sequencing data. Use deepTools to perform quality control, normalize data, compare samples, and generate publication-quality visualizations for ChIP-seq, RNA-seq, ATAC-seq, MNase-seq, and other NGS experiments. Core capabilities: Convert BAM alignments to normalized coverage tracks (bigWig/bedGraph) Quality control assessment (fingerp...
218
13071 datacommons-client davila7/claude-code-templates
Data Commons Client Overview Provides comprehensive access to the Data Commons Python API v2 for querying statistical observations, exploring the knowledge graph, and resolving entity identifiers. Data Commons aggregates data from census bureaus, health organizations, environmental agencies, and other authoritative sources into a unified knowledge graph. Installation Install the Data Commons Python client with Pandas support: uv pip install "datacommons-client[Pandas]" For basic usage with...
218
13072 go-best-practices 0xbigboss/claude-code
Go Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data structures - structs and interfaces first Define function signatures - parameters, return types, and error conditions Implement to satisfy types - let the compiler guide completeness Validate at boundaries - check inputs where data enters the system Make Illegal States Unrepresentable Use Go's type system to prevent invalid states at compile time. Structs for domain mod...
218
13073 conductor-revert sickn33/antigravity-awesome-skills
Revert Track Revert changes by logical work unit with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks. Use this skill when Working on revert track tasks or workflows Needing guidance, best practices, or checklists for revert track Do not use this skill when The task is unrelated to revert track You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate o...
218
13074 changelog-automation sickn33/antigravity-awesome-skills
Changelog Automation Patterns and tools for automating changelog generation, release notes, and version management following industry standards. When to Use This Skill Setting up automated changelog generation Implementing Conventional Commits Creating release note workflows Standardizing commit message formats Generating GitHub/GitLab release notes Managing semantic versioning Core Concepts 1. Keep a Changelog Format Changelog All notable changes to this project will be documented in this file...
218
13075 secrets-management sickn33/antigravity-awesome-skills
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
218
13076 fhir-developer-skill anthropics/healthcare
FHIR Developer Skill Quick Reference HTTP Status Codes Code When to Use 200 OK Successful read, update, or search 201 Created Successful create (include Location header) 204 No Content Successful delete 400 Bad Request Malformed JSON, wrong resourceType 401 Unauthorized Missing, expired, revoked, or malformed token (RFC 6750) 403 Forbidden Valid token but insufficient scopes 404 Not Found Resource doesn't exist 412 Precondition Failed If-Match ETag mismatch (NOT 400!) 422 Unprocessable Entity Mi...
218
13077 gpd-id-resolver rudrankriyam/app-store-connect-cli-skills
GPD ID Resolver Use this skill to map names to IDs needed by other gpd commands. Package name (app ID) Package name is the primary identifier: com.example.app . Always pass --package explicitly for deterministic results. Track names Common tracks: internal , alpha , beta , production . List tracks: gpd publish tracks --package com.example.app Version codes and release status Use release status to find version codes on a track: gpd publish status --package com.example.app --track production Teste...
217
13078 axiom-ios-concurrency charleswiltgen/axiom
iOS Concurrency Router You MUST use this skill for ANY concurrency, async/await, threading, or Swift 6 concurrency work. When to Use Use this router when: Writing async/await code Seeing concurrency errors (data races, actor isolation) Working with @MainActor Dealing with Sendable conformance Optimizing Swift performance Migrating to Swift 6 concurrency App freezes during loading (likely main thread blocking) Conflict Resolution ios-concurrency vs ios-performance: When app freezes or feels ...
217
13079 axiom-ios-performance charleswiltgen/axiom
iOS Performance Router You MUST use this skill for ANY performance issue including memory leaks, slow execution, battery drain, or profiling. When to Use Use this router when: App feels slow or laggy Memory usage grows over time Battery drains quickly Device gets hot during use High energy usage in Battery Settings Diagnosing performance with Instruments Memory leaks or retain cycles App crashes with memory warnings Routing Logic Memory Issues Memory leaks (Swift) → /skill axiom-memory-debu...
217
13080 llm-application-dev skillcreatorai/ai-agent-skills
LLM Application Development Prompt Engineering Structured Prompts const systemPrompt = `You are a helpful assistant that answers questions about our product. RULES: - Only answer questions about our product - If you don't know, say "I don't know" - Keep responses concise (under 100 words) - Never make up information CONTEXT: {context}`; const userPrompt = `Question: {question}`; Few-Shot Examples const prompt = `Classify the sentiment of customer feedback. Examples: Input: "Love this produc...
217
13081 biologist-analyst rysweet/amplihack
Biologist Analyst Skill Purpose Analyze living systems, biological phenomena, and life sciences questions through the disciplinary lens of biology, applying established frameworks (evolutionary theory, molecular biology, ecology, systems biology), multiple levels of analysis (molecular, cellular, organismal, population, ecosystem), and evidence-based methods to understand how life works, how organisms adapt, and how biological systems interact. When to Use This Skill Evolutionary Analysis: Und...
217
13082 animation-micro-interaction-pack patricio0312rev/skills
Animation & Micro-interaction Pack Create polished, performant animations and micro-interactions. Animation Patterns Hover Effects: Scale, lift (translateY), glow (box-shadow), color shifts Entrance: Fade-in, slide-in, zoom-in with stagger for lists Exit: Fade-out, slide-out, scale-out Loading: Pulse, skeleton waves, progress bars Gestures: Ripple on click, drag feedback, swipe indicators Tailwind Animations /* tailwind.config.js */ animation: { 'fade-in': 'fadeIn 0.5s ease-out', 'slide-...
217
13083 xcode-build pzep1/xcode-build-skill
Xcode Build Direct Build and manage iOS/macOS projects using native Xcode CLI tools instead of MCP servers. When to Use This Skill Use this skill when: Building iOS or macOS apps with Xcode Running apps in iOS simulators Managing simulator instances (boot, shutdown, list) Taking screenshots of simulators Capturing app logs Running tests (unit or UI) Automating UI interactions (tap, type, swipe) Preference : Always use direct CLI commands ( xcodebuild , xcrun simctl ) instead of XcodeBuildMCP too...
217
13084 cellxgene-census davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
217
13085 pyopenms davila7/claude-code-templates
PyOpenMS Overview PyOpenMS provides Python bindings to the OpenMS library for computational mass spectrometry, enabling analysis of proteomics and metabolomics data. Use for handling mass spectrometry file formats, processing spectral data, detecting features, identifying peptides/proteins, and performing quantitative analysis. Installation Install using uv: uv pip install pyopenms Verify installation: Show more
217
13086 histolab davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
217
13087 opentargets-database davila7/claude-code-templates
Open Targets Database Skill Overview This skill provides access to the Open Targets Platform GraphQL API. It aggregates multi-modal evidence from genetics (GWAS/eQTL), pathways, animal models, and clinical trials to rank target-disease associations and identify druggable genes. Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) promine...
217
13088 arboreto davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
217
13089 professional-communication davila7/claude-code-templates
Professional Communication Overview This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility. Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood. When to Use T...
217
13090 git-pr-workflows-pr-enhance sickn33/antigravity-awesome-skills
Pull Request Enhancement You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability. Use this skill when Working on pull request enhancement tasks or workflows Needing guidance, best practices, or checklists for pull request enhancement Do not use this skill when The task is unrelated to pull...
217
13091 gmail-automation sickn33/antigravity-awesome-skills
Gmail Lightweight Gmail integration with standalone OAuth authentication. No MCP server required. ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, read, or send Gmail messages from the command line without an MCP server. You are automating inbox workflows for a Google Workspace account. You want a lightweight Gmail integration backed by standalone OAuth scripts. First-Time Setup Authenticate with Google (opens browser): python scrip...
217
13092 tooluniverse-clinical-trial-design mims-harvard/tooluniverse
Clinical Trial Design Feasibility Assessment Systematically assess clinical trial feasibility by analyzing 6 research dimensions. Produces comprehensive feasibility reports with quantitative enrollment projections, endpoint recommendations, and regulatory pathway analysis. IMPORTANT : Always use English terms in tool calls (drug names, disease names, biomarker names), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respon...
217
13093 jsdoc-typescript-docs patricio0312rev/skills
JSDoc TypeScript Documentation Create comprehensive inline documentation for TypeScript codebases. Core Workflow Document functions: Parameters, returns, examples Document types: Interfaces, types, enums Add descriptions: Purpose and usage Include examples: Code samples Generate docs: TypeDoc output Integrate CI: Automated doc generation Function Documentation Basic Function / * Calculates the total price including tax. * * @param price - The base price before tax * @param taxRate - The ta...
217
13094 gpd-metadata-sync rudrankriyam/app-store-connect-cli-skills
GPD Metadata Sync Use this skill to keep local metadata in sync with Google Play. Store listing fields gpd publish listing get --package com.example.app gpd publish listing update --package com.example.app --locale en-US --title "My App" gpd publish details get --package com.example.app gpd publish details update --package com.example.app --contact-email support@example.com Images and assets gpd publish images list phoneScreenshots --package com.example.app --locale en-US gpd publish images uplo...
216
13095 ddd:software-architecture neolabhq/context-engineering-kit
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
216
13096 axiom-swiftui-performance charleswiltgen/axiom
SwiftUI Performance Optimization When to Use This Skill Use when: App feels less responsive (hitches, hangs, delayed scrolling) Animations pause or jump during execution Scrolling performance is poor Profiling reveals SwiftUI is the bottleneck View bodies are taking too long to run Views are updating more frequently than necessary Need to understand cause-and-effect of SwiftUI updates Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My app ha...
216
13097 browser iamzhihuix/happy-claude-skills
Browser Automation Automate browser interactions using the browse CLI with Claude. Setup check Before running any browser commands, verify the CLI is available: which browse || npm install -g @browserbasehq/browse-cli Environment Selection (Local vs Remote) The CLI automatically selects between local and remote browser environments based on available configuration: Local mode (default) Uses local Chrome — no API keys needed Best for: development, simple pages, trusted sites with no bot protectio...
216
13098 ena-database davila7/claude-code-templates
ENA Database Overview The European Nucleotide Archive (ENA) is a comprehensive public repository for nucleotide sequence data and associated metadata. Access and query DNA/RNA sequences, raw reads, genome assemblies, and functional annotations through REST APIs and FTP for genomics and bioinformatics pipelines. When to Use This Skill This skill should be used when: Retrieving nucleotide sequences or raw sequencing reads by accession Searching for samples, studies, or assemblies by metadata c...
216
13099 social-writer itechmeat/llm-code
Social Writer Create platform-optimized social media content that sounds human, drives engagement, and builds audience. Quick Navigation Topic Reference X Single Posts x-posts.md X Threads x-threads.md X Content Strategy x-strategy.md Hook Patterns hooks.md LinkedIn linkedin.md Threads & Instagram threads-instagram.md Facebook facebook.md AI Writing Avoidance ai-avoidance.md Style Guide style-guide.md Technical Blog Styles technical-styles.md Platform Quick Reference Platform Limit Best Length...
216
13100 feature-prioritization-assistant pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Feature Prioritization Assistant When to Use Building your product roadmap Need to choose between multiple feature...
216