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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
18751 presentation-pitch-deck aaronvanston/skills-presentations
Pitch Deck Create investor-ready pitch decks that get meetings, pass AI screening, and tell your story without you in the room. Pitch Deck vs. Presented Deck Aspect Presented Deck Pitch Deck Text density Minimal — speaker adds context Higher — must stand alone Structure Flexible narrative Expected frameworks (Sequoia, YC) Traction Discussed verbally Shown prominently with charts The Ask Built to naturally Explicit dedicated slide Length Flexible 10-15 slides max Reading speed 3 sec/slide (glance...
38
18752 interview-transcription jamditis/claude-skills-journalism
Interview transcription and management Practical workflows for journalists managing interviews from preparation through publication. When to activate Preparing questions for an interview Processing audio/video recordings Creating or managing transcripts Organizing notes from multiple sources Building a source relationship database Generating timestamped quotes for fact-checking Converting recordings to publishable quotes Pre-interview preparation Research checklist Before recording starts, you s...
38
18753 update-release-notes tldraw/tldraw
Update release notes This skill handles the operational tasks of maintaining release notes: adding new PR entries to next.mdx and archiving releases when a new version is published. Release cycle The SDK releases every four weeks. One week before launch, the SDK is frozen and a production branch is cut from main . During release week, only hotfixes are cherry-picked to production . The release notes in next.mdx must reflect what ships on the production branch — not everything on main . The get-n...
38
18754 arduino-code-generator wedsamuel1230/arduino-skills
Arduino Code Generator Generate production-quality Arduino code snippets for sensors, actuators, communication, and embedded patterns. Quick Start Browse example sketches: See 9 production-ready examples in examples/ folder ls examples/ config-example.ino, filtering-example.ino, buttons-example.ino, i2c-example.ino, csv-example.ino, scheduler-example.ino, state-machine-example.ino, hardware-detection-example.ino, data-logging-example.ino List available patterns: uv run --no-project scripts/...
38
18755 laravel:using-laravel-superpowers jpcaparas/superpowers-laravel
This plugin adds Laravel-aware guidance while staying platform-agnostic. It works in any Laravel app with or without Sail. Runner Selection (Sail or non-Sail) Use the minimal wrapper below when running commands: ``` Prefer Sail if available, else fall back to host alias sail='sh $([ -f sail ] && echo sail || echo vendor/bin/sail)' Example (both work depending on environment) sail artisan test with Sail php artisan test without Sail sail composer require x/y with ...
38
18756 slidev-magic-move yoanbernabeu/slidev-skills
This skill covers Shiki Magic Move, a powerful feature that creates smooth animated transitions between different code states, similar to Keynote's Magic Move effect. When to Use This Skill - Showing code evolution step by step - Refactoring demonstrations - Before/after code comparisons - Tutorial walkthroughs - Animated code transformations How Magic Move Works Magic Move analyzes two code blocks and: - Identifies unchanged tokens - Finds moved/renamed tokens - Detects added/remov...
38
18757 frontend-design yyh211/claude-meta-skill
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
38
18758 fancy-yard-landscaper erichowens/some_claude_skills
Fancy Yard Landscaper Transform your outdoor space into a beautiful, functional landscape with expert plant knowledge and design principles. When to Use This Skill Use for: Analyzing photos of your yard for design potential Creating landscape plans with visualization Plant selection for your climate and conditions Privacy screening (fast-growing options that actually work) Architecture-complementing design Seasonal planning and phased implementation Understanding what grows tall and fast (an...
38
18759 trpc-patterns blogic-cz/blogic-marketplace
TRPC Patterns Overview Implement TRPC routers following the project's established patterns for schema definition, custom procedures, middleware, and error handling. When to Use This Skill Use this skill when: Creating new TRPC routers Adding procedures to existing routers Building custom middleware for authorization Implementing error handling in TRPC endpoints Need examples of proper TRPC patterns Core Patterns 1. Simple Inline Schemas For simple validation schemas, define them inline within th...
38
18760 cloud-azure-vm teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
38
18761 background-removal eachlabs/skills
Background Removal Remove backgrounds from images via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}' How To Use Reve for image editing including background changes: infsh app run falai/reve --input '{ "prompt": "remove the background, make it transparent", "image_url": "https://portrait.jpg" }' Or change backg...
38
18762 docs-seeker duc01226/easyplatform
Documentation Discovery & Analysis Overview Intelligent discovery and analysis of technical documentation through multiple strategies: llms.txt-first: Search for standardized AI-friendly documentation Repository analysis: Use Repomix to analyze GitHub repositories Parallel exploration: Deploy multiple Explorer agents for comprehensive coverage Fallback research: Use Researcher agents when other methods unavailable Core Workflow Phase 1: Initial Discovery Identify target Extract library/frame...
38
18763 sendgrid-webhooks hookdeck/webhook-skills
SendGrid Webhooks When to Use This Skill Setting up SendGrid webhook handlers for email delivery tracking Debugging ECDSA signature verification failures Processing email events (bounce, delivered, open, click, spam report) Implementing email engagement analytics Essential Code Signature Verification (Manual) SendGrid uses ECDSA (Elliptic Curve Digital Signature Algorithm) with public key verification. // Node.js manual verification const crypto = require ( 'crypto' ) ; function verifySignature ...
38
18764 agent-evaluation eyadsibai/ltk
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
38
18765 implement inkeep/team-skills
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
38
18766 vue-best-practices vinayakkulkarni/vue-nuxt-best-practices
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
38
18767 shader-techniques pluginagentmarketplace/custom-plugin-game-developer
Shader Techniques Shader Pipeline Overview ┌─────────────────────────────────────────────────────────────┐ │ RENDERING PIPELINE │ ├─────────────────────────────────────────────────────────────┤ │ CPU (Game Logic) │ │ ↓ │ │ VERTEX SHADER │ │ ├─ Transform vertices to clip space │ │ ├─...
38
18768 workflow-lite-plan catlog22/claude-code-workflow
Workflow-Lite-Plan Planning pipeline: explore → clarify → plan → confirm → handoff to lite-execute. Context Isolation CRITICAL : If invoked from analyze-with-file (via "执行任务"), the analyze-with-file session is COMPLETE and all its phase instructions are FINISHED and MUST NOT be referenced. Only follow LP-Phase 1-5 defined in THIS document. Phase numbers are INDEPENDENT of any prior workflow. Input <task-description> Task description or path to .md file (required) Flag Description -y , --...
38
18769 devops-infrastructure cloudai-x/claude-workflow-v2
DevOps & Infrastructure When to Load Trigger : Docker, CI/CD pipelines, deployment configuration, monitoring, infrastructure as code Skip : Application logic only with no infrastructure or deployment concerns DevOps Workflow Copy this checklist and track progress: DevOps Setup Progress: - [ ] Step 1: Containerize application (Dockerfile) - [ ] Step 2: Set up CI/CD pipeline - [ ] Step 3: Define deployment strategy - [ ] Step 4: Configure monitoring & alerting - [ ] Step 5: Set up environment mana...
38
18770 rollup teachingai/full-stack-skills
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
38
18771 web-design-guidelines andrelandgraf/fullstackrecipes
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
38
18772 model-fallback aaaaqwq/claude-code-skills
模型自动降级与故障切换 当使用此技能 模型请求失败 API 超时 达到速率限制 配额耗尽 需要确保服务连续性 工作原理 监控 : 检测模型请求状态 判断 : 识别失败类型(超时/限额/错误) 切换 : 自动降级到备用模型 重试 : 失败请求自动重试 恢复 : 主模型恢复后自动切回 多供应商支持 优先级配置 跨供应商故障转移 智能负载均衡 错误类型 超时 : 切换到更快模型 限额 : 切换到有配额模型 错误 : 切换到不同供应商 触发词 "模型降级" "自动切换" "模型故障" "API 失败"
38
18773 remotion-best-practices ncklrs/startup-os-skills
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
38
18774 godot-theme-easter thedivergentai/gd-agentic-skills
Easter Theme (Aesthetics & Juice) Overview This skill provides the assets and logic to "Easter-fy" a game. It focuses on the Classic Easter aesthetic: bright pastels, bouncy animations, and egg/bunny iconography. Core Components 1. Easter Palette Override ( easter_palette_override.gd ) A runtime theme injector. Behavior : Iterates through UI nodes and applies a pre-defined "Easter" color palette (Pink, Cyan, Yellow, Mint). Use for : Instantly theming a menu or HUD without manually editing 50 Sty...
38
18775 http-api-cloudbase tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill whenever you need to call CloudBase platform features via raw HTTP APIs , for example: Non-Node backends (Go, Python, Java, PHP, etc.) Integration tests or admin scripts that use curl or language HTTP clients Direct database operations via MySQL RESTful API Cloud function invocation via HTTP Any scenario where SDKs are not available or not preferred Do not use this skill for: Frontend Web apps using @cloudbase/js-sdk (use CloudBase Web skills) Node.js code u...
38
18776 example-skill iterate/iterate
Example Skill This skill demonstrates the structure and format for Claude Code plugin skills. Overview Skills are model-invoked capabilities that Claude autonomously uses based on task context. Unlike commands (user-invoked) or agents (spawned by Claude), skills provide contextual guidance that Claude incorporates into its responses. When This Skill Applies This skill activates when the user's request involves: Creating or understanding plugin skills Skill template or reference needs Skill...
38
18777 architect thebushidocollective/han
Architecture Design Design system architecture and make strategic technical decisions. Core Principle Good architecture enables change while maintaining simplicity. Name han-core:architect - Design system architecture and high-level technical strategy Synopsis /architect [arguments] Architecture vs Planning Architecture Design (this skill): Strategic: "How should the system be structured?" Component interactions and boundaries Technology and pattern choices Long-term implications System-level de...
38
18778 nginx-c-module-design pproenca/dot-skills
nginx.org C Module Directive Design Best Practices Comprehensive directive design guide for nginx C module authors, focused on creating clear, consistent, and admin-friendly configuration interfaces. Contains 46 rules across 8 categories, prioritized by impact to guide decisions about what to expose, how to name it, and how to evolve it safely. When to Apply Reference these guidelines when: Deciding which values to expose as directives vs hardcode Naming new directives and choosing argument type...
38
18779 grdb johnrogers/claude-swift-engineering
GRDB Direct SQLite access using GRDB.swift - type-safe Swift wrapper with full SQLite power when you need it. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Getting Started Setting up DatabaseQueue or DatabasePool Queries Writing raw SQL, Record types, type-safe queries Value Observation Reactive queries, SwiftUI integration Migration...
38
18780 opensea projectopensea/opensea-skill
OpenSea API Query NFT data, trade on the Seaport marketplace, and swap ERC20 tokens across Ethereum, Base, Arbitrum, Optimism, Polygon, and more. Quick start Set OPENSEA_API_KEY in your environment Preferred: Use the opensea CLI ( @opensea/cli ) for all queries and operations Alternatively, use the shell scripts in scripts/ or the MCP server export OPENSEA_API_KEY = "your-api-key" Install the CLI globally (or use npx) npm install -g @opensea/cli Get collection info opensea collections get bore...
38
18781 generic-static-ux-designer travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
38
18782 humanize-ai-text alphaonedev/openclaw-graph
humanize-ai-text Purpose This skill humanizes AI-generated text by reducing detectable patterns, enhancing natural phrasing, and adjusting tone to make it indistinguishable from human writing. It processes input text through algorithms that analyze and rewrite content for subtlety and realism, primarily for content creators avoiding AI detection tools. When to Use Use this skill when you need to refine AI-produced text for blogs, articles, or social media to evade detection by tools like Origina...
38
18783 x-filter kangarooking/x-skills
X Filter Score and filter collected materials for X content creation. Topics scoring ≥7 points enter the creation pool. Scoring System (满分10分) Criteria Weight Description 热度/趋势 4分 Current popularity and trend momentum 争议性 2分 Discussion potential and debate value 高价值 3分 Information density and actionable insights 账号定位相关 1分 Alignment with account positioning Threshold: ≥7分 enters creation pool Prerequisites Materials from x-collect (or manual input) User profile from x-create/references/user-p...
38
18784 skill-creator gravito-framework/gravito
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
38
18785 relational-database-web-cloudbase tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill whenever you need to access CloudBase Relational Database from a browser app (React, Vue, vanilla JS) using @cloudbase/js-sdk . Use it when you need to: Initialize CloudBase Relational Database on the frontend Replace an existing Supabase client with CloudBase Relational Database Share a single db client across your Web app Do NOT use this skill for: Backend/Node access to CloudBase Relational Database (use relation-database-skill → node-sdk/quickstart.md ) ...
38
18786 vitest prowler-cloud/prowler
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...
38
18787 modelslab-interior-design modelslab/skills
ModelsLab Interior Design AI-powered interior design, room decoration, floor planning, and exterior restoration. When to Use This Skill Redesign interior spaces Decorate rooms with AI assistance Generate floor plans from images Transform room styles and aesthetics Restore or enhance building exteriors Create design mockups and variations Visualize renovation ideas Available Endpoints Interior Design POST https://modelslab.com/api/v6/interior/interior Room Decorator POST https://modelslab.com/api...
38
18788 mlops-workflows manutej/luxor-claude-marketplace
MLOps Workflows with MLflow A comprehensive guide to production-grade MLOps workflows covering the complete machine learning lifecycle from experimentation to production deployment and monitoring. Table of Contents MLflow Components Overview Experiment Tracking Model Registry Deployment Patterns Monitoring and Observability A/B Testing Feature Stores CI/CD for ML Model Versioning Production Best Practices MLflow Components Overview MLflow consists of four primary components for managing the M...
38
18789 azure-eventhub-dotnet sickn33/antigravity-awesome-skills
Azure.Messaging.EventHubs (.NET) High-throughput event streaming SDK for sending and receiving events via Azure Event Hubs. Installation Core package (sending and simple receiving) dotnet add package Azure.Messaging.EventHubs Processor package (production receiving with checkpointing) dotnet add package Azure.Messaging.EventHubs.Processor Authentication dotnet add package Azure.Identity For checkpointing (required by EventProcessorClient) dotnet add package Azure.Storage.Blobs Current Versio...
38
18790 marimo maragudk/skills
Contents Editing and Verification Enforcement Key Concepts Cell Structure Editing Rules Core CLI Commands Export Commands Data and Visualization Debugging Workflow Common Issues Additional Resources Marimo Reactive Notebooks Marimo is a reactive Python notebook where cells form a DAG and auto-execute on dependency changes. Notebooks are stored as pure .py files. Editing and Verification Enforcement IRON LAW 1: NEVER MODIFY CELL DECORATORS OR SIGNATURES Only edit code INSIDE @app.cell function bo...
38
18791 agentscope-skill agentscope-ai/agentscope-skills
Understanding AgentScope What is AgentScope? AgentScope is a production-ready, enterprise-grade open-source framework for building multi-agent applications with large language models. Its functionalities cover: Development : ReAct agent, context compression, short/long-term memory, tool use, human-in-the-loop, multi-agent orchestration, agent hooks, structured output, planning, integration with MCP, agent skill, LLMs API, voice interaction (TTS/Realtime), RAG Evaluation : Evaluate multistep agen...
38
18792 sns itsmostafa/aws-agent-skills
AWS SNS Amazon Simple Notification Service (SNS) is a fully managed pub/sub messaging service for application-to-application (A2A) and application-to-person (A2P) communication. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Topics Named channels for publishing messages. Publishers send to topics, subscribers receive from topics. Topic Types Type Description Use Case Standard Best-effort ordering, at-least-once Most use cases...
38
18793 pixel art animator willibrandon/pixel-plugin
This Skill handles all animation-related tasks for sprites, including frame management, timing, animation tags (sequences), and linked cels for efficient animation. When to Use Use this Skill when the user: - Wants to "animate" a sprite or "add animation" - Mentions "frames", "keyframes", or "frame rate" - Describes motion: "walk cycle", "run cycle", "idle animation", "attack animation" - Asks about "animation tags", "loops", or "playback" - Wants to create "sprite sheets" for animation ...
38
18794 kargo-skill julianobarbosa/claude-code-skills
Complete guide for Kargo - an unopinionated continuous promotion platform that extends GitOps principles with progressive delivery capabilities. Overview Kargo manages the promotion of desired state through environments while tools like ArgoCD handle syncing actual state to desired state in Git. Kargo complements ArgoCD by handling promotion logic. Installation Prerequisites - Helm v3.13.1 or later - Kubernetes cluster with cert-manager pre-installed - Optional: ArgoCD v2.13.0+, Argo R...
38
18795 tempo julianobarbosa/claude-code-skills
Tempo Skill for building applications on the Tempo network. Capabilities Navigate Tempo documentation and protocol specs Browse source code for tempoxyz/tempo (Rust node) and tempoxyz/tempo-ts (TypeScript SDK) Access related libraries: viem, wagmi, reth, foundry MCP Tools Use these tools to explore Tempo: Tool Description mcp__tempo__list_pages List all documentation pages mcp__tempo__read_page Read a specific documentation page mcp__tempo__search_docs Search documentation mcp__tempo__list_s...
38
18796 dynamic-api-integration oimiragieo/agent-studio
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Dynamic API Integration Overview This skill teaches agents how to dynamically discover, parse, and call external HTTP APIs at runtime. It is adapted from the Universal Tool Calling Protocol (UTCP) patterns, translated into Node.js / Claude Code tool patterns. Core workflow (5-phase, inspired by UTCP agent state machine): Discover — Fetch and parse an OpenAPI/Swagger spec (or define a manual tool template). Match...
38
18797 wilma aikarjal/wilmai
Wilma Skill Overview Wilma is the Finnish school information system used by schools and municipalities to share messages, news, exams, schedules, homework, and other student-related updates with parents/guardians. Use the wilma / wilmai CLI in non-interactive mode to retrieve Wilma data for AI agents. Prefer --json outputs and avoid interactive prompts. Quick start Install npm i -g @wilm-ai/wilma-cli Ensure the user has run the interactive CLI once to create ~/.config/wilmai/config.json . Use no...
38
18798 better-auth-best-practices andrelandgraf/fullstackrecipes
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
38
18799 architect simota/agent-skills
Architecture Design Design system architecture and make strategic technical decisions. Core Principle Good architecture enables change while maintaining simplicity. Name han-core:architect - Design system architecture and high-level technical strategy Synopsis /architect [arguments] Architecture vs Planning Architecture Design (this skill): Strategic: "How should the system be structured?" Component interactions and boundaries Technology and pattern choices Long-term implications System-level de...
38
18800 coo-analytics lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
38