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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
5801 hono-middleware bobmatnyc/claude-mpm-skills
Hono Middleware Patterns Overview Hono provides a powerful middleware system with an "onion" execution model. Middleware processes requests before handlers and responses after handlers, enabling cross-cutting concerns like authentication, logging, and CORS. Key Features: Onion-style execution order Type-safe middleware creation with createMiddleware 25+ built-in middleware Context variable passing between middleware Async/await support throughout When to Use This Skill Use Hono middleware wh...
148
5802 songsee steipete/clawdis
songsee Generate spectrograms + feature panels from audio. Quick start Spectrogram: songsee track.mp3 Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg Stdin: cat track.mp3 | songsee - --format png -o out.png Common flags --viz list (repeatable or comma-separated) --style palette (classic, magma, inferno, viridis, gray) --width / --height output size --window / --hop FFT setti...
148
5803 vite-react-best-practices claudiocebpaz/vite-react-best-practices
Vite React Best Practices A senior-level guide for building production-ready React Single Page Applications (SPAs) with Vite. When to Apply Reference these guidelines when: Setting up a new Vite + React project Configuring build pipelines and CI/CD for SPAs Troubleshooting production build or caching issues Refactoring React components for performance Rule Categories 1. Vite SPA Deployment (CRITICAL) Static Rewrites - Mandatory for client-side routing. Caching Strategy - Immutable assets, no...
148
5804 homepage-generator kostja94/marketing-skills
Pages: Homepage Guides homepage content, structure, and conversion optimization. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and value prop...
148
5805 web-scraper zephyrwang6/myskill
No SKILL.md available for this skill. View on GitHub
148
5806 finishing-a-development-branch davila7/claude-code-templates
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
148
5807 fact-checker daymade/claude-code-skills
Fact Checker You are an expert fact-checker who evaluates claims systematically using evidence-based analysis. When to Apply Use this skill when: Verifying specific claims or statements Identifying potential misinformation or disinformation Checking statistics and data accuracy Evaluating source credibility Separating fact from opinion or interpretation Analyzing viral claims or rumors Verification Process Follow this systematic approach: 1. Identify the Claim Extract the specific factual assert...
148
5808 integration-testing aj-geddes/useful-ai-prompts
Integration Testing Overview Integration testing validates that different components, modules, or services work correctly together. Unlike unit tests that isolate single functions, integration tests verify the interactions between multiple parts of your system including databases, APIs, external services, and infrastructure. When to Use Testing API endpoints with real database connections Verifying service-to-service communication Validating data flow across multiple layers Testing repository/...
148
5809 drupal-security madsnorgaard/agent-resources
Drupal Security Expert You proactively identify security vulnerabilities while code is being written, not after. When This Activates Writing or editing forms, controllers, or plugins Handling user input or query parameters Building database queries Rendering user-provided content Implementing access control Critical Security Patterns SQL Injection Prevention NEVER concatenate user input into queries: // VULNERABLE - SQL injection $query = "SELECT * FROM users WHERE name = '" . $name . "'"; $...
148
5810 fda-database davila7/claude-code-templates
FDA Database Access Overview Access comprehensive FDA regulatory data through openFDA, the FDA's initiative to provide open APIs for public datasets. Query information about drugs, medical devices, foods, animal/veterinary products, and substances using Python with standardized interfaces. Key capabilities: Query adverse events for drugs, devices, foods, and veterinary products Access product labeling, approvals, and regulatory submissions Monitor recalls and enforcement actions Look up Natio...
148
5811 msw pproenca/dot-skills
MSW Best Practices Comprehensive API mocking guide for MSW v2 applications, designed for AI agents and LLMs. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Setting up MSW for testing or development Writing or organizing request handlers Configuring test environments with MSW Mocking REST or GraphQL APIs Debugging handler matching issues Testing error states and edge cases Rule Cat...
148
5812 context-optimization shipshitdev/library
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Activate Activate this skill when: Context limits constrain task complexity Optimizing ...
148
5813 file-operations mhattingpete/claude-skills-marketplace
File Operations Analyze files and retrieve metadata using Claude's native tools without modifying files. When to Use "analyze [file]" "get file info for [file]" "how many lines in [file]" "compare [file1] and [file2]" "file statistics" Core Operations File Size & Metadata stat -f "%z bytes, modified %Sm" [file_path] Single file ls -lh [directory] Multiple files du -h [file_path] Human-readable size Line Counts wc -l [file_path] ...
148
5814 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...
148
5815 product-manager-toolkit borghei/claude-skills
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
148
5816 cta-generator kostja94/marketing-skills
Components: Call-to-Action (CTA) Guides CTA button design for conversion. A well-designed CTA can increase conversion by 25–10%. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exist...
148
5817 simpo-training davila7/claude-code-templates
SimPO - Simple Preference Optimization Quick start SimPO is a reference-free preference optimization method that outperforms DPO without needing a reference model. Installation: Create environment conda create -n simpo python=3.10 && conda activate simpo Install PyTorch 2.2.2 Visit: https://pytorch.org/get-started/locally/ Install alignment-handbook git clone https://github.com/huggingface/alignment-handbook.git cd alignment-handbook python -m pip install . Install Flash Attention 2 p...
148
5818 canvas-design 404kidwiz/claude-supercode-skills
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, ...
148
5819 filesystem oimiragieo/agent-studio
Filesystem Skill Claude Code Built-in Tools Reading Files Read Tool: Read file contents Read file_path="/path/to/file.txt" Options: offset: Start line (for large files) limit: Number of lines to read Finding Files Glob Tool: Find files by pattern Glob pattern="/*.ts" Common patterns: /*.ts - All TypeScript files src//*.tsx - React components in src /test*.js - Test files anywhere Searching Content Grep Tool: Search file contents Grep pattern="function myFunc" path="/src" Options: ...
148
5820 community-forum kostja94/marketing-skills
Channels: Community & Forum Promotion Guides forum promotion, community invitation, and vertical community marketing. Community-led growth (CLG) costs ~90% less than paid acquisition with ~3.2x higher customer LTV. Indie Hackers delivers ~23% conversion vs Product Hunt ~3%; HN and Reddit require sustained engagement. For cold start planning (first users, launch channels), see cold-start-strategy . For indie hacker strategy (first 100 users, Build in Public content framework, Indie Hackers tactic...
148
5821 backend-code-review langgenius/dify
Backend Code Review When to use this skill Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py ) under the api/ directory. Supports the following review modes: Pending-change review : when the user asks to review current changes (inspect staged/working-tree files slated for commit to get the changes). Code snippets review : when the user pastes code snippets (e.g., a function/class/module excerpt) into the chat and asks for a review. File-focused review :...
148
5822 domain-name-brainstormer davila7/claude-code-templates
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
148
5823 programmatic-seo kostja94/marketing-skills
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
148
5824 axiom-swift-testing charleswiltgen/axiom
Swift Testing Overview Swift Testing is Apple's modern testing framework introduced at WWDC 2024. It uses Swift macros (@Test, expect) instead of naming conventions, runs tests in parallel by default, and integrates seamlessly with Swift concurrency. Core principle: Tests should be fast, reliable, and expressive. The fastest tests run without launching your app or simulator. The Speed Hierarchy Tests run at dramatically different speeds depending on how they're configured: Configuration Typ...
148
5825 eve-orchestration incept5/eve-skillpacks
Eve Orchestration This skill explains how to orchestrate complex work in Eve Horizon by spawning child jobs, managing dependencies, and maximizing parallel execution while respecting depth limits. Core Principles Parent sets a target depth and passes it to children. Each job decides its own decomposition based on scope and depth. Parallelize by default when tasks can proceed independently. Use relations to encode true dependencies, not preference. Leaf jobs execute; parent jobs orchestrate and w...
148
5826 codebase-documenter mhattingpete/claude-skills-marketplace
Codebase Documenter Overview This skill enables creating comprehensive, beginner-friendly documentation for codebases. It provides structured templates and best practices for writing READMEs, architecture guides, code comments, and API documentation that help new users quickly understand and contribute to projects. Core Principles for Beginner-Friendly Documentation When documenting code for new users, follow these fundamental principles: Start with the "Why" - Explain the purpose before div...
148
5827 brand-identity travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
148
5828 reactive-programming aj-geddes/useful-ai-prompts
Reactive Programming Overview Build responsive applications using reactive streams and observables for handling asynchronous data flows. When to Use Complex async data flows Real-time data updates Event-driven architectures UI state management WebSocket/SSE handling Combining multiple data sources Implementation Examples 1. RxJS Basics import { Observable, Subject, BehaviorSubject, fromEvent, interval } from 'rxjs'; import { map, filter, debounceTime, distinctUntilChanged, switchMap } from 'rx...
148
5829 sentry-python-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Python SDK Sentry Python SDK Opinionated wizard that scans your Python project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Python" or "setup Sentry" in a Python app User wants error monitoring, tracing, profiling, logging, metrics, or crons in Python User mentions sentry-sdk , sentry_sdk , or Sentry + any Python framework User wants to monitor Django views, Flask routes, FastAPI endpoints, Celery tasks, or scheduled jo...
148
5830 python-development-python-scaffold sickn33/antigravity-awesome-skills
Python Project Scaffolding You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hints, testing setup, and configuration following current best practices. Use this skill when Working on python project scaffolding tasks or workflows Needing guidance, best practices, or checklists for python project scaffolding Do not use this skill when The task is unrelate...
148
5831 faq-page-generator kostja94/marketing-skills
Pages: FAQ Guides FAQ page content, structure, and optimization for SEO and conversion. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for objections, product detail...
148
5832 logging-best-practices aj-geddes/useful-ai-prompts
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
148
5833 writing-react-native-storybook-stories storybookjs/react-native
React Native Storybook Stories Write stories for React Native components using @storybook/react-native v10 and Component Story Format (CSF). Quick Start Minimal story file: import type { Meta , StoryObj } from '@storybook/react-native' ; import { MyComponent } from './MyComponent' ; const meta = { component : MyComponent , } satisfies Meta < typeof MyComponent > ; export default meta ; type Story = StoryObj < typeof meta > ; export const Basic : Story = { args : { label : 'Hello' , } , } ; File ...
148
5834 threejs-3d-graphics omer-metin/skills-for-antigravity
Threejs 3D Graphics Identity Role: Senior WebGL/Three.js Developer Voice: I'm a graphics programmer who's shipped everything from product configurators to full 3D games in the browser. I've optimized scenes from 5fps to 60fps, debugged shader nightmares at 3am, and learned why "it works on my machine" is especially painful with WebGL. I think in draw calls and triangles. Personality: Obsessed with performance (every draw call counts) Visual debugging mindset (if you can't see it, you can't f...
147
5835 dependency-updater davila7/claude-code-templates
Dependency Updater Smart dependency management for any language with automatic detection and safe updates. Quick Start update my dependencies The skill auto-detects your project type and handles the rest. Triggers Trigger Example Update dependencies "update dependencies", "update deps" Check outdated "check for outdated packages" Fix dependency issues "fix my dependency problems" Security audit "audit dependencies for vulnerabilities" Diagnose deps "diagnose dependency issues" Supported Language...
147
5836 pricing-page-generator kostja94/marketing-skills
Pages: Pricing Guides pricing page content, structure, and conversion optimization. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and pricing...
147
5837 machine learning pluginagentmarketplace/custom-plugin-python
Python Machine Learning Skill Overview Build machine learning models using Python libraries including scikit-learn, PyTorch, and supporting tools. Topics Covered Scikit-learn Data preprocessing Model selection Training pipelines Cross-validation Hyperparameter tuning PyTorch Basics Tensor operations Neural network modules Training loops DataLoader usage GPU acceleration Feature Engineering Feature selection Dimensionality reduction Feature scaling Encoding techniques Missing data handling Model ...
147
5838 pubchem-database davila7/claude-code-templates
PubChem Database Overview PubChem is the world's largest freely available chemical database with 110M+ compounds and 270M+ bioactivities. Query chemical structures by name, CID, or SMILES, retrieve molecular properties, perform similarity and substructure searches, access bioactivity data using PUG-REST API and PubChemPy. When to Use This Skill This skill should be used when: Searching for chemical compounds by name, structure (SMILES/InChI), or molecular formula Retrieving molecular propert...
147
5839 hqq-quantization davila7/claude-code-templates
HQQ - Half-Quadratic Quantization Fast, calibration-free weight quantization supporting 8/4/3/2/1-bit precision with multiple optimized backends. When to use HQQ Use HQQ when: Quantizing models without calibration data (no dataset needed) Need fast quantization (minutes vs hours for GPTQ/AWQ) Deploying with vLLM or HuggingFace Transformers Fine-tuning quantized models with LoRA/PEFT Experimenting with extreme quantization (2-bit, 1-bit) Key advantages: No calibration: Quantize any model in...
147
5840 angular-module-design aj-geddes/useful-ai-prompts
Angular Module Design Overview Architect scalable Angular applications using feature modules, lazy loading, services, and RxJS for reactive programming patterns. When to Use Large Angular applications Feature-based organization Lazy loading optimization Dependency injection patterns Reactive state management Implementation Examples 1. Feature Module Structure // users.module.ts import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { ReactiveFormsModul...
147
5841 multi-agent-patterns sickn33/antigravity-awesome-skills
Multi-Agent Architecture Patterns Multi-agent architectures distribute work across multiple language model instances, each with its own context window. When designed well, this distribution enables capabilities beyond single-agent limits. When designed poorly, it introduces coordination overhead that negates benefits. The critical insight is that sub-agents exist primarily to isolate context, not to anthropomorphize role division. When to Activate Activate this skill when: Single-agent context l...
147
5842 test-automation-framework aj-geddes/useful-ai-prompts
Test Automation Framework Overview A test automation framework provides structure, reusability, and maintainability for automated tests. It defines patterns for organizing tests, managing test data, handling dependencies, and generating reports. A well-designed framework reduces duplication, improves reliability, and accelerates test development. When to Use Setting up new test automation Scaling existing test suites Standardizing test practices across teams Reducing test maintenance burden Im...
147
5843 article-page-generator kostja94/marketing-skills
Pages: Article (Single Post) Guides structure, SEO, and UX for individual article pages — one blog post, one guide, one piece of long-form content. Distinct from blog-page-generator , which covers the blog index/listing page. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Output workflow : Always output in order: 0. Resea...
147
5844 clean-architecture wondelai/skills
Clean Architecture Best Practices Comprehensive guide to Clean Architecture principles for designing maintainable, testable software systems. Based on Robert C. Martin's "Clean Architecture: A Craftsman's Guide to Software Structure and Design." Contains 42 rules across 8 categories, prioritized by architectural impact. When to Apply Reference these guidelines when: Designing new software systems or modules Structuring dependencies between layers Defining boundaries between business logic an...
147
5845 dd-monitors datadog-labs/agent-skills
Datadog Monitors Create, manage, and maintain monitors for alerting. Prerequisites This requires Go or the pup binary in your path. pup - go install github.com/datadog-labs/pup@latest Ensure ~/go/bin is in $PATH . Quick Start pup auth login Common Operations List Monitors pup monitors list pup monitors list --tags "team:platform" pup monitors list --status "Alert" Get Monitor pup monitors get < id > --json Create Monitor pup monitors create \ --name "High CPU on web servers" \ --type "metric ale...
147
5846 page-metadata kostja94/marketing-skills
SEO On-Page: Metadata (Other Meta Tags) Guides optimization of meta tags beyond title, description, Open Graph, and Twitter Cards. Covers hreflang, robots, viewport, charset, and metadata completeness. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (On-Page SEO) Hreflang : Language/region targeting for multilingual ...
147
5847 canghe-image-gen freestylefly/canghe-skills
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, DashScope (阿里通义万象), and Canghe providers. Script Directory Agent Execution : SKILL_DIR = this SKILL.md file's directory Script path = ${SKILL_DIR}/scripts/main.ts Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .canghe-skills/canghe-image-gen/EXTEND.md && echo "project" Then user-level (cross-platform: $HOME works on macOS/Linux/WSL) test -f ...
147
5848 gwas-database davila7/claude-code-templates
GWAS Catalog Database Overview The GWAS Catalog is a comprehensive repository of published genome-wide association studies maintained by the National Human Genome Research Institute (NHGRI) and the European Bioinformatics Institute (EBI). The catalog contains curated SNP-trait associations from thousands of GWAS publications, including genetic variants, associated traits and diseases, p-values, effect sizes, and full summary statistics for many studies. When to Use This Skill This skill shoul...
147
5849 vitest jezweb/claude-skills
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...
147
5850 code-quality miles990/claude-software-skills
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
147