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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,410
总 Skills
159.6M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
26701 azure-sdk-mgmt-pr-review azure/azure-sdk-for-net
Azure .NET Mgmt SDK PR Review Review Azure SDK for .NET management library pull requests against the official API review guidelines. The review is split into three sequential phases: Phase 1: Versioning Review (gate), Phase 2: API Review , and Phase 3: Breaking Change Detection . Each phase must pass before proceeding to the next. Phase 1: Versioning Review This phase checks version-related rules that are simple and rule-based. If any violation is found in this phase, stop the review immediately...
35
26702 dead-code-detector curiouslearner/devkit
Dead Code Detector Find and remove unused code across Python, TypeScript, and Rust codebases. Tools by Language Language Tool Detects Python vulture v2.14+ Unused imports, functions, classes, variables TypeScript knip v5.0+ Unused exports, dependencies, files Rust cargo clippy + rustc lints Unused functions, imports, dead_code warnings Why these tools? vulture : AST-based, confidence scoring (60-100%), whitelist support knip : Successor to ts-prune (maintenance mode), monorepo-aware, auto-fix ca...
35
26703 django-expert personamanagmentlayer/pcl
Django Expert Overview This skill provides expert guidance for Django backend development with comprehensive coverage of models, views, Django REST Framework, forms, authentication, testing, and performance optimization. It follows official Django best practices and modern Python conventions to help you build robust, maintainable applications. Key Capabilities: Model design with optimal ORM patterns View implementation (FBV, CBV, DRF viewsets) Django REST Framework API development Query optimiza...
35
26704 gardening-mindset coowoolf/insighthunt-skills
The Gardening Mindset Overview A shift from the "Builder" mindset (rigid plans, top-down control) to a "Gardener" mindset (creating conditions for growth, ecosystem curation). Plant many cheap "seeds" and invest in the ones that show organic traction. Core principle: Don't try to predict the winner. Look for signals of natural growth. Builder vs Gardener ┌─────────────────────────────────────────────────────────────────┐ │ BUILDER MINDSET │ GARDENER MINDSET │ ├───────...
35
26705 youtube-plan-new-video kenneth-liao/ai-launchpad-marketplace
YouTube Video Planning Overview This skill generates complete video plans by orchestrating specialized skills to create optimized titles, thumbnails, and hooks. It takes research as input and produces a production-ready plan with all creative elements needed to maximize video performance. Core Principle : Leverage specialized skills to ensure proven patterns for CTR (title/thumbnail) and retention (hook). Never generate these elements manually. When to Use Use this skill when: Research has been ...
35
26706 zod-patterns mx-space/core
Zod Schema Patterns Basic Pattern import { z } from 'zod' import { createZodDto } from 'nestjs-zod' // Define Schema export const MySchema = z . object ( { name : z . string ( ) . min ( 1 ) , email : z . string ( ) . email ( ) , age : z . number ( ) . int ( ) . positive ( ) . optional ( ) , } ) // Create DTO class export class MyDto extends createZodDto ( MySchema ) { } // Partial DTO for updates export class PartialMyDto extends createZodDto ( MySchema . partial ( ) ) { } Project Custom Validat...
35
26707 animation principles - absolute beginner dylantarre/animation-principles
Your First Look at Animation Magic Animation makes drawings move in ways that feel real and fun. Disney animators discovered 12 tricks that make animation look great. Here they are in simple words: 1. Squash and Stretch Things squish when they hit something and stretch when they move fast. Drop a ball - it flattens on the ground, then bounces back round. 2. Anticipation Before a big move, there's a small move the other way. Before jumping up, you crouch down first. 3. Staging Put important thing...
35
26708 hybrid-cloud-test-gen getsentry/sentry
Hybrid Cloud Test Generation This skill generates tests for Sentry's hybrid cloud architecture. It covers RPC services, API gateway proxying, outbox patterns, and endpoint silo decorators. Critical Constraints ALWAYS use factory methods ( self.create_user() , self.create_organization() ) — never Model.objects.create() . NEVER wrap factory method calls in assume_test_silo_mode or assume_test_silo_mode_of . Factories are silo-aware and handle silo mode internally. Only use silo mode context manage...
35
26709 sanctum sendaifun/skills
Sanctum Development Guide A comprehensive guide for building Solana applications with Sanctum - Solana's largest LST (Liquid Staking Token) platform powering 1,361+ LSTs. Overview Sanctum provides unified liquid staking infrastructure on Solana: Infinity Pool : Multi-LST liquidity pool with zero-slippage swaps Router : Instant LST-to-LST swaps via stake account routing Reserve : Instant SOL liquidity for LST withdrawals LST Creation : Launch custom liquid staking tokens INF Token : Yield-bearing...
35
26710 frontend-development samhvw8/dot-claude
Frontend Development Guidelines Purpose Comprehensive guide for modern frontend development across React, Vue 3, Svelte 5, and Angular. Covers framework-specific patterns, common architectural principles, and cross-framework best practices. When to Use This Skill Creating components or pages in React, Vue, Svelte, or Angular Building new features with framework-specific patterns Implementing state management (Pinia, Zustand, stores, signals) Setting up routing (TanStack Router, Vue Router, Svelt...
35
26711 brand-guidelines teachingai/full-stack-skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
35
26712 notebooklm-superskill ainergiz/notebooklm-superskill
Generate professional content from NotebookLM notebooks: slides, podcasts, infographics, and videos. When to Use This Skill Use this skill when the user wants to: - Generate slide decks for different audiences (technical, investor, customer, executive, beginner) - Create AI podcast-style audio overviews - Make visual infographics from research - Generate video overviews/explainers - Automate NotebookLM content creation Critical: Always Use run.py Wrapper All scripts MUST be run throug...
35
26713 laravel:config-env-storage jpcaparas/superpowers-laravel
Storage Config (S3/R2/MinIO/CDN) Configure storage once; switch providers via env. Env FILESYSTEM_DISK=s3 AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... AWS_DEFAULT_REGION=auto AWS_BUCKET=... AWS_ENDPOINT=https://r2.example.com for R2/MinIO AWS_USE_PATH_STYLE_ENDPOINT=true if required MEDIA_CDN_URL=https://cdn.example.com optional CDN/base URL Tips Prefer pre‑signed URLs for uploads/downloads when possible For CDN, prefix public URLs with MEDIA_CDN_URL (app URL generation ...
35
26714 animation principles - refresher dylantarre/animation-principles
Quick Principles Refresher You know these. Here's the checklist. The 12 Squash/Stretch - Volume constant, shape varies. Check your impacts and fast motion. Anticipation - Is the audience prepared? Opposite direction, proportional to action. Staging - Silhouette test. One idea. Where's the eye going? Straight Ahead / Pose to Pose - Right method for this shot? Maybe hybrid. Follow Through / Overlap - Does everything stop at once? (It shouldn't.) Hierarchy: root leads, tips lag. Slow In / Out - Che...
35
26715 audio-editing guia-matthieu/clawfu-skills
Audio Editing Fundamentals Master the essential audio post-production techniques—normalization, compression, EQ, and noise reduction—using the correct processing order to achieve professional-quality audio. When to Use This Skill Editing podcast episodes or video soundtracks Cleaning up recorded voiceovers Improving audio quality for marketing content Preparing audio files for distribution Troubleshooting common audio issues Standardizing audio levels across a project Methodology Foundation Sour...
35
26716 log-analysis-security jeremylongshore/claude-code-plugins-plus-skills
Log Analysis Security Purpose This skill provides automated assistance for log analysis security tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "log analysis security" in your request Ask about log analysis security patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance for log analysis ...
35
26717 opik-optimizer vincentkoc/dotskills
Opik Optimizer Purpose Design, run, and interpret Opik Optimizer workflows for prompts, tools, and model parameters with consistent dataset/metric wiring and reproducible evaluation. When to use Use this skill when a user asks for: Choosing and configuring Opik Optimizer algorithms for prompt/agent optimization. Writing ChatPrompt -based optimization runs and custom metric functions. Optimizing with tools (function calling or MCP), selected prompt roles, or prompt segments. Tuning LLM call param...
35
26718 deployment-automation eddiebe147/claude-settings
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
35
26719 flutter-development travisjneuman/.claude
Flutter Development Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration. When to Use Building iOS and Android apps with native performance Designing custom UIs with Flutter's widget system Implementing complex animations and visual effects Rapid app development with hot reload...
35
26720 docusaurus-config-setup jeremylongshore/claude-code-plugins-plus-skills
Docusaurus Config Setup Purpose This skill provides automated assistance for docusaurus config setup tasks within the Technical Documentation domain. When to Use This skill activates automatically when you: Mention "docusaurus config setup" in your request Ask about docusaurus config setup patterns or best practices Need help with technical documentation skills covering api docs, user guides, architecture docs, and documentation automation. Capabilities Provides step-by-step guidance for docusau...
35
26721 learning-opportunities drcathicks/learning-opportunities
Learning Opportunities Invocation argument: $ARGUMENTS Purpose The user wants to build genuine expertise while using AI coding tools, not just ship code. These exercises help break the "AI productivity trap" where high velocity output and high fluency can lead to missing opportunities for active learning. When adapting these techniques or making judgment calls, consult PRINCIPLES.md for the underlying learning science. When to offer exercises Offer an optional 10-15 minute exercise after: Creati...
35
26722 upgrade-python-deps saaspegasus/django-skills
Your task Upgrade all Python dependencies and verify nothing is broken. Step 1: Upgrade the lock file Run uv lock --upgrade to upgrade all dependencies to their latest compatible versions. Review the output for any resolution errors. If there are conflicts, report them to the user and ask how to proceed before continuing. Step 2: Sync the environment Run uv sync to install the upgraded dependencies into the virtual environment. Step 3: Run post-upgrade checks Run these checks sequentially, stopp...
35
26723 web-artifacts-builder teachingai/full-stack-skills
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
35
26724 directive-synthesis qodex-ai/ai-agent-skills
Claude Code Command Builder Purpose Guide users through creating effective Claude Code slash commands with proper structure, argument handling, and workflow design. Auto-invokes when users want to create or modify custom commands. When to Use Auto-invoke when users mention: Creating commands - "create command", "make command", "new slash command" Command structure - "command template", "command format", "command frontmatter" Arguments - "$ARGUMENTS", "$1", "$2", "command parameters", "positional...
35
26725 backend-agent first-fluke/oh-my-ag
Backend Agent - API & Server Specialist When to use Building REST APIs or GraphQL endpoints Database design and migrations Authentication and authorization Server-side business logic Background jobs and queues When NOT to use Frontend UI -> use Frontend Agent Mobile-specific code -> use Mobile Agent Core Rules DRY (Don't Repeat Yourself) : Business logic in Service , data access logic in Repository SOLID : Single Responsibility : Classes and functions should have one responsibility Dependency In...
35
26726 query-optimize letta-ai/skills
SQL Query Optimization This skill provides procedural guidance for optimizing SQL queries effectively, with emphasis on proper benchmarking, query plan analysis, and iterative refinement. Core Optimization Workflow 1. Establish Performance Baselines Before making any changes, establish clear performance metrics: Identify the target : Determine what "optimal" performance looks like. Look for reference implementations, documented benchmarks, or theoretical analysis of query complexity. Measure the...
35
26727 sober-addict-protector erichowens/some_claude_skills
Sober Addict Protector Daily companion for protecting your sobriety through proactive strategies, trigger management, and sustainable recovery practices. When to Use This Skill Use for: Daily check-ins and accountability Identifying high-risk situations before they happen Managing triggers in real-time Remembering why therapy and couples counseling matter Building protective habits and routines Processing close calls without judgment Maintaining motivation during hard days NOT for: Active crisis...
35
26728 fd-file-finding laurigates/claude-plugins
fd File Finding Expert knowledge for using fd as a fast, user-friendly alternative to find with smart defaults and powerful filtering. Core Expertise fd Advantages Fast parallel execution (written in Rust) Colorized output by default Respects .gitignore automatically Smart case-insensitive search Simpler syntax than find Regular expression support Basic Usage Simple File Search Find all files named config fd config Find files with extension fd -e rs All Rust files fd -e md All Markdown files...
35
26729 rr-redshift-query emplifi/eng
No SKILL.md available for this skill. View on GitHub
35
26730 quantitative-analysis poemswe/co-researcher
1. Statistical Test Selection Question Data Type Recommended Test Compare 2 groups Continuous (Normal) Independent t-test Compare 2+ groups Continuous (Normal) One-way ANOVA Relationship Continuous Pearson's r Prediction Continuous Multiple Regression Categorical diff Counts Chi-square 2. Power & Effect Size Analysis Power Analysis : Calculating required $N$ for given $\alpha$ and $(1-\beta)$. Effect Sizes : Cohen's $d$, Pearson's $r$, $\eta^2$, Odds Ratios. 3. Advanced Modeling Multilevel Model...
35
26731 claudeception blader/claudeception
Claudeception You are Claudeception: a continuous learning system that extracts reusable knowledge from work sessions and codifies it into new Claude Code skills. This enables autonomous improvement over time. Core Principle: Skill Extraction When working on tasks, continuously evaluate whether the current work contains extractable knowledge worth preserving. Not every task produces a skill—be selective about what's truly reusable and valuable. When to Extract a Skill Extract a skill when you en...
35
26732 codeql-expert personamanagmentlayer/pcl
CodeQL Expert Expert guidance for CodeQL static analysis, custom query development, vulnerability detection, and integration with CI/CD pipelines. Core Concepts CodeQL Overview Semantic code analysis engine Treats code as data (queryable database) Supports C/C++, C, Go, Java, JavaScript/TypeScript, Python, Ruby Powers GitHub Code Scanning Custom query development with QL language CodeQL Workflow Extract code to database Write QL queries Run analysis Review results Fix vulnerabilities Integrate i...
35
26733 add-skill htlin222/dotfiles
Add Skill (Meta Skill) Create new Claude Code skills by fetching the latest official documentation and generating properly structured skill files. Workflow Step 1: Fetch Latest Documentation Always fetch official docs first to ensure compliance with current spec: WebFetch: https://code.claude.com/docs/en/skills Prompt: Extract skill file format, required fields, naming rules, and best practices If WebFetch fails due to length, use WebSearch: WebSearch: "Claude Code skills SKILL.md format site:co...
35
26734 claude-code-expert sickn33/antigravity-awesome-skills
CLAUDE CODE EXPERT - Potencia Maxima Overview Especialista profundo em Claude Code - CLI da Anthropic. Maximiza produtividade com atalhos, hooks, MCPs, configuracoes avancadas, workflows, CLAUDE.md, memoria, sub-agentes, permissoes e integracao com ecossistemas. Ativar para: configurar Claude Code, criar hooks, otimizar CLAUDE.md, usar MCPs, criar sub-agentes, resolver erros do CLI, workflows avancados, duvidas sobre qualquer feature. When to Use This Skill When you need specialized assistance w...
35
26735 higgsfield-operator eddiebe147/claude-settings
No SKILL.md available for this skill. View on GitHub
35
26736 mastering-confluence spillwavesolutions/mastering-confluence-agent-skill
Type: Project | Version: 2.2.0 Manage Confluence documentation: download pages to Markdown, upload with images, convert between formats, integrate diagrams, search with CQL. Contents - [Critical Constraints](critical-constraints) - [Quick Start](quick-start) - [Core Capabilities](core-capabilities) - [Checklists](checklists) - [Reference Documentation](reference-documentation) - [Scripts](scripts) Critical Constraints DO NOT USE MCP FOR PAGE UPLOADS - Size limits apply (~10-20KB max)...
35
26737 deep-research cnemri/google-genai-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
35
26738 syncable-entity-types-and-constants twentyhq/twenty
Syncable Entity: Types & Constants (Step 1/6) Purpose : Define all types, entities, and register in central constants. This is the foundation - everything else depends on these types being correct. When to use : First step when creating any new syncable entity. Must be completed before other steps. Quick Start This step creates: Metadata name constant (twenty-shared) TypeORM entity (extends SyncableEntity ) Flat entity types Action types (universal + flat) Central constant registrations (5 const...
35
26739 war-room athola/claude-night-market
Table of Contents Overview Reversibility-Based Routing When to Use When NOT to Use Expert Panel Deliberation Protocol Integration Usage Output Configuration Related Skills War Room Skill Orchestrate multi-LLM deliberation for complex strategic decisions. Overview The War Room convenes multiple AI experts to analyze problems from diverse perspectives, challenge assumptions through adversarial review, and synthesize optimal approaches under the guidance of a Supreme Commander. Philosophy "The...
35
26740 cloud-aws-ec2 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 [待完善:根据具体工具添加关键词]
35
26741 react-hook-creator jeremylongshore/claude-code-plugins-plus-skills
React Hook Creator Purpose This skill provides automated assistance for react hook creator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "react hook creator" in your request Ask about react hook creator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for react hook creator Fol...
35
26742 add-review-comment mlflow/mlflow
Add Review Comment Adds a review comment to a specific line in a GitHub pull request. Step 1: Locate the line to comment on Use the fetch-diff skill (optionally piped through grep ) to locate the line to comment on. Step 2: Post the comment Single-line comment: gh api repos/ < owner > / < repo > /pulls/ < pr_number > /comments \ Body must end with "🤖 Generated with Claude" on a separate line -f body = < comment > \ -f path = < file_path > \ -F line = < line_number > \ -f side = < side > \ -f co...
35
26743 pytest teachingai/full-stack-skills
pytest - Professional Python Testing Overview pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features: Fixture system for dependency injection Parametrization for data-driven tests Rich assertion introspection (no need for self.assertEqual) Plugi...
35
26744 tdd yeachan-heo/oh-my-codex
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...
35
26745 pentest-whitebox-code-review jd-opensource/joysafeter
Pentest Whitebox Code Review Purpose Perform systematic white-box source code security audit using Shannon's backward taint analysis methodology. Traces from dangerous sinks back to user-controlled sources, classifies injection contexts by slot type, verifies XSS render contexts, and produces a prioritized exploitation queue for downstream proof-driven exploitation. Prerequisites Authorization Requirements Written authorization with explicit scope for source code review Source code access — full...
35
26746 debug-like-expert scientiacapital/skills
The skill emphasizes treating code you wrote with MORE skepticism than unfamiliar code, as cognitive biases about "how it should work" can blind you to actual implementation errors. Use scientific method to systematically identify root causes rather than applying quick fixes. <context_scan> Run on every invocation to detect domain-specific debugging expertise: What files are we debugging? echo "FILE_TYPES:" find . -maxdepth 2 -type f 2 > /dev/null | grep -E '\.(py|js|jsx|ts|tsx|rs|swift|c|cpp|g...
35
26747 nanobanana eyadsibai/ltk
Nano Banana A single Python entrypoint for Gemini-native Nano Banana image generation and editing, with model aliases, strict option validation, batch runs, and custom endpoint support. Workflow Open references/config.md to choose environment variables and override order. Open references/models-and-api.md to pick the right Nano Banana tier and check model-specific constraints. Prefer gemini-3.1-flash-image-preview ( nanobanana-2 ) unless you need either the fastest low-cost default ( nanobanana ...
35
26748 youtube-transcript glebis/claude-skills
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
35
26749 webapp-testing snyk/agent-scan
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
35
26750 ai-engineer htlin222/dotfiles
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
35