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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,555
总 Skills
94.7M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
10401 shadcn-ui-expert majesteitbart/talentmatcher
shadcn-ui Expert shadcn-ui is a collection of beautifully-designed, accessible React components built with TypeScript, Tailwind CSS, and Radix UI primitives. This skill guides you through component selection, implementation, customization, and best practices. Quick Start Installation First, initialize shadcn-ui in your project: npx shadcn-ui@latest init This creates a components.json file for configuration. Choose your framework: Next.js (App Router recommended) Vite Remix Astro Laravel G...
421
10402 skill-from-github gbsoss/skill-from-masters
Skill from GitHub When users want to accomplish something, search GitHub for quality projects that solve the problem, understand them deeply, then create a skill based on that knowledge. When to Use When users describe a task and you want to find existing tools/projects to learn from: "I want to be able to convert markdown to PDF" "Help me analyze sentiment in customer reviews" "I need to generate API documentation from code" Workflow Step 1: Understand User Intent Clarify what the user wan...
421
10403 howto-section-generator kostja94/marketing-skills
Components: HowTo Section Guides HowTo as an in-page section : a block of ordered steps (and optional HowTo JSON-LD) embedded inside article, documentation, tool, or landing pages. Not a standalone page type—parent page structure and templates come from article-page-generator , docs-page-generator , tools-page-generator , landing-page-generator , etc. Distinct from FAQ (Q&A → FAQPage) and from full article body drafting alone ( article-content ). schema-markup remains the source for exhaustive S...
421
10404 logging-observability wshaddix/dotnet-skills
You are a senior .NET architect specializing in observability. When implementing logging and monitoring in Razor Pages applications, follow these patterns to ensure production-grade observability, troubleshooting capabilities, and integration with monitoring systems. Target .NET 8+ with nullable reference types enabled. Rationale Effective observability is critical for production applications. Poor logging makes debugging impossible, and lack of correlation IDs makes tracing requests across serv...
421
10405 project-structure wshaddix/dotnet-skills
.NET Project Structure and Build Configuration When to Use This Skill Use this skill when: Setting up a new .NET solution with modern best practices Configuring centralized build properties across multiple projects Implementing central package version management Setting up SourceLink for debugging and NuGet packages Automating version management with release notes Pinning SDK versions for consistent builds Recommended Solution Layout MyApp/ ├── .config/ │ └── dotnet-tools.json Local...
421
10406 systemic-worldbuilding jwynia/agent-skills
Systemic Worldbuilding: Cascading Consequences Skill You help writers build speculative worlds by systematically tracing how initial changes ripple through society across multiple domains and timescales. Rather than simply introducing novel elements, this approach explores how they would realistically transform everything they touch. Core Principle "A good science fiction story should be able to predict not the automobile, but the traffic jam." - Frederik Pohl The power of speculative fictio...
421
10407 nowait-reasoning-optimizer davila7/claude-code-templates
NOWAIT Reasoning Optimizer Implements the NOWAIT technique from the paper "Wait, We Don't Need to 'Wait'! Removing Thinking Tokens Improves Reasoning Efficiency" (Wang et al., 2025). Overview NOWAIT is a training-free inference-time intervention that suppresses self-reflection tokens (e.g., "Wait", "Hmm", "Alternatively") during generation, reducing chain-of-thought (CoT) trajectory length by 27-51% without compromising model utility. When to Use Deploying R1-style reasoning models with limi...
421
10408 cloudbase tencentcloudbase/skills
CloudBase Development Guidelines 📁 Reference Files Location All reference documentation files are located in the references/ directory relative to this file. File Structure: cloudbase/ ├── SKILL.md This file (main entry) └── references/ All reference documentation ├── auth-web/ Web authentication guide ├── auth-wechat/ WeChat authentication guide ├── no-sql-web-sdk/ NoSQL database for Web ├── ui-design/ UI design guidelines └── ... ...
421
10409 chroma davila7/claude-code-templates
Chroma - Open-Source Embedding Database The AI-native database for building LLM applications with memory. When to use Chroma Use Chroma when: Building RAG (retrieval-augmented generation) applications Need local/self-hosted vector database Want open-source solution (Apache 2.0) Prototyping in notebooks Semantic search over documents Storing embeddings with metadata Metrics: 24,300+ GitHub stars 1,900+ forks v1.3.3 (stable, weekly releases) Apache 2.0 license Use alternatives instead: Pin...
421
10410 creator marswaveai/skills
When to Use User wants a full content package for a specific platform (WeChat article, Xiaohongshu post, narration script) User says "帮我写篇公众号", "小红书图文", "口播稿", "create content" User provides a URL/text/topic and wants it turned into platform-ready content with images When NOT to Use User wants a single image without a content workflow → use image-gen directly User wants a single TTS audio → use tts directly User wants to transcribe audio → use asr directly User wants a podcast episode → use podc...
421
10411 use-user-controlled-wallets circlefin/skills
Overview User-controlled wallets are non-custodial wallets where end users maintain control over their private keys and assets. Users authorize all sensitive operations (transactions, signing, wallet creation) through a challenge-response model that ensures user consent before execution. Multi-chain support includes EVM chains, Solana, and Aptos. Prerequisites / Setup Installation npm install @circle-fin/user-controlled-wallets@latest @circle-fin/w3s-pw-web-sdk@latest vite-plugin-node-polyfills ...
421
10412 cloudbase-agent-ts tencentcloudbase/skills
Cloudbase Agent (TypeScript) TypeScript SDK for deploying AI agents as HTTP services using the AG-UI protocol. Note: This skill is for TypeScript/JavaScript projects only. When to use this skill Use this skill for AI agent development when you need to: Deploy AI agents as HTTP services with AG-UI protocol support Build agent backends using LangGraph or LangChain frameworks Create custom agent adapters implementing the AbstractAgent interface Understand AG-UI protocol events and message streaming...
420
10413 session-compression bobmatnyc/claude-mpm-skills
AI Session Compression Techniques Summary Compress long AI conversations to fit context windows while preserving critical information. Session compression enables production AI applications to manage multi-turn conversations efficiently by reducing token usage by 70-95% through summarization, embedding-based retrieval, and intelligent context management. Achieve 3-20x compression ratios with minimal performance degradation. Key Benefits: Cost Reduction: 80-90% token cost savings through hier...
420
10414 test parcadei/continuous-claude-v3
Run tests for the React codebase. Arguments: $ARGUMENTS: Channel, flags, and test pattern Usage Examples: /test ReactFiberHooks - Run with source channel (default) /test experimental ReactFiberHooks - Run with experimental channel /test www ReactFiberHooks - Run with www-modern channel /test www variant false ReactFiberHooks - Test VARIANT=false /test stable ReactFiberHooks - Run with stable channel /test classic ReactFiberHooks - Run with www-classic channel /test watch ReactFiberHooks - Ru...
420
10415 expo pproenca/dot-skills
Community Expo React Native Best Practices Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Expo React Native components Optimizing app startup and Time to Interactive Implementing lists, images, or animations Reducing bundle size and memory usage Reviewing code for mobile performance issues...
420
10416 testcontainers wshaddix/dotnet-skills
Integration Testing with TestContainers When to Use This Skill Use this skill when: Writing integration tests that need real infrastructure (databases, caches, message queues) Testing data access layers against actual databases Verifying message queue integrations Testing Redis caching behavior Avoiding mocks for infrastructure components Ensuring tests work against production-like environments Testing database migrations and schema changes Core Principles Real Infrastructure Over Mocks - Use ac...
420
10417 dotnet-xunit wshaddix/dotnet-skills
dotnet-xunit xUnit v3 testing framework features for .NET. Covers [Fact] and [Theory] attributes, test fixtures ( IClassFixture , ICollectionFixture ), parallel execution configuration, IAsyncLifetime for async setup/teardown, custom assertions, and xUnit analyzers. Includes v2 compatibility notes where behavior differs. Version assumptions: xUnit v3 primary (.NET 8.0+ baseline). Where v3 behavior differs from v2, compatibility notes are provided inline. xUnit v2 remains widely used; many projec...
420
10418 frontend-to-backend-requirements davila7/claude-code-templates
Backend Requirements Mode You are a frontend developer documenting what data you need from backend. You describe the what , not the how . Backend owns implementation details. No Chat Output : ALL responses go to .claude/docs/ai/<feature-name>/backend-requirements.md No Implementation Details : Don't specify endpoints, field names, or API structure—that's backend's call. The Point This mode is for frontend devs to communicate data needs: What data do I need to render this screen? What actions sho...
420
10419 aws-dynamodb alinaqi/claude-bootstrap
AWS DynamoDB Skill Load with: base.md + [typescript.md | python.md] DynamoDB is a fully managed NoSQL database designed for single-digit millisecond performance at any scale. Master single-table design and access pattern modeling. Sources: DynamoDB Docs | SDK v3 | Best Practices Core Principle Design for access patterns, not entities. Think access-pattern-first. DynamoDB requires you to know your queries before designing your schema. Model around how you'll access data, not how data relate...
420
10420 qa-game opusgamelabs/game-creator
QA Game Add automated QA testing with Playwright to an existing game project. Tests verify your game boots, scenes work, scoring functions, and visuals haven't broken — like a safety net for your game. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-qa skill to get the full testing patterns and fixtures. Step 1: Audit testability Read package.json to identify the engine and dev server port Read vite.config.js for the server port Read ...
420
10421 git:analyze-issue neolabhq/context-engineering-kit
Please analyze GitHub issue $ARGUMENTS and create a technical specification. Follow these steps: Check if the issue is already loaded: Look for the issue file in ./specs/issues/ folder File naming pattern: <number-padded-to-3-digits>-<kebab-case-title>.md If not found, fetch the issue details from GitHub (see step 2) Fetch the issue details (if not already loaded): Read .claude/commands/load-issues.md to understand how to fetch issue details Save the issue file following the load-issues.md forma...
419
10422 memory-leak-detection aj-geddes/useful-ai-prompts
Memory Leak Detection Overview Identify and fix memory leaks to prevent out-of-memory crashes and optimize application performance. When to Use Memory usage growing over time Out of memory (OOM) errors Performance degradation Container restarts High memory consumption Implementation Examples 1. Node.js Heap Snapshots import v8 from 'v8'; import fs from 'fs'; class MemoryProfiler { takeSnapshot(filename: string): void { const snapshot = v8.writeHeapSnapshot(filename); console.log(`He...
419
10423 database-schema-documentation aj-geddes/useful-ai-prompts
Database Schema Documentation Overview Create comprehensive database schema documentation including entity relationship diagrams (ERD), table definitions, indexes, constraints, and data dictionaries. When to Use Database schema documentation ERD (Entity Relationship Diagrams) Data dictionary creation Table relationship documentation Index and constraint documentation Migration documentation Database design specs Schema Documentation Template Database Schema Documentation Database: PostgreSQL...
419
10424 gmail membranedev/application-skills
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
419
10425 database-backup-restore aj-geddes/useful-ai-prompts
Database Backup & Restore Overview Implement comprehensive backup and disaster recovery strategies. Covers backup types, retention policies, restore testing, and recovery time objectives (RTO/RPO). When to Use Backup automation setup Disaster recovery planning Recovery testing procedures Backup retention policies Point-in-time recovery (PITR) Cross-region backup replication Compliance and audit requirements PostgreSQL Backup Strategies Full Database Backup pg_dump - Text Format: Simple full...
419
10426 repo-analyzer yzddmr6/repo-analyzer
Git 项目深度分析技能 深度分析开源项目并生成专业架构报告。报告是有深度洞察的技术研究,读完后读者能理解业务问题、掌握架构设计、产生自己的思考。 When to Use 分析开源项目的架构和设计 对比两个同类项目的设计差异 深入研究一个框架或库的实现思路 When NOT to Use 简单的代码问题或调试 单文件分析或代码审查 不涉及架构层面的代码修改 输出语言 默认中文。如果用户使用其他语言提问,则跟随用户语言。 核心原则 1. 业务视角优先 从"这个项目解决什么问题"出发,不是"这个文件里有什么函数"。 不要 要 handleRequest(ctx) 函数接收一个 Context 参数... 请求进来后,系统会经过鉴权、限流、路由分发三个阶段... interface MessageQueue { push(); pop() } 模块间通过消息队列解耦,生产者只管投递,消费者按优先级拉取 2. 抽象层次把控:不贴代码,讲设计 默认在设计模式和架构层面描述, 非必要情况下不贴原始代码 。重点突出流程、逻辑、设计思想,用架构图(Mermaid)、流程图、表格来表达,而非代码片段。只...
419
10427 team yeachan-heo/oh-my-claudecode
Team Skill Spawn N coordinated agents working on a shared task list using Claude Code's native team tools. Replaces the legacy /swarm skill (SQLite-based) with built-in team management, inter-agent messaging, and task dependencies -- no external dependencies required. The swarm compatibility alias was removed in 1131. Usage /oh-my-claudecode:team N:agent-type "task description" /oh-my-claudecode:team "task description" /oh-my-claudecode:team ralph "task description" Parameters N - Number of team...
419
10428 character-arc jwynia/agent-skills
Character Arc: Transformation Skill You help writers design internal character journeys and diagnose why transformations aren't working. Core Principle A character arc is the inner journey—the transformation from one sort of person to a different sort under pressure. The external plot creates pressure; the arc is how the character changes. The arc is not the plot. The plot is what happens. The arc is who the character becomes. Arc Types Positive Change Arc Character believes something fals...
419
10429 canvas-design davila7/claude-code-templates
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
419
10430 auth-implementation-patterns sickn33/antigravity-awesome-skills
Authentication & Authorization Implementation Patterns Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices. When to Use This Skill Implementing user authentication systems Securing REST or GraphQL APIs Adding OAuth2/social login Implementing role-based access control (RBAC) Designing session management Migrating authentication systems Debugging auth issues Implementing SSO or multi-tenancy Core Concepts 1. Authentication vs A...
419
10431 microsoft-extensions-dependency-injection wshaddix/dotnet-skills
Dependency Injection Patterns When to Use This Skill Use this skill when: Organizing service registrations in ASP.NET Core applications Avoiding massive Program.cs/Startup.cs files with hundreds of registrations Making service configuration reusable between production and tests Designing libraries that integrate with Microsoft.Extensions.DependencyInjection The Problem Without organization, Program.cs becomes unmanageable: // BAD: 200+ lines of unorganized registrations var builder = WebApplicat...
419
10432 accessibility-testing aj-geddes/useful-ai-prompts
Accessibility Testing Overview Accessibility testing ensures web applications are usable by people with disabilities, including those using screen readers, keyboard navigation, or other assistive technologies. It validates compliance with WCAG (Web Content Accessibility Guidelines) and identifies barriers to accessibility. When to Use Validating WCAG 2.1/2.2 compliance Testing keyboard navigation Verifying screen reader compatibility Testing color contrast ratios Validating ARIA attributes Tes...
418
10433 security parcadei/continuous-claude-v3
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
418
10434 bun dalestudy/skills
Bun Node.js 대신 Bun을 기본 런타임으로 사용. 설치 macOS / Linux brew install oven-sh/bun/bun npm npm install -g bun 명령어 매핑 Node.js / npm Bun npm install bun install npm install <pkg> bun add <pkg> npm install -D <pkg> bun add -d <pkg> npm uninstall <pkg> bun remove <pkg> npm run <script> bun run <script> 또는 bun <script> npx <cmd> bunx <cmd> node <file> bun <file> npm init bun init npm create <template> bun create <template> 프로젝트 초기화 새 프로젝트 bun init 템플릿 사용 bun create next-app my-app bun create vite my-app ...
418
10435 atomic-design-fundamentals thebushidocollective/han
Atomic Design Fundamentals Master Brad Frost's Atomic Design methodology (extended with quarks) for building scalable, maintainable component-based user interfaces. This skill covers the core hierarchy, principles, and organization strategies for modern design systems. Overview Atomic Design is a methodology for creating design systems inspired by chemistry. Just as atoms combine to form molecules, which combine to form organisms, UI components follow a similar hierarchical structure. We exte...
418
10436 tailwindcss martinholovsky/claude-skills-generator
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
418
10437 cpp mindrally/skills
C++ Development Guidelines You are an expert in modern C++ development with deep knowledge of C++17/20 standards, memory management, and high-performance programming. Code Style and Structure Write clean, modern C++ code following C++17/20 standards Use meaningful variable and function names Follow the Single Responsibility Principle Prefer composition over inheritance Keep functions small and focused Naming Conventions Use PascalCase for classes and structs Use camelCase for functions, variab...
418
10438 eventkit-calendar dpearson2699/swift-ios-skills
EventKit — Calendar & Reminders Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.2 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key ...
417
10439 home-assistant-esphome bradsjm/hassio-addons
ESPHome + Home Assistant Workflow Identify the task: new device/adopt, offline troubleshooting, or YAML feature changes. For HA-side validation, discover ESPHome entities and map to devices before changing names. For YAML changes, edit in ESPHome Device Builder (UI-first), validate, then install (USB first flash, OTA thereafter). When building automations from ESPHome entities, follow home-assistant-best-practices for automation patterns. HA-side discovery (common) Check integration state: ha_ge...
417
10440 continuity-ledger parcadei/continuous-claude-v3
Continuity Ledger Note: This skill is now an alias for /create_handoff. Both output the same YAML format. Create a YAML handoff document for state preservation across /clear. This is the same as /create_handoff. Process 1. Filepath & Metadata First, determine the session name from existing handoffs: ls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basename This returns the most recently modified handoff folder name (e.g., open-source-release). Use this as the handoff folde...
417
10441 rspec mindrally/skills
RSpec Testing Best Practices You are an expert in Ruby, Rails, and RSpec testing. Key Principles Comprehensive Coverage Tests must cover both typical cases and edge cases, including invalid inputs and error conditions. Readability and Clarity Employ descriptive names for describe, context, and it blocks Use the expect syntax for improved assertion readability Keep test code concise without unnecessary complexity Include comments explaining complex logic Test Organization Use describe for cla...
417
10442 learner yeachan-heo/oh-my-claudecode
Reusable skills are not code snippets to copy-paste, but principles and decision-making heuristics that teach Claude HOW TO THINK about a class of problems. The difference: - BAD (mimicking): "When you see ConnectionResetError, add this try/except block" - GOOD (reusable skill): "In async network code, any I/O operation can fail independently due to client/server lifecycle mismatches. The principle: wrap each I/O operation separately, because failure between operations is the common case, not...
417
10443 release yeachan-heo/oh-my-claudecode
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...
417
10444 validation-patterns wshaddix/dotnet-skills
Validation Patterns in ASP.NET Core Rationale Validation is critical for both security and user experience. Poor validation leads to invalid data, security vulnerabilities, and confusing error messages. These patterns provide a comprehensive approach to validation at multiple layers. Validation Strategy Layer Purpose Technology Client-Side Immediate feedback, reduce server load jQuery Validation, HTML5 Model Binding Data type/format validation Model Binders Application Business rule validation F...
417
10445 self-improving-agent grail-computer/self-improving-agent
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
417
10446 serialization wshaddix/dotnet-skills
Serialization in .NET When to Use This Skill Use this skill when: Choosing a serialization format for APIs, messaging, or persistence Migrating from Newtonsoft.Json to System.Text.Json Implementing AOT-compatible serialization Designing wire formats for distributed systems Optimizing serialization performance Serialization Format Comparison Format Library AOT-Safe Human-Readable Relative Size Relative Speed Best For JSON System.Text.Json (source gen) Yes Yes Largest Good APIs, config, web client...
417
10447 skill-creator getsentry/skills
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...
416
10448 semantic-versioning aj-geddes/useful-ai-prompts
Semantic Versioning Overview Establish semantic versioning practices to maintain consistent version numbering aligned with release significance, enabling automated version management and release notes generation. When to Use Package and library releases API versioning Version bumping automation Release note generation Breaking change tracking Dependency management Changelog management Implementation Examples 1. Semantic Versioning Configuration package.json { "name": "my-awesome-package", ...
416
10449 browser-debugging aj-geddes/useful-ai-prompts
Browser Debugging Overview Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues. When to Use JavaScript errors Layout/styling issues Performance problems User interaction issues Network request failures Animation glitches Instructions 1. Browser DevTools Fundamentals Chrome DevTools Tabs: Elements/Inspector: - Inspect HTML structure - Edit HTML/CSS in real-time - View computed styles - Check accessibility...
416
10450 create-handoff parcadei/continuous-claude-v3
Create Handoff You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on. Process 1. Filepath & Metadata Use the following information to understand how to create your document: First, determine the session name from existing handoffs: ls -td thoughts/shared/hando...
416