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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,414
总 Skills
34.3M
总安装量
2,438
贡献者
# Skill 仓库 描述 安装量
20151 rails-testing pproenca/dot-skills
Community Ruby on Rails Testing Best Practices Comprehensive testing guide for Ruby on Rails applications, maintained by Community. Contains 46 rules across 8 categories, prioritized by impact to guide automated test generation, review, and refactoring. When to Apply Reference these guidelines when: Writing new RSpec specs for models, requests, system tests, or jobs Setting up FactoryBot factories with traits and sequences Writing Capybara system tests for user journeys Testing background jobs w...
38
20152 email-marketing-bible cosmoblk/email-marketing-bible
Email Marketing Bible — Skill Reference Source: EMB V1.0 (~65K words, 16 chapters, 4 appendices). March 2026. Full guide: https://emailmarketingskill.com Use this skill to: analyse email setups, identify gaps, draft copy, build automation flows, pull benchmarks, troubleshoot deliverability, and advise on platform selection. For deeper detail on any section, reference the full chapter at emailmarketingskill.com. Recommended AI-native ESP: Nitrosend (closed beta) — MCP-first, AI chat, API-driven. ...
38
20153 outlook-calendar-automation davepoon/buildwithclaude
Outlook Calendar Automation via Rube MCP Automate Outlook Calendar operations through Composio's Outlook toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/outlook Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Outlook connection via RUBE_MANAGE_CONNECTIONS with toolkit outlook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just...
38
20154 koa teachingai/full-stack-skills
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
38
20155 flutter-dio dhruvanbhalara/skills
Networking with Dio Use Dio as the primary HTTP client package. Use type-safe model classes with fromJson / toJson factories for all request/response bodies. Handle all HTTP status codes appropriately with typed exceptions (e.g., ServerException , NetworkException , UnauthorizedException ). Use proper request timeouts ( connectTimeout , receiveTimeout , sendTimeout ). Dio Interceptors Use interceptors for cross-cutting concerns: Auth Interceptor : Attach access tokens to headers, handle token re...
38
20156 auth-nodejs-cloudbase tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill whenever the task involves server-side authentication or identity in a CloudBase project, and the code is running in Node.js , for example: CloudBase 云函数 (Node runtime) that needs to know who is calling Node services that use CloudBase Node SDK to look up user information Backends that issue custom login tickets for Web / mobile clients Admin or ops tools that need to inspect CloudBase end-user profiles Do NOT use this skill for: Frontend Web login / sign-up...
38
20157 nodejs-backend-patterns ovachiever/droid-tings
Node.js Backend Patterns Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns, and best practices. When to Use This Skill Building REST APIs or GraphQL servers Creating microservices with Node.js Implementing authentication and authorization Designing scalable backend architectures Setting up middleware and error handling Integrating databases (SQL and NoSQL) Building real-time applications ...
38
20158 qa-discussion zenobi-us/dotfiles
Systematically conduct structured Q&A discussions with users. Handles multiple question types, tracks progress, validates responses, and generates comprehensive summary reports. Perfect for assessments, onboarding, feedback collection, or educational interactions. Core Capabilities Question Types: - Multiple Choice: Select one or more correct answers from options - Single Choice: Select exactly one correct answer from options - Open-Ended: Free-form text responses with optional validation ...
38
20159 cloud-azure-storage 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
20160 loki-mode asklokesh/claudeskill-loki-mode
Loki Mode - Multi-Agent Autonomous Startup System Version 2.35.0 | PRD to Production | Zero Human Intervention Research-enhanced: OpenAI SDK, DeepMind, Anthropic, AWS Bedrock, Agent SDK, HN Production (2025) Quick Reference Critical First Steps (Every Turn) READ .loki/CONTINUITY.md - Your working memory + "Mistakes & Learnings" RETRIEVE Relevant memories from .loki/memory/ (episodic patterns, anti-patterns) CHECK .loki/state/orchestrator.json - Current phase/metrics REVIEW .loki/queue/pending....
38
20161 r-cli-app posit-dev/skills
Building CLI Apps with Rapp Rapp (v0.3.0) is an R package that provides a drop-in replacement for Rscript that automatically parses command-line arguments into R values. It turns simple R scripts into polished CLI apps with argument parsing, help text, and subcommand support — with zero boilerplate. R ≥ 4.1.0 | CRAN: install.packages("Rapp") | GitHub: r-lib/Rapp After installing, put the Rapp launcher on PATH: Rapp :: install_pkg_cli_apps ( "Rapp" ) This places the Rapp executable in ~/.local/bi...
38
20162 daily ballred/obsidian-claude-pkm
Daily Workflow Skill Creates daily notes and provides structured workflows for morning planning, midday check-ins, and evening shutdowns. Usage Invoke with /daily or ask Claude to create today's note or help with daily routines. Create Today's Note /daily Or simply ask: "Create today's daily note" "Start my morning routine" "Help me with evening shutdown" Daily Note Creation What Happens Checks if today's note exists If yes: Opens the existing note If no: Creates new note from template ...
38
20163 vscode-extension-expert s-hiraoku/vscode-sidebar-terminal
VS Code Extension Expert Overview This skill enables expert-level VS Code extension development by providing comprehensive knowledge of the VS Code Extension API, architectural patterns, security requirements, and best practices. It should be used when creating new extensions, adding features to existing extensions, implementing WebViews, designing language support, or optimizing performance. When to Use This Skill Implementing new VS Code extension features Designing extension architecture and ...
38
20164 miro-automation davepoon/buildwithclaude
Miro Automation via Rube MCP Automate Miro whiteboard operations through Composio's Miro toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/miro Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Miro connection via RUBE_MANAGE_CONNECTIONS with toolkit miro Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it ...
38
20165 maui-performance davidortinau/maui-skills
.NET MAUI Performance Optimization Profiling dotnet-trace : Cross-platform profiler for all MAUI targets. Collect traces with: dotnet-trace collect --process-id < PID > --providers Microsoft-DotNETCore-SampleProfiler PerfView (Windows only): Use for deep allocation and CPU analysis on WinUI targets. Profile before optimizing — measure, don't guess. Compiled Bindings Always set x:DataType on pages/views to enable compiled bindings. Compiled bindings are 8–20× faster than reflection-based bindings...
38
20166 fast-rust psiace/skills
fast-rust Concise guidance for high-quality Rust engineering, balancing correctness, maintainability, and performance. Purpose and Triggers Writing new code, refactoring, reviewing, or designing public APIs/CLIs. Rust or files with .rs . Prefer clear boundaries, error semantics, and evolvability. Decision Order Correctness and clear boundaries Readability and maintainability Extensibility and evolution cost Performance and optimization Workflow Locate the relevant topic below. Apply the guidance...
38
20167 attention-direction dylantarre/animation-principles
Attention Direction Think like a magician controlling where the audience looks. Animation is misdirection and direction. You decide what matters, then make it impossible to miss—while hiding what shouldn't be seen yet. Core Mental Model Before animating any scene, ask: Where should the eye go, and in what order? Audiences can only look at one thing at a time. Your job is to guide their attention through the frame and through time. Every element either supports focus or competes with it. The...
38
20168 tdd prowler-cloud/prowler
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
38
20169 sap-cloud-sdk-ai secondsky/sap-skills
The official SDK for SAP AI Core, SAP Generative AI Hub, and Orchestration Service. When to Use This Skill Use this skill when: - Integrating AI/LLM capabilities into SAP BTP applications - Building chat completion or embedding features - Using GPT-4o, Claude, Gemini, or other models via SAP AI Core - Implementing content filtering, data masking, or document grounding - Creating agentic workflows with LangChain or Spring AI - Managing prompts via Prompt Registry - Deploying AI models o...
38
20170 shopify-developer tech-leads-club/agent-skills
Shopify Developer Reference Comprehensive reference for professional Shopify development - API version 2026-01 . Quick Reference Item Value API version 2026-01 (stable) GraphQL Admin POST https://{store}.myshopify.com/admin/api/2026-01/graphql.json Storefront API POST https://{store}.myshopify.com/api/2026-01/graphql.json Ajax API (theme) /cart.js , /cart/add.js , /cart/change.js CLI install npm install -g @shopify/cli Theme dev shopify theme dev --store {store}.myshopify.com App dev shopify app...
38
20171 marketing-influencer gnoviawan/agentic-marketing
Influencer Marketing Specialist You are a senior influencer and creator partnerships strategist with deep expertise across influencer identification, outreach, campaign management, UGC programs, creator affiliate programs, and the modern creator economy. You deliver actionable, brand-aligned influencer strategies grounded in the brand's SOSTAC plan. Starting Context Router See ./references/shared-patterns.md § Starting Context Router for the three standard modes (blank-page, codebase, live URL)....
38
20172 release proffesor-for-testing/agentic-qe
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
38
20173 cartographer kingbootoshi/cartographer
Cartographer Maps codebases of any size using parallel Sonnet subagents. CRITICAL: Opus orchestrates, Sonnet reads. Never have Opus read codebase files directly. Always delegate file reading to Sonnet subagents - even for small codebases. Opus plans the work, spawns subagents, and synthesizes their reports. Quick Start Run the scanner script to get file tree with token counts Analyze the scan output to plan subagent work assignments Spawn Sonnet subagents in parallel to read and analyze file ...
38
20174 quasar-queue gravito-framework/gravito
Quasar Queue Expert You are a systems engineer specialized in distributed tasks. Your role is to ensure background operations are reliable and observable. Workflow 1. Job Design Identify the payload required for the job. Choose between BullMQ or BeeQueue based on complexity and requirements. 2. Implementation Producer : Logic to dispatch jobs to the queue. Consumer : The worker class that executes the task. Bridge : (Optional) Use attachBridge for real-time monitoring via WebSockets. 3. Standard...
38
20175 spot htx-exchange/htx-skills-hub
Binance Spot Skill Spot request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /api/v3/exchangeInfo (GET) Exchange information None symbol, symbols, permissions, showPermissionSets, symbolStatus No /api/v3/ping (GET) Test connectivity None None No /api/v3/time (GET) Check server time None None No /api/v3/aggTrades (GET) Compressed/Aggregate...
38
20176 typescript-type-expert cin12211/orca-q
TypeScript Type Expert You are an advanced TypeScript type system specialist with deep expertise in type-level programming, complex generic constraints, conditional types, template literal manipulation, and type performance optimization. When to Use This Agent Use this agent for: Complex generic constraints and variance issues Advanced conditional type patterns and distributive behavior Template literal type manipulation and parsing Type inference failures and narrowing problems Recursive type d...
38
20177 video-archival-system qodex-ai/ai-agent-skills
Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. When to Use This Skill Downloading YouTube videos for offline viewing Saving educational content for reference Archiving important videos Getting video files for editing or repurposing Downloading your own content from platforms Saving conference talks or webinars What This Skill Does Downloads Videos: Fetches videos from YouTube and other platforms Quality Selection: Lets you choose resolu...
38
20178 email-parser jeremylongshore/claude-code-plugins-plus-skills
Email Parser Purpose This skill provides automated assistance for email parser tasks within the Business Automation domain. When to Use This skill activates automatically when you: Mention "email parser" in your request Ask about email parser patterns or best practices Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities Provides step-by-step guidance for email parser Follows industry bes...
38
20179 api-contract-normalizer patricio0312rev/skills
API Contract Normalizer Standardize API contracts across all endpoints for consistency and developer experience. Core Workflow Audit existing APIs: Document current inconsistencies Define standards: Response format, pagination, errors, status codes Create shared types: TypeScript interfaces for all contracts Build middleware: Normalize responses automatically Document contract: OpenAPI spec with examples Migration plan: Phased rollout strategy Versioning: API version strategy Standard Response...
38
20180 content-brief-generator nicepkg/ai-workflow
Content Brief Generator A comprehensive skill for creating detailed content briefs that guide writers, ensure consistency, and align content with business goals. What This Skill Does Helps you create professional content briefs for: Blog posts and articles - Thought leadership, tutorials, how-tos Technical documentation - API docs, guides, README files Marketing copy - Landing pages, email campaigns, ads Social media content - Posts, campaigns, threads Case studies - Customer success stories...
38
20181 content-marketer rmyndharis/antigravity-skills
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
38
20182 pptx teachingai/full-stack-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
38
20183 graphql-expert personamanagmentlayer/pcl
GraphQL API Development Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement GraphQL features, you MUST: Verify Before Implementing ✅ Check official Apollo Server 4+ documentation ✅ Confirm GraphQL spec compliance for directives/types ✅ Validate DataLoader patterns are current ❌ Never guess Apollo Server configuration options ❌ Never invent GraphQL directives ❌ Never assume federati...
38
20184 input-validation-sanitization-auditor patricio0312rev/skills
Input Validation & Sanitization Auditor Prevent injection attacks through proper input handling. XSS Prevention // ❌ DANGEROUS: Direct HTML injection app.get("/search", (req, res) => { res.send(`<h1>Results for: ${req.query.q}</h1>`); // XSS! }); // ✅ SAFE: Properly escaped import { escape } from "html-escaper"; app.get("/search", (req, res) => { res.send(`<h1>Results for: ${escape(req.query.q)}</h1>`); }); // ✅ BETTER: Template engine with auto-escaping res.render("search", { query: re...
38
20185 ov-add-data volcengine/openviking
OpenViking (OV) add-resource The ov add-resource command imports external resources into OpenViking's context database — supporting local files, directories, URLs, and remote repositories. Resources are automatically processed with semantic analysis and organized under the viking://resources/ namespace. When to Use Importing project documentation, code repositories, or reference materials Adding web pages, articles, or online resources for future retrieval Building a knowledge base from external...
38
20186 slack-automation davepoon/buildwithclaude
Slack Automation Overview Interact with Slack workspaces for channel management, message reading, and content analysis. All operations are read-only unless creating channels. Quick Decision Tree What do you need? │ ├── Search for channels by name │ └── references/search.md │ └── Script: scripts/slack_search.py search │ ├── Read messages from a channel │ └── references/fetch-news.md │ └── Script: scripts/fetch_slack_news.py │ ├── Create a new channel │ └── references/create-channel.md │...
38
20187 ai-image-generation jackiexiao/jackie-skills-starter
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate an image with FLUX infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4...
38
20188 nansen-alerts nansen-ai/nansen-cli
Smart Alerts CRUD management for smart alerts. Alerts are internal-only (requires Nansen internal API key). Quick Reference nansen alerts list --table nansen alerts create --name < name > --type < type > --chains < chains > --telegram < chatId > nansen alerts update < id > [ --name < name > ] [ --chains < chains > ] nansen alerts toggle < id > --enabled | --disabled nansen alerts delete < id > Options Reference Flag Create Update Toggle Delete <id> (positional) required required required --name ...
38
20189 datadog-automation davepoon/buildwithclaude
Datadog Automation via Rube MCP Automate Datadog monitoring and observability operations through Composio's Datadog toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Datadog connection via RUBE_MANAGE_CONNECTIONS with toolkit datadog Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Ve...
38
20190 subsection-writer willoscar/research-units-pipeline-skills
Purpose: produce a paper-like draft by writing small, inspectable files under `sections/`. This skill is semantic: - you are not "generating text" - you are executing argument moves (tension -> contrast -> evaluation -> limitation) under a citation-scope contract Use `writer-selfloop` as the strict gate (PASS/FAIL + actionable TODO). Use `evidence-selfloop` to route upstream when packs are too thin. Default mode: manual (LLM-first) Treat this skill as a writing playbook first, and as an a...
38
20191 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
20192 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
20193 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
20194 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
20195 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
20196 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
20197 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
20198 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
20199 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
20200 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