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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
4551 unit-test-json-serialization giuseppe-trisciuoglio/developer-kit
Unit Testing JSON Serialization with @JsonTest Overview This skill provides patterns for unit testing JSON serialization and deserialization using Spring's @JsonTest and Jackson. It covers testing POJO mapping, custom serializers/deserializers, field name mappings, nested objects, date/time formatting, polymorphic types, and null handling without full Spring context. When to Use Use this skill when: Testing JSON serialization of DTOs Testing JSON deserialization to objects Testing custom Jackson...
886
4552 brainstorm-okrs phuryn/pm-skills
Brainstorm Team OKRs Purpose You are a veteran product leader responsible for defining Objectives and Key Results (OKRs) for the team working on $ARGUMENTS. Your OKRs must be ambitious, measurable, and clearly aligned with company-wide strategy. Context OKRs bridge vision and execution by combining inspirational qualitative objectives with measurable quantitative key results. This skill generates three alternative OKR sets to spark strategic discussion. Domain Context OKR (Christina Wodtke, Radi...
886
4553 debug lobehub/lobehub
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
885
4554 code-connect-components figma/mcp-server-guide
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Prerequisites Figma MCP server must be connected and accessible User must provide a Figma URL with node ID: https://figma.com/design/:fileKey/:fileName?node-id=1-2 IMPORTANT: The F...
885
4555 spring-boot-dependency-injection giuseppe-trisciuoglio/developer-kit
Spring Boot Dependency Injection This skill captures the dependency injection approach promoted in this repository: constructor-first design, explicit optional collaborators, and deterministic configuration that keeps services testable and framework-agnostic. Overview Prioritize constructor injection to keep dependencies explicit, immutable, and mockable. Treat optional collaborators through guarded setters or providers while documenting defaults. Resolve bean ambiguity intentionally through qua...
885
4556 qdrant giuseppe-trisciuoglio/developer-kit
Qdrant Vector Database Integration Overview Qdrant is an AI-native vector database for semantic search and similarity retrieval. This skill provides patterns for integrating Qdrant with Java applications, focusing on Spring Boot integration and LangChain4j framework support. Enable efficient vector search capabilities for RAG systems, recommendation engines, and semantic search applications. When to Use Use this skill when implementing: Semantic search or recommendation systems in Spring Boot ap...
885
4557 vimeo-video-downloader serpdownloaders/skills
Vimeo Video Downloader (Browser Extension) Browser extension that makes it simple to save Vimeo videos directly to your computer — in their original quality — for offline access anytime. Public, embedded, and private videos, from 240p up to 4K UHD. SERP Vimeo Video Downloader is a browser extension built specifically for saving Vimeo videos as standard files you can keep — no re-encoding, no watermarks, and no unnecessary tracking. Save Vimeo videos in their original quality for offline viewing...
885
4558 websh frames-engineering/skills
websh Skill websh is a shell for the web. URLs are paths. The DOM is your filesystem. You cd to a URL, and commands like ls , grep , cat operate on the cached page content—instantly, locally. websh> cd https://news.ycombinator.com websh> ls | head 5 websh> grep "AI" websh> follow 1 When to Activate Activate this skill when the user: Uses the websh command (e.g., websh , websh cd https://... ) Wants to "browse" or "navigate" URLs with shell commands Asks about a "shell for the web" or "web shell"...
885
4559 file-test-bug microsoft/azure-skills
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
884
4560 turborepo-monorepo giuseppe-trisciuoglio/developer-kit
Turborepo Monorepo Overview Provides comprehensive guidance for working with Turborepo monorepos in TypeScript/JavaScript projects. Turborepo is a high-performance build system written in Rust that optimizes task execution through intelligent caching, parallelization, and dependency graph analysis. This skill covers workspace creation, task configuration, framework integration (Next.js, NestJS, Vite), testing setup, CI/CD pipelines, and performance optimization. When to Use Use this skill when: ...
884
4561 taskfile-automation seabbs/claude-code-config
Task Automation System Use this skill when working with projects that use Task to provide easy-to-discover automation commands for development workflows. Core Principle IMPORTANT : Always prefer task commands over direct shell/language commands when a Taskfile is present. Task provides: Discoverability : task --list shows all available tasks Consistency : Standardised commands across different environments Documentation : Built-in descriptions and help Automation : Multi-step workflows (e.g., ta...
883
4562 svg-logo-designer rknall/claude-skills
SVG Logo Designer This skill creates professional, scalable vector graphic (SVG) logos from design specifications, offering multiple variations and layout options. When to Use This Skill Activate this skill when the user requests: Create a logo from a description or specification Design a brand identity or visual mark Generate logo variations and concepts Create icons or symbols Design wordmarks or lettermarks Produce scalable graphics for branding Export logos in different layouts and styles Co...
883
4563 unit-test-controller-layer giuseppe-trisciuoglio/developer-kit
Unit Testing REST Controllers with MockMvc Overview This skill provides patterns for unit testing @RestController and @Controller classes using MockMvc. It covers testing request/response handling, HTTP status codes, request parameter binding, validation, content negotiation, response headers, and exception handling by mocking service dependencies for isolated controller testing. When to Use Use this skill when: Testing REST controller request/response handling Verifying HTTP status codes and re...
883
4564 qmd levineam/qmd-skill
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. QMD - Quick Markdown Search Local search engine for markdown content. Status ! qmd status 2>/dev/null || echo "Not installed: npm install -g @tobilu/qmd" MCP: query { "searches" : [ { "type" : "lex" , "query" : "CAP theorem consistency" } , { "type" : "vec" , "query" : "tradeoff between consistency and availability" } ] , "collections" : [ "doc...
882
4565 flutter-environment-setup-macos flutter/skills
flutter-macos-setup Goal Configures a macOS development environment for building, running, and deploying Flutter applications. Validates tooling dependencies including Xcode and CocoaPods, and ensures the environment passes Flutter's diagnostic checks for macOS desktop development. Assumes the host operating system is macOS and the user has administrative privileges. Instructions Verify Flutter Installation Check if Flutter is installed and accessible in the current environment. flutter --versio...
882
4566 nature-polishing yuan1z0825/nature-skills
Nature-Style Academic Polishing Use this skill to improve scientific writing at two levels: main strategy : paper architecture, section logic, reader workflow, evidence thresholds, and ethics reference support : reusable phrase families, move patterns, transitions, and style checks The main strategy should come from the course notes in Chapter1-Week1-7 . The reference wording layer should come from Academic Phrasebank . Default stance Language serves argument. Do not polish sentences while leavi...
882
4567 self-improvement peterskoett/self-improving-agent
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
882
4568 tiktok-ads kostja94/marketing-skills
Paid Ads: TikTok Ads Guides TikTok Ads setup, creative strategy, and optimization. TikTok excels at younger demographics (18–34) and viral-style video; use when your audience skews young and you have video creative capacity. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Why TikTok Demographics : 18–34; Gen Z and younger ...
882
4569 sentry-dotnet-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > .NET SDK Sentry .NET SDK Opinionated wizard that scans your .NET project and guides you through complete Sentry setup: error monitoring, distributed tracing, profiling, structured logging, and cron monitoring across all major .NET frameworks. Invoke This Skill When User asks to "add Sentry to .NET", "set up Sentry in C", or "install Sentry for ASP.NET Core" User wants error monitoring, tracing, profiling, logging, or crons for a .NET app User mentions SentrySdk.Init , Us...
882
4570 golang-uber-dig samber/cc-skills-golang
Persona: You are a Go architect wiring an application graph with dig. You keep the container at the composition root, depend on interfaces not concrete types, and treat constructor errors as first-class failures. Using uber-go/dig for Dependency Injection in Go Reflection-based DI toolkit, designed to power application frameworks (it is the engine behind uber-go/fx ) and resolve object graphs during startup. Official Resources: pkg.go.dev/go.uber.org/dig github.com/uber-go/dig This skill is not ...
881
4571 qiaomu-mondo-poster-design joeseesun/qiaomu-mondo-poster-design
Mondo Style Design Generator Generate AI image prompts AND create actual designs in Mondo's distinctive alternative aesthetic - known for limited-edition screen-printed posters, book covers, and album art with bold colors, minimalist compositions, and symbolic storytelling. This skill can: Generate detailed Mondo-style prompts for any subject Create actual images directly via AI Gateway API Design movie posters, book covers, album art, event posters Provide genre-specific and format-specific tem...
881
4572 spring-data-neo4j giuseppe-trisciuoglio/developer-kit
Spring Data Neo4j Integration Patterns When to Use This Skill To use this skill when you need to: Set up Spring Data Neo4j in a Spring Boot application Create and map graph node entities and relationships Implement Neo4j repositories with custom queries Write Cypher queries using @Query annotations Configure Neo4j connections and dialects Test Neo4j repositories with embedded databases Work with both imperative and reactive Neo4j operations Map complex graph relationships with bidirectional or u...
880
4573 conversion-optimization kostja94/marketing-skills
Strategies: Conversion Optimization Guides conversion rate optimization (CRO): increasing the percentage of visitors who complete desired actions. Higher conversion rates mean increased revenue, reduced CAC, and better ROI. Use this skill when optimizing funnels, running experiments, or reducing friction on high-traffic pages. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when th...
880
4574 my-brain-is-full-crew aradotso/trending-skills
My Brain Is Full — Crew Skill by ara.so — Daily 2026 Skills collection A crew of 10 AI agents embedded in your Obsidian vault that manage knowledge, nutrition, and mental wellness through natural conversation with Claude Code. Built by a PhD researcher for people who are drowning — not just optimizing. What It Does The Crew installs 10 specialized agents into your vault's .claude/ directory. Each agent has its own system prompt, tool restrictions, and model assignment. You talk to Claude Code na...
880
4575 xlsx appautomaton/document-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
879
4576 mem0 mem0ai/mem0
Mem0 Platform Integration Mem0 is a managed memory layer for AI applications. It stores, retrieves, and manages user memories via API — no infrastructure to deploy. Step 1: Install and authenticate Python: pip install mem0ai export MEM0_API_KEY = "m0-your-api-key" TypeScript/JavaScript: npm install mem0ai export MEM0_API_KEY = "m0-your-api-key" Get an API key at: https://app.mem0.ai/dashboard/api-keys Step 2: Initialize the client Python: from mem0 import MemoryClient client = MemoryClient ( api...
878
4577 spring-boot-saga-pattern giuseppe-trisciuoglio/developer-kit
Spring Boot Saga Pattern When to Use Implement this skill when: Building distributed transactions across multiple microservices Needing to replace two-phase commit (2PC) with a more scalable solution Handling transaction rollback when a service fails in multi-service workflows Ensuring eventual consistency in microservices architecture Implementing compensating transactions for failed operations Coordinating complex business processes spanning multiple services Choosing between choreography-base...
877
4578 threejs mrgoonie/claudekit-skills
Three.js Development Build high-performance 3D web applications using Three.js - a cross-browser WebGL/WebGPU library. When to Use This Skill Use when working with: 3D scenes, models, animations, or visualizations WebGL/WebGPU rendering and graphics programming Interactive 3D experiences (games, configurators, data viz) Camera controls, lighting, materials, or shaders Loading 3D assets (GLTF, FBX, OBJ) or textures Post-processing effects (bloom, depth of field, SSAO) Physics simulations, VR/...
877
4579 docx appautomaton/document-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
877
4580 quick-stats marketcalls/vectorbt-backtesting-skills
Generate a quick inline backtest and print stats. Do NOT create a file - output code directly for the user to run or execute in a notebook. Arguments $0 = symbol (e.g., SBIN, RELIANCE). Default: SBIN $1 = exchange. Default: NSE $2 = interval. Default: D Instructions Generate a single code block the user can paste into a Jupyter cell or run as a script. The code must: Fetch data from OpenAlgo (or DuckDB if user provides a DB path, or yfinance as fallback) Use TA-Lib for EMA 10/20 crossover (never...
877
4581 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...
877
4582 stock-watcher agentbay-ai/agentbay-skills
Stock Watcher Skill This skill provides comprehensive stock watchlist management capabilities, allowing users to track their favorite stocks and get performance summaries using real-time data from 同花顺 (10jqka.com.cn). 自选股行情查看 当你要求查看自选股行情时,系统会直接显示以下信息: 每只股票的代码和名称 近期表现指标(涨跌幅等关键数据) 详细信息链接(可点击查看) 无需额外命令,直接为你呈现简洁明了的行情概览。 管理自选股 添加股票 使用股票代码(6位数字)添加到自选股: 例如:添加 600053 九鼎投资 删除股票 通过股票代码删除自选股: 例如:删除 600053 查看自选股列表 显示当前所有自选股的完整列表 清空自选股列表 完全清空所有自选股 数据来源 主要使用 同花顺 (10jqka.com.cn) 作为数据源: 股票页面 : https://stockpage...
876
4583 expo-react-native-typescript mindrally/skills
Expo React Native TypeScript You are an expert in Expo, React Native, and TypeScript mobile development. Core Principles Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Organize files with exported component, subcomponents, helpers, static content, and types Use lowercase with dashes for directories like components/auth-wizard TypeScript Standards Implement TypeScript throughout your codebase Prefer interfaces o...
876
4584 letzai-api letz-ai/letzai-skill
LetzAI API Integration Skill Overview This skill enables Claude to help users integrate with the LetzAI API for AI-powered image and video generation, editing, and upscaling. Users can also leverage custom-trained AI models (persons, objects, styles) via the @modelname syntax. Authentication Base URL: https://api.letz.ai Authentication: Bearer token in Authorization header Get API Key: letz.ai/subscription API Documentation: api.letz.ai/doc Setting Up Authentication const headers = { 'Conten...
876
4585 dokie-ai-ppt myzy-ai/dokie-ai-ppt
Dokie AI PPT Skill This is Dokie AI PPT Skill — a professional presentation design skill. Use it whenever you need to generate a PPT, create a presentation, or build any showcase content with HTML. Built on web technologies, supporting everything from minimal business style to Awwwards-level creative motion — far beyond what traditional PPT can deliver. Prerequisites npx dokie-cli themes Verify CLI is available Workflow ⚠️ IMPORTANT: This is an interactive, step-by-step workflow. At each step, ...
876
4586 grammar-check phuryn/pm-skills
Grammar and Flow Checking You are an expert copyeditor and writing specialist. Your role is to identify grammar, logical, and flow errors in text, then provide clear, actionable fix suggestions without rewriting the entire document. Purpose Analyze text for grammar, logical, and flow errors. Provide specific, focused suggestions on how to fix each issue. Focus on clarity, correctness, and readability. Input Arguments $OBJECTIVE : What is the intended purpose or goal of the text? (e.g., "persuade...
876
4587 vp-cpo-readiness-advisor deanpeters/product-manager-skills
Purpose Guide Directors and senior product leaders through the specific challenges of the transition to VP or CPO using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, lived-experience coaching calibrated to your situation — not generic executive advice. The VP/CPO transition is not a continuation of the Director transition. The landscape changes. Strategy becomes largely unwritten. Your primary customer may shift. You stop using product l...
874
4588 pytest bobmatnyc/claude-mpm-skills
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
873
4589 agent-tools inference-sh/skills
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
873
4590 rag giuseppe-trisciuoglio/developer-kit
RAG Implementation Build Retrieval-Augmented Generation systems that extend AI capabilities with external knowledge sources. Overview RAG (Retrieval-Augmented Generation) enhances AI applications by retrieving relevant information from knowledge bases and incorporating it into AI responses, reducing hallucinations and providing accurate, grounded answers. When to Use Use this skill when: Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implement...
873
4591 github-triage code-yeongyu/oh-my-opencode
GitHub Issue Triage Triage issues in the current repo using a label-based state machine. Infer the repo from git remote . Use gh for all GitHub operations. AI Disclaimer Every comment or issue posted to GitHub during triage must include the following disclaimer at the top of the comment body, before any other content: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Labels L...
873
4592 citation-management davila7/claude-code-templates
Citation Management Overview Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly formatted BibTeX entries. Critical for maintaining citation accuracy, avoiding reference errors, and ensuring reproducible research. Integrates seamlessly wi...
873
4593 positioning-ideas phuryn/pm-skills
Positioning Ideas Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with strategic rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy. When to Use Developing product positioning strategy Differentiating from competitors Crafting brand positioning statements Identifying market positioning gaps Triggers: positioning, brand positioning, differ...
871
4594 product-vision phuryn/pm-skills
Product Vision Metadata Name : product-vision Description : Brainstorm an inspiring, achievable, and emotional product vision. Use when defining or refining product vision, aligning teams around a north star, or creating a vision statement. Triggers : product vision, vision statement, create vision, inspiring vision, north star vision Domain Context A product vision answers: "How can we inspire people? What are we aspiring to achieve? What values do we uphold?" Vision evolves with strategy — it'...
871
4595 loom-video-downloader serpdownloaders/skills
Loom Downloader (Browser Extension) Download Loom-hosted videos from watch pages and embeds directly in your browser for offline viewing. Loom Downloader is a browser extension built for users who want a cleaner way to save Loom videos without falling back to developer tools, network tabs, or command-line utilities. It works on standard Loom share pages and supported embeds, detects the active media source, and exports the final result as a usable local file for offline playback. Save supported ...
870
4596 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...
870
4597 claude-peers-mcp aradotso/trending-skills
claude-peers-mcp Skill by ara.so — Daily 2026 Skills collection. claude-peers is an MCP server that lets multiple Claude Code instances running on the same machine discover each other and exchange messages in real-time. A local broker daemon (SQLite + HTTP on localhost:7899 ) handles peer registration and message routing; each session's MCP server pushes inbound messages directly into the Claude channel so they appear instantly. Installation 1. Clone and install dependencies git clone https://gi...
870
4598 oklch-skill jakubkrehel/oklch-skill
OKLCH Colors OKLCH is a perceptually uniform color space where the numbers actually mean what you think they mean. Most color problems in CSS — broken palettes, failing contrast, hue drift — come from using color spaces that don't match how we see. OKLCH fixes the model so the tools work. To explore interactively, visit oklch.fyi . Quick Reference Category When to use Reference Conversion Hex/rgb/hsl to oklch color-conversion.md Palettes Generate scales, multi-hue, dark mode palette-generation.m...
870
4599 pricing-strategy phuryn/pm-skills
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting 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 con...
870
4600 speakturbo-tts emzod/speak-turbo
speakturbo - Talk to your Claude! Give your agent the ability to speak to you real-time. Ultra-fast text-to-speech with ~90ms latency and 8 built-in voices. Quick Start Play immediately - you should hear "Hello world" through your speakers speakturbo "Hello world" Output: ⚡ 92ms → ▶ 93ms → ✓ 1245ms Verify it's working by saving to file speakturbo "Hello world" -o test.wav ls -lh test.wav Should show ~50-100KB file Output explained: ⚡ = first audio received, ▶ = playback started, ✓ = do...
869