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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
7151 task-status aaaaqwq/claude-code-skills
Task Status Skill Quick Start Manual Status Updates python scripts/send_status.py "Starting data fetch..." "progress" "step1" python scripts/send_status.py "Processing complete" "success" "final" python scripts/send_status.py "Error: Missing API key" "error" "auth" Automatic Periodic Monitoring (Every 5 seconds) Start monitoring a long-running task python scripts/monitor_task.py start "My Long Task" "processing" Monitor will send "Still working..." updates every 5 seconds When task completes,...
120
7152 hono-validation bobmatnyc/claude-mpm-skills
Hono Validation Patterns Overview Hono provides a lightweight built-in validator and integrates seamlessly with popular validation libraries like Zod, TypeBox, and Valibot. Validation happens as middleware, providing type-safe access to validated data in handlers. Key Features: Built-in lightweight validator First-class Zod integration via @hono/zod-validator Standard Schema support (works with any validation library) Type inference from validation schemas Validates: JSON, forms, query params...
120
7153 award-winning-website eng0ai/eng0-template-skills
Award-Winning Gaming Website A visually captivating website with scroll-triggered animations, geometric transitions, 3D hover effects, and video storytelling. Tech Stack Framework: React 19 Build Tool: Vite Animation: GSAP Styling: Tailwind CSS Package Manager: npm Output: dist directory Dev Port: 5173 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/award-winning-website-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/awa...
120
7154 moai-framework-electron modu-ai/moai-adk
Electron 33+ Desktop Development Quick Reference Electron 33+ Desktop App Development Specialist enables building cross-platform desktop applications with web technologies. Auto-Triggers: Electron projects detected via electron.vite.config.ts or electron-builder.yml files, desktop app development requests, IPC communication pattern implementation Core Capabilities Electron 33 Platform: Chromium 130 rendering engine for modern web features Node.js 20.18 runtime for native system access Nativ...
120
7155 angular-performance gentleman-programming/gentleman-skills
NgOptimizedImage (REQUIRED for images) import { NgOptimizedImage } from '@angular/common'; @Component({ imports: [NgOptimizedImage], template: ` <!-- LCP image: add priority --> <img ngSrc="hero.jpg" width="800" height="400" priority> <!-- Regular: lazy loaded by default --> <img ngSrc="thumb.jpg" width="200" height="200"> <!-- Fill mode (parent needs position: relative) --> <img ngSrc="bg.jpg" fill> <!-- With placeholder --> <img ngSrc="photo....
120
7156 angular-best-practices-material alfredoperez/angular-best-practices
Angular Material Best Practices Angular Material and CDK rules for component usage, theming, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Importing and configuring Material components Setting up M3 theming with design tokens Using CDK utilities for overlays, drag-and-drop, or virtual scrolling Writing tests for Material components Rules Rule Impact Descrip...
120
7157 content-marketing scientiacapital/skills
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
120
7158 axiom-typography-ref charleswiltgen/axiom
Typography Reference Complete reference for typography on Apple platforms including San Francisco font system, text styles, Dynamic Type, tracking, leading, and internationalization through iOS 26. San Francisco Font System Font Families SF Pro and SF Pro Rounded (iOS, iPadOS, macOS, tvOS) Main system fonts for most UI elements Rounded variant for friendly, approachable interfaces (e.g., Reminders app) SF Compact and SF Compact Rounded (watchOS, narrow columns) Optimized for constrained sp...
120
7159 sentry-php-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > PHP SDK Sentry PHP SDK Opinionated wizard that scans your PHP project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to PHP" or "setup Sentry" in a PHP app User wants error monitoring, tracing, profiling, logging, metrics, or crons in PHP User mentions sentry/sentry , sentry/sentry-laravel , sentry/sentry-symfony , or Sentry + any PHP framework User wants to monitor Laravel routes, Symfony controllers, queues, scheduled task...
120
7160 overseer dmmulroy/overseer
Agent Coordination with Overseer Core Principle: Tickets, Not Todos Overseer tasks are tickets - structured artifacts with comprehensive context: Description: One-line summary (issue title) Context: Full background, requirements, approach (issue body) Result: Implementation details, decisions, outcomes (PR description) Think: "Would someone understand the what, why, and how from this task alone?" Task IDs are Ephemeral Never reference task IDs in external artifacts (commits, PRs, docs). Tas...
120
7161 exa-search davila7/claude-code-templates
Exa Search Skill Trigger Conditions & Endpoint Selection Choose Exa endpoint based on user intent: search : Need semantic search / find web pages / research topics contents : Given result IDs, need to extract full content findsimilar : Given URL, need to find similar pages answer : Need direct answer to a question research : Need structured research output following given output_schema Recommended Architecture (Main Skill + Sub-skill) This skill uses a two-phase architecture: Main skill (current...
120
7162 coolify-manager ajmcclary/coolify-manager
Coolify Manager Overview This skill enables management of Coolify deployments through both the official CLI and direct API access. It provides workflows for diagnosing service issues, fixing common WordPress problems, managing containers, and performing deployment operations across self-hosted and cloud Coolify instances. Quick Start Prerequisites Check Before proceeding, verify: User has access to a Coolify instance (self-hosted or cloud) User can obtain an API token from their Coolify dashboar...
120
7163 kaizen:why neolabhq/context-engineering-kit
Five Whys Analysis Apply Five Whys root cause analysis to investigate issues by iteratively asking "why" to drill from symptoms to root causes. Description Iteratively ask "why" to move from surface symptoms to fundamental causes. Identifies systemic issues rather than quick fixes. Usage /why [issue_description] Variables ISSUE: Problem or symptom to analyze (default: prompt for input) DEPTH: Number of "why" iterations (default: 5, adjust as needed) Steps State the problem clearly Ask "Why did t...
120
7164 axiom-app-store-connect-ref charleswiltgen/axiom
App Store Connect Reference Overview App Store Connect (ASC) provides crash reports, TestFlight feedback, and performance metrics for your apps. This reference covers how to navigate ASC to find and export crash data for analysis. When to use ASC vs Xcode Organizer: Task Best Tool Quick crash triage during development Xcode Organizer Team-wide crash visibility App Store Connect TestFlight feedback with screenshots App Store Connect Historical metrics and trends App Store Connect Downloading c...
120
7165 paddleocr-doc-parsing aidenwu0209/paddleocr-skills
PaddleOCR Document Parsing Skill When to Use This Skill ✅ Use Document Parsing for : Documents with tables (invoices, financial reports, spreadsheets) Documents with mathematical formulas (academic papers, scientific documents) Documents with charts and diagrams Multi-column layouts (newspapers, magazines, brochures) Complex document structures requiring layout analysis Any document requiring structured understanding ❌ Use Text Recognition instead for : Simple text-only extraction Quick OCR task...
120
7166 sentry-svelte-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Svelte SDK Sentry Svelte SDK Opinionated wizard that scans your project and guides you through complete Sentry setup for Svelte and SvelteKit. Invoke This Skill When User asks to "add Sentry to Svelte" or "set up Sentry" in a Svelte/SvelteKit app User wants error monitoring, tracing, session replay, or logging in Svelte or SvelteKit User mentions @sentry/svelte , @sentry/sveltekit , or Sentry SDK for Svelte Note: SDK versions and APIs below reflect current Sentry docs at...
120
7167 symfony:executing-plans makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:executing-plans<div
120
7168 tauri-event-system bobmatnyc/claude-mpm-skills
Tauri Advanced Event System Event Fundamentals Backend → Frontend Events Basic event emission: use tauri::Window; [tauri::command] async fn start_download( url: String, window: Window, ) -> Result<(), String> { window.emit("download-started", url) .map_err(|e| e.to_string())?; // Perform download... window.emit("download-complete", "Success") .map_err(|e| e.to_string()) } Frontend listener: import { listen, UnlistenFn } from '@tauri-apps/api/event'; c...
120
7169 generative-ui tambo-ai/tambo
Generative UI Build generative UI apps with Tambo — create rich, interactive React components from natural language. Reference Guides For deeper implementation details beyond bootstrap flow, load: Components - Create and register Tambo components (generative and interactable). Component Rendering - Handle streaming props, loading states, and persistent component state. Threads and Input - Manage conversations, suggestions, voice input, image attachments, and thread switching. Tools and Context -...
120
7170 plaid-fintech davila7/claude-code-templates
Plaid Fintech Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. Transactions Sync Use /transactions/sync for incremental transaction updates. More efficient than /transactions/get. Handle webhooks for real-time updates instead of polling. Item Error Handling and Update Mode Handle ITEM_LOGIN_REQUIRED erro...
120
7171 git:create-worktree neolabhq/context-engineering-kit
Claude Command: Create Worktree Your job is to create and setup git worktrees for parallel development, with automatic detection and installation of project dependencies. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show existing worktrees and git status to verify the repository state is clean (no uncommitted changes that might cause issues) Fetch latest remote branches : Run git fetch --all to ensure local has knowledge ...
120
7172 file-organizer davepoon/buildwithclaude
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
120
7173 direct-response-copy sanky369/vibe-building-skills
Direct Response Copy Skill Overview Direct Response Copy is copy designed to get a specific action (click, signup, purchase). This skill teaches you the architecture and principles of persuasive copy. Keywords: copywriting, sales copy, persuasion, conversion copy, landing page copy, direct response, copywriting principles Core Methodology Direct response copy follows a specific architecture: Hook — Grab attention immediately Problem — Validate their problem Mechanism — Explain your unique m...
120
7174 tooluniverse-clinical-trial-matching mims-harvard/tooluniverse
Clinical Trial Matching for Precision Medicine Transform patient molecular profiles and clinical characteristics into prioritized clinical trial recommendations. Searches ClinicalTrials.gov and cross-references with molecular databases (CIViC, OpenTargets, ChEMBL, FDA) to produce evidence-graded, scored trial matches. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Patient-centric - Every recommendation considers the individual patient's profile Mol...
120
7175 test-automator sickn33/antigravity-awesome-skills
Use this skill when Working on test automator tasks or workflows Needing guidance, best practices, or checklists for test automator Do not use this skill when The task is unrelated to test automator 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 are a...
120
7176 initiating-coverage anthropics/financial-services-plugins
Initiating Coverage Create institutional-quality equity research initiation reports through a structured 5-task workflow. Each task must be executed separately with verified inputs. Overview This skill produces comprehensive first-time coverage reports following institutional standards (JPMorgan, Goldman Sachs, Morgan Stanley format). Tasks are executed individually, each verifying prerequisites before proceeding. Default Font : Times New Roman throughout all documents (unless user specifies oth...
120
7177 ln-621-security-auditor levnikolaevich/claude-code-skills
Specialized worker auditing security vulnerabilities in codebase. Purpose & Scope - Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor - Audit codebase for security vulnerabilities (Category 1: Critical Priority) - Scan for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation - Return structured findings to coordinator with severity, location, effort, recommendations - Calculate compliance score (X/10) for Security category Input...
120
7178 nextjs-server-client-components wsimmonds/claude-nextjs-skills
Next.js Server Components vs Client Components Overview Provide comprehensive guidance for choosing between Server Components and Client Components in Next.js App Router, including cookie/header access, searchParams handling, pathname routing, and React's 'use' API for promise unwrapping. TypeScript: NEVER Use any Type CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. ❌ WRONG: function handleSubmit(e: any) { ... } const data: a...
120
7179 drawio-flowchart 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 [待完善:根据具体工具添加关键词]
120
7180 rabbitmq-development mindrally/skills
RabbitMQ Development You are an expert in RabbitMQ and AMQP (Advanced Message Queuing Protocol) development. Follow these best practices when building message queue-based applications. Core Principles RabbitMQ is a message broker that receives messages from publishers and routes them to consumers AMQP 0-9-1 is the most commonly used protocol - an application layer protocol transmitting data in binary format Design for reliability, scalability, and fault tolerance Leave NO todos, placeholders, or...
119
7181 content-research-writer skillcreatorai/ai-agent-skills
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
119
7182 release-planning aj-geddes/useful-ai-prompts
Release Planning Overview Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures. When to Use Planning major feature releases Coordinating multi-system deployments Managing database migrations Rolling out infrastructure changes Planning go-live strategies Coordinating customer communication Preparing for high-traffic periods Instructions 1. Release Planning Template Release Plan: Release: v2.5.0 - C...
119
7183 kernel-typescript-sdk kernel/skills
When to Use This Skill Use the Kernel TypeScript SDK when you need to: Build browser automation scripts - Create TypeScript programs that control remote browsers Execute server-side automation - Run Playwright code directly in the browser VM without local dependencies Manage browser sessions programmatically - Create, configure, and control browsers from code Build scalable scraping/testing tools - Use browser pools and profiles for high-volume automation Deploy automation as actions - Package s...
119
7184 encore-getting-started encoredev/skills
Getting Started with Encore.ts Instructions Install Encore CLI macOS brew install encoredev/tap/encore Linux/WSL curl -L https://encore.dev/install.sh | bash Windows (PowerShell) iwr https://encore.dev/install.ps1 | iex Create a New App Interactive - choose from templates encore app create my-app Or start with a blank app encore app create my-app --example=ts/hello-world Project Structure A minimal Encore.ts app: my-app/ ├── encore.app App configuration ├── package.json ...
119
7185 fpga mindrally/skills
FPGA Development You are an expert in FPGA development with Vivado, SystemVerilog, and hardware design optimization. Modular Design & Code Organization Structure designs into small, reusable modules to enhance readability and testability Start with a top-level design module and gradually break it down into sub-modules Use SystemVerilog interface blocks for clear interfaces Maintain consistent naming conventions across modules Synchronous Design Principles Prioritize single clock domains to simpl...
119
7186 game-design-core omer-metin/skills-for-antigravity
Game Design Core Identity You are a game designer in the tradition of Miyamoto, Sid Meier, and Jonathan Blow. You understand that games are not made of code - they are made of feelings. Code is just how we deliver those feelings to players. You've studied the masters: Shigeru Miyamoto on "find the fun" - the core loop must be joyful before anything else Sid Meier on "games are a series of interesting decisions" - every choice must matter Jonathan Blow on "games can mean something" - respect t...
119
7187 gcloud dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
GCloud Skill Use the gcloud CLI to manage Google Cloud Platform resources and services. Authentication Check current auth: gcloud auth list Login interactively: gcloud auth login Login with service account: gcloud auth activate-service-account --key-file=key.json Application default credentials: gcloud auth application-default login Project & Configuration List projects: gcloud projects list Set default project: gcloud config set project PROJECT_ID Show current config: gclo...
119
7188 axiom-spritekit charleswiltgen/axiom
SpriteKit Game Development Guide Purpose : Build reliable SpriteKit games by mastering the scene graph, physics engine, action system, and rendering pipeline iOS Version : iOS 13+ (SwiftUI integration), iOS 11+ (SKRenderer) Xcode : Xcode 15+ When to Use This Skill Use this skill when: Building a new SpriteKit game or interactive simulation Implementing physics (collisions, contacts, forces, joints) Setting up game architecture (scenes, layers, cameras) Optimizing frame rate or reducing draw call...
119
7189 wordpress penetration testing davila7/claude-code-templates
WordPress Penetration Testing Purpose Conduct comprehensive security assessments of WordPress installations including enumeration of users, themes, and plugins, vulnerability scanning, credential attacks, and exploitation techniques. WordPress powers approximately 35% of websites, making it a critical target for security testing. Prerequisites Required Tools WPScan (pre-installed in Kali Linux) Metasploit Framework Burp Suite or OWASP ZAP Nmap for initial discovery cURL or wget Required Knowledg...
119
7190 joke-engineering jwynia/agent-skills
Joke Engineering: Diagnostic Skill You diagnose why humor doesn't work and help engineer more effective jokes. Your role is to analyze joke structures as connection systems and recommend specific improvements. Core Principle Humor emerges from the creation and resolution of connections between concepts, frames, or reference points. A joke is a system with measurable properties. When humor fails, one or more system properties are miscalibrated. This skill helps identify which properties need ...
119
7191 flask bobmatnyc/claude-mpm-skills
Flask Skill Production-tested patterns for Flask with the application factory pattern, Blueprints, and Flask-SQLAlchemy. Latest Versions (verified January 2026): Flask: 3.1.2 Flask-SQLAlchemy: 3.1.1 Flask-Login: 0.6.3 Flask-WTF: 1.2.2 Werkzeug: 3.1.5 Python: 3.9+ required (3.8 dropped in Flask 3.1.0) Quick Start Project Setup with uv Create project uv init my-flask-app cd my-flask-app Add dependencies uv add flask flask-sqlalchemy flask-login flask-wtf python-dotenv Run development serve...
119
7192 symfony:rate-limiting makfly/superpowers-symfony
Rate Limiting (Symfony) Use when Implementing asynchronous workflows with Messenger/Scheduler/Cache. Stabilizing retries and failure transports. Default workflow Define async contract and delivery semantics. Implement idempotent handlers and routing strategy. Configure retries, failure transport, and observability. Validate success/failure replay scenarios. Guardrails Assume at-least-once delivery, not exactly-once. Keep handlers deterministic and side-effect aware. Surface poison-message handli...
119
7193 aspnet-core mindrally/skills
ASP.NET Core Development Guidelines You are an expert in ASP.NET Core development with deep knowledge of web API design, authentication, middleware, and performance optimization. Project Structure src/ Controllers/ API endpoints Models/ Domain models and DTOs Services/ Business logic Data/ DbContext and repositories Middleware/ Custom middleware Extensions/ Extension methods Configuration/ App configuration Program.cs appsettings...
119
7194 developer aj-geddes/claude-code-bmad-skills
Developer Role: Phase 4 - Implementation (Execution) specialist Function: Translate requirements into clean, tested, maintainable code Responsibilities Implement user stories from start to finish Write clean, maintainable code Create comprehensive tests Follow best practices and coding standards Complete acceptance criteria Document implementation decisions Hand off working, tested features Core Principles Working Software - Priority is code that works correctly Test Coverage - Aim for ≥80% c...
119
7195 mcp:setup-context7-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Context7 MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (global) - Configu...
119
7196 xlsx aiskillstore/marketplace
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...
119
7197 symfony:api-platform-serialization makfly/superpowers-symfony
Api Platform Serialization (Symfony) Use when Designing or evolving API Platform contracts and operations. Aligning serialization, validation, and security behavior. Default workflow Define operation-level contract and payload boundaries. Implement resource/DTO/provider/processor changes with explicit mapping. Apply operation-specific validation and security constraints. Validate functional behavior across happy and negative paths. Guardrails Keep API contract explicit and version-aware. Avoid e...
119
7198 javascript-testing-patterns sickn33/antigravity-awesome-skills
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
119
7199 brainstorm johnlindquist/claude
/brainstorm — Clarify Goals Before Planning Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution. Four phases: Assess clarity — Is the goal specific enough? Understand idea — What problem, who benefits, what exists? Explore approaches — Generate options, compare tradeoffs Capture design — Write structured output for /plan Quick Start /brainstorm "add user authentication" full 4-phase process /brainstorm prompts for goal Execution Steps Phase 1: Assess Clar...
119
7200 rss-aggregator zephyrwang6/myskill
RSS Aggregator This skill fetches and aggregates the latest updates from a curated list of RSS feeds defined in references/feeds.opml . Usage When the user asks for updates (e.g., "recent updates", "last 3 days", "what's new"), use the scripts/aggregate.py script. Command uv run --with feedparser scripts/aggregate.py --days < number_of_days > If the user doesn't specify a timeframe, default to 3 days. Output The script outputs a list of updates in the following format: Title Author Summary (~500...
119