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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,431
总 Skills
161.2M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
23101 update-packages blogic-cz/blogic-marketplace
Update Packages Step 0: Update Skills + Create Branch (MANDATORY) Before touching any packages, update skills and create a dedicated branch. Update all skills from skills-lock.json (reads sources + skill names from lock) bun run .agents/skills/update-packages/references/skills-update-local.ts Dry run to see what would be executed bun run .agents/skills/update-packages/references/skills-update-local.ts --dry-run Create a fresh branch git checkout -b chore/update-packages- $( date +%y%m%d-%H%M ...
47
23102 input-sanitization dengineproblem/agents-monorepo
Input Sanitization Expert Expert in input validation, sanitization, and encoding for secure applications. Core Principles Validation vs Sanitization vs Encoding Validation : Reject invalid input entirely (preferred) Sanitization : Clean/modify input to make it safe Encoding : Transform input for safe use in specific contexts Apply in order: Validate first, sanitize if needed, encode for output context Defense in Depth Never rely on client-side validation alone Implement validation at multiple la...
47
23103 mobile-game-dev omer-metin/skills-for-antigravity
Mobile Game Dev Identity You're a mobile game developer who has shipped titles across the entire spectrum of devices - from the iPhone 6 to the latest iPad Pro, from budget Android phones to flagship Samsungs. You've learned that mobile development is a completely different beast from PC or console development. You've felt the pain of a game that runs beautifully in the editor but melts phones in players' hands. You've debugged thermal throttling issues at 2 AM, optimized touch input to feel r...
47
23104 attention-grabbers dylantarre/animation-principles
Attention-Grabbing Animations Apply Disney's 12 principles to focus-drawing motion. Principle Application Squash & Stretch: Pulsing scale draws attention. 1.0 → 1.1 → 1.0 cycle catches peripheral vision. Anticipation: Brief pause before attention animation. Let it build then release. Staging: Position attention elements where users will see them. Corner badges, inline highlights. Straight Ahead vs Pose-to-Pose: Design attention states: rest, active/pulsing, acknowledged. Follow Through & ...
47
23105 rspack-debugging rstackjs/agent-skills
This Skill guides you on how to capture the underlying crash state of Rspack (which is based on Rust). By using the LLDB debugger and Rspack packages with debug symbols, we can obtain detailed stack backtraces, which are crucial for pinpointing issues. The guides focus on non-interactive, automated debugging to easily capture backtraces. Preparation Before starting, please ensure your environment meets the requirements. - Install LLDB: You must install the LLDB debugger. macOS: Run `xcode-...
47
23106 verify pubkey/rxdb
Verification Run all verification steps. Arguments: $ARGUMENTS: Test pattern for the test step Instructions Run these first in sequence: Run yarn prettier - format code (stop if fails) Run yarn linc - lint changed files (stop if fails) Then run these with subagents in parallel: Use /flow to type check (stop if fails) Use /test to test changes in source (stop if fails) Use /test www to test changes in www (stop if fails) If all pass, show success summary. On failure, stop immediately and report t...
47
23107 content-strategy openclaudia/openclaudia-skills
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning 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. Gather this context (a...
47
23108 isms-audit-expert borghei/claude-skills
ISMS Audit Expert Internal and external ISMS audit management for ISO 27001 compliance verification, security control assessment, and certification support. Table of Contents Audit Program Management Audit Execution Control Assessment Finding Management Certification Support Tools References Audit Program Management Risk-Based Audit Schedule Risk Level Audit Frequency Examples Critical Quarterly Privileged access, vulnerability management, logging High Semi-annual Access control, incident respon...
47
23109 expense tracker eddiebe147/claude-settings
Expense Tracker Comprehensive expense management skill for tracking, processing, and automating expense workflows. Core Workflows 1. Receipt Processing Pipeline RECEIPT TO REIMBURSEMENT: ┌─────────────────┐ │ Receipt Image │ │ (Photo/PDF) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ OCR Extract │ │ - Vendor │ │ - Amount │ │ - Date │ │ - Items │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Auto-Categorize│ │ - Travel │ │ - Meals │ │ - Soft...
47
23110 comprehensive-unit-testing-with-pytest oimiragieo/agent-studio
Comprehensive Unit Testing With Pytest Skill Thorough Unit Testing: Aim for high test coverage (90% or higher) using pytest . Test both common cases and edge cases. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
47
23111 faq builder eddiebe147/claude-settings
FAQ Builder Expert FAQ database creation system that transforms support tickets, documentation, and user interactions into comprehensive, searchable FAQ content. This skill provides structured workflows for identifying common questions, crafting clear answers, organizing content hierarchically, and maintaining FAQ freshness over time. FAQs are the foundation of customer self-service. Well-built FAQ databases deflect support tickets, reduce customer frustration, and free up support teams for comp...
47
23112 skill-improver heyvhuang/ship-faster
Skill Improvement Methodology Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards. Prerequisites Requires the plugin-dev plugin which provides the skill-reviewer agent. Verify it's enabled: run /plugins — plugin-dev should appear in the list. If missing, install from the Trail of Bits plugin repository. Core Loop Review - Call skill-reviewer on the target skill Categorize - Parse issues by severity Fix - Address critical and major issues Evalua...
47
23113 sentiment analyzer eddiebe147/claude-settings
Sentiment Analyzer The Sentiment Analyzer skill guides you through implementing sentiment analysis systems that understand the emotional tone and opinion in text. From simple positive/negative classification to nuanced aspect-based sentiment and emotion detection, this skill covers the full spectrum of sentiment analysis capabilities. Sentiment analysis is deceptively complex. Sarcasm, context, domain-specific language, and cultural nuances all challenge simple approaches. This skill helps you c...
47
23114 compliance checker eddiebe147/claude-settings
Compliance Checker Expert compliance assessment agent that evaluates regulatory compliance across business operations, identifies gaps, and provides remediation guidance. Specializes in financial regulations, tax compliance, employment law, data privacy, and industry-specific requirements. This skill applies comprehensive compliance frameworks to help organizations identify risks, meet regulatory requirements, and prepare for audits. Perfect for startups scaling up, compliance reviews, and risk ...
47
23115 stock-screener nicepkg/ai-workflow
Stock Screener Filter stocks by financial metrics and perform comparative analysis. Features Multi-Metric Filtering : P/E, P/B, market cap, dividend yield, etc. Custom Screens : Save and reuse filter combinations Comparative Analysis : Side-by-side stock comparison Sector Analysis : Group and analyze by sector Ranking : Score and rank stocks by criteria Export : CSV, JSON, formatted reports Quick Start from stock_screener import StockScreener screener = StockScreener ( ) Load stock data screene...
47
23116 technical-writer erichowens/some_claude_skills
Technical Writer You are an expert technical writer who creates clear, user-friendly documentation for technical products. When to Apply Use this skill when: Writing API documentation Creating README files and setup guides Developing user manuals and tutorials Documenting architecture and design Writing changelog and release notes Creating onboarding guides Explaining complex technical concepts Writing Principles 1. User-Centered Lead with the user's goal, not the feature Answer "why should I ca...
47
23117 hr assistant eddiebe147/claude-settings
HR Assistant Comprehensive human resources support system designed for HR professionals, managers, business owners, and team leads handling people operations. This skill provides assistance with recruitment, employee onboarding, performance management, policy creation, compliance guidance, and employee relations. The HR Assistant excels at creating job descriptions, developing interview questions, designing onboarding programs, drafting HR policies, structuring performance review processes, hand...
47
23118 chain builder eddiebe147/claude-settings
Chain Builder The Chain Builder skill helps you design and execute multi-step prompt chains where the output of one prompt becomes the input to the next. This enables complex, multi-stage processing that would be difficult to accomplish in a single prompt, while maintaining clarity, modularity, and debuggability. This skill guides you through chain design, identifying optimal breakpoints, managing data flow between steps, handling errors, and validating outputs at each stage. It's particularly v...
47
23119 build-iphone-apps mosif16/codex-skills
<essential_principles> How We Work The user is the product owner. Claude is the developer. The user does not write code. The user does not read code. The user describes what they want and judges whether the result is acceptable. Claude implements, verifies, and reports outcomes. 1. Prove, Don't Promise Never say "this should work." Prove it: xcodebuild -destination 'platform=iOS Simulator,name=iPhone 16' build 2>&1 | xcsift xcodebuild test -destination 'platform=iOS Simulator,name=iPhone 1...
47
23120 spring-data-jpa teachingai/full-stack-skills
Spring Data JPA Overview To implement persistence layers with Spring Data JPA, create repository interfaces that provide automatic CRUD operations, entity relationships, query methods, and advanced features like pagination, auditing, and performance optimization. When to Use Use this Skill when: Implementing repository interfaces with automatic CRUD operations Creating entities with relationships (one-to-one, one-to-many, many-to-many) Writing queries using derived method names or custom @Query ...
47
23121 accounts reconciler eddiebe147/claude-settings
Accounts Reconciler Streamline account reconciliation by automatically matching transactions across multiple sources, identifying discrepancies, and generating variance reports. Eliminates hours of manual spreadsheet work. Core Workflows Workflow 1: Bank Statement Reconciliation Import Data - Load bank statement and internal ledger Auto-Match - Match transactions by amount, date, reference Flag Exceptions - Identify unmatched items Document Adjustments - Record journal entries Generate Report - ...
47
23122 terraform-infrastructure-as-code manutej/luxor-claude-marketplace
Terraform Infrastructure as Code - Comprehensive Guide Table of Contents Introduction to Terraform Core Concepts Resources Data Sources Variables and Outputs Modules State Management Workspaces Provider Configuration Advanced Features Dependencies Provisioners Best Practices CI/CD Integration Introduction to Terraform Terraform is an open-source Infrastructure as Code (IaC) tool created by HashiCorp that enables you to define and provision infrastructure using a declarative configuration langua...
47
23123 structure-first perhapsspy/structure-first
Skill: Structure First Purpose Primary Flow : the top-down readable main path that orchestrates the logic When generating, refactoring, or reviewing code, prioritize a readable success path (Primary Flow) first. Keep boundaries minimal (only when needed), compose with role-fixed Atoms , and secure stability through contract-driven tests rather than implementation-following tests. When to Use When code does not read naturally from top to bottom When function/module splitting becomes excessive and...
47
23124 v3 deep integration proffesor-for-testing/agentic-qe
V3 Deep Integration What This Skill Does Transforms claude-flow from parallel implementation to specialized extension of agentic-flow@alpha, eliminating massive code duplication while achieving performance improvements and feature parity. Quick Start Initialize deep integration Task ( "Integration architecture" , "Design agentic-flow@alpha adapter layer" , "v3-integration-architect" ) Feature integration (parallel) Task ( "SONA integration" , "Integrate 5 SONA learning modes" , "v3-integration...
47
23125 unit economics calculator eddiebe147/claude-settings
Unit Economics Calculator Expert unit economics analysis agent that calculates customer acquisition costs, lifetime value, payback periods, and contribution margins. Specializes in SaaS unit economics, e-commerce profitability, and margin optimization. This skill applies rigorous unit economics frameworks to understand business profitability at the individual customer or transaction level. Perfect for evaluating business viability, optimizing marketing spend, and making pricing decisions. Core W...
47
23126 swain-search cristoslc/swain
swain-search Collect, normalize, and cache source materials into reusable evidence pools that swain-design artifacts can reference. Mode detection Signal Mode No pool exists for the topic, or user says "research X" / "gather evidence" Create — new pool Pool exists and user provides new sources or says "add to" / "extend" Extend — add sources to existing pool Pool exists and user says "refresh" or sources are past TTL Refresh — re-fetch stale sources User asks "what pools do we have" or "find evi...
47
23127 workflow-creator heyvhuang/ship-faster
Workflow Creator Create complete workflow directories with curated skills downloaded from GitHub. Workflow Creation Process Step 1: Create directory structure Run scripts/create_workflow.py to initialize: python scripts/create_workflow.py <workflow-name> --path <output-dir> Creates (with multi-AI tool support): workflows/<workflow-name>-workflow/ ├── README.md User documentation (English) ├── README_cn.md User documentation (Chinese) ├── AGENTS.md AI context (au...
47
23128 active-learning-system dengineproblem/agents-monorepo
Active Learning System Expert Эксперт по системам активного обучения для машинного обучения. Основные стратегии Uncertainty Sampling : Выбор примеров с наименьшей уверенностью модели Query by Committee : Использование разногласий ансамбля Expected Model Change : Выбор наиболее информативных образцов Diversity-based Selection : Покрытие пространства признаков Основной цикл активного обучения from modAL import ActiveLearner from modAL . uncertainty import uncertainty_sampling class ActiveLearningS...
47
23129 python-pipeline jamditis/claude-skills-journalism
Python data pipeline development Patterns for building production-quality data processing pipelines with Python. Architecture patterns Modular processor architecture src/ ├── workflow.py Main orchestrator ├── dispatcher.py Content-type router ├── processors/ │ ├── __init__.py │ ├── base.py Abstract base class │ ├── article_processor.py │ ├── video_processor.py │ └── audio_processor.py ├── services/ │ ├── sheets_service.py Google Sheets inte...
47
23130 hwc-realtime-streaming thehotwireclub/hotwire_club-skills
Real-Time & Streaming Implement push-driven Hotwire behavior with Turbo Streams and Stimulus. Core Workflow Identify transport and delivery shape: WebSocket, SSE, inline stream tags, or server response streams. Choose default Turbo Stream actions first; add custom actions only when defaults are insufficient. Keep stream actions small and deterministic; avoid embedding arbitrary scripts in stream payloads. Separate stream orchestration from domain UI concerns (forms, media, navigation). Verify or...
47
23131 video-color-grading eachlabs/skills
Video Color Grading Apply professional color grading and color correction to videos using each::sense. This skill enables cinematic looks, film stock emulations, mood-based color treatments, and technical color corrections. Features Cinematic Grades : Hollywood-style color treatments for narrative content Film Emulation : Kodak, Fuji, and other classic film stock looks Look Development : Orange & teal, moody dark, bright & airy styles Color Correction : Fix white balance, exposure, and color cas...
47
23132 plan-feature mblode/agent-skills
Feature Planning Create concrete, implementation-ready plans for features and complex changes. DO NOT WRITE CODE during planning. Only explore, analyse, and document. Planning threshold Before deep planning, quickly confirm the scope: Plan in detail when changes affect 3+ files or multiple systems Plan in detail when requirements are unclear or architectural tradeoffs exist Skip heavyweight planning for single-file changes with clear requirements For small/obvious changes, give a short execution...
47
23133 hosted-agents guanyang/antigravity-skills
Hosted Agent Infrastructure Hosted agents run in remote sandboxed environments rather than on local machines. When designed well, they provide unlimited concurrency, consistent execution environments, and multiplayer collaboration. The critical insight is that session speed should be limited only by model provider time-to-first-token, with all infrastructure setup completed before the user starts their session. When to Activate Activate this skill when: Building background coding agents that run...
47
23134 configure-container laurigates/claude-plugins
/configure:container Check and configure comprehensive container infrastructure against project standards with emphasis on minimal images , non-root users , and security hardening . When to Use This Skill Use this skill when... Use another approach when... Auditing container infrastructure compliance (Dockerfile, workflows, scanning) Writing a Dockerfile from scratch ( /configure:dockerfile ) Checking multi-stage builds, non-root users, and security hardening Configuring Kubernetes deployments (...
47
23135 airflow-plugins astronomer/agents
Airflow 3 Plugins Airflow 3 plugins let you embed FastAPI apps, React UIs, middleware, macros, operator buttons, and custom timetables directly into the Airflow process. No sidecar, no extra server. CRITICAL : Plugin components (fastapi_apps, react_apps, external_views) require Airflow 3.1+ . NEVER import flask , flask_appbuilder , or use appbuilder_views / flask_blueprints — these are Airflow 2 patterns and will not work in Airflow 3. If existing code uses them, rewrite the entire registration ...
47
23136 configure-api-tests laurigates/claude-plugins
/configure:api-tests Check and configure API contract testing infrastructure for validating API contracts, schemas, and consumer-provider agreements. When to Use This Skill Use this skill when... Use another approach when... Setting up Pact consumer/provider contract tests Writing individual unit tests ( /configure:tests ) Configuring OpenAPI request/response validation Validating a single API endpoint manually Adding JSON Schema or Zod schema testing Checking general test coverage ( /configure:...
47
23137 configure-docs laurigates/claude-plugins
/configure:docs Check and configure code documentation standards and generators. When to Use This Skill Use this skill when... Use another approach when... Setting up TSDoc, JSDoc, pydoc, or rustdoc standards for a project Writing actual documentation content for functions or modules Configuring a documentation generator (TypeDoc, MkDocs, Sphinx, rustdoc) Deploying documentation to GitHub Pages ( /configure:github-pages instead) Auditing documentation coverage and lint compliance Reviewing gener...
47
23138 react-query-best-practices arraydude/agent-skills
Important: This guide targets React Query v4. Some patterns may differ in v5. Comprehensive guide for React Query v4 (TanStack Query) based on TkDodo's authoritative blog series. Contains 24 rules across 7 categories, prioritized by impact. When to Apply Reference these guidelines when: - Implementing new queries or mutations - Integrating WebSockets with React Query - Setting up query invalidation patterns - Debugging React Query behavior - Optimizing render performance - TypeScript i...
47
23139 find-skills oakoss/agent-skills
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
47
23140 kaggle shepsci/kaggle-skill
Kaggle — Unified Skill Complete Kaggle integration for any LLM or agentic coding system (Claude Code, gemini-cli, Cursor, etc.): account setup, competition reports, dataset/model downloads, notebook execution, competition submissions, badge collection, and general Kaggle questions. Four integrated modules working together. Overlap guard: For hackathon grading evaluation and alignment analysis, use the kaggle-hackathon-grading skill instead. Network requirements: outbound HTTPS to api.kaggle.com ...
47
23141 blueprint-status laurigates/claude-plugins
Display the current blueprint configuration status with three-layer architecture breakdown. Flags Flag Description --report-only Display status report and exit without prompting for next action Steps : Check if blueprint is initialized : Look for docs/blueprint/manifest.json If not found, report: Blueprint not initialized in this project. Run `/blueprint:init` to get started. Read manifest and gather information : Parse manifest.json for version and configuration Parse id_registry for traceabili...
47
23142 component-naming sgcarstrends/sgcarstrends
Component Naming Conventions Skill This skill helps you enforce consistent React component naming conventions across the codebase. When to Use This Skill Creating new React components Reviewing component names in PRs Refactoring existing components Ensuring codebase consistency Naming Rules 1. PascalCase All React components use PascalCase: // ✅ Good export const TrendChart = () => {}; export const HeroPost = () => {}; // ❌ Bad export const trendChart = () => {}; export const trend_chart = ...
47
23143 docx panaversity/agentfactory
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
47
23144 hashtag researcher eddiebe147/claude-settings
Hashtag Researcher Research and strategize hashtag usage for maximum social media reach and discovery When to Use This Skill Use this skill when you need to: Analyze data and extract insights Conduct thorough investigation Synthesize complex information Not recommended for: Tasks requiring creative content generation business operations Quick Reference Action Command/Trigger Create hashtag researcher hashtag research Review and optimize review hashtag researcher Get best practices hashtag resear...
47
23145 deep-research glebis/claude-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...
47
23146 sentry mitsuhiko/agent-stuff
Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to provide a valid SENTRY_AUTH_TOKEN (read-only scopes such as project:read , event:read ) or to log in and create one before running commands. Set SENTRY_AUTH_TOKEN as an env var. Optional defaults: SENTRY_ORG , SENTRY_PROJECT , SENTRY_BASE_URL . Defaults: org/project {your-org} / {your-project} , time range 24h , environment prod , limit 20 (max 50). Always call the Sentry API (no heuristics, no caching). I...
47
23147 terraform-aws-modules sickn33/antigravity-awesome-skills
You are an expert in Terraform for AWS specializing in reusable module design, state management, and production-grade HCL patterns. Use this skill when Creating reusable Terraform modules for AWS resources Reviewing Terraform code for best practices and security Designing remote state and workspace strategies Migrating from CloudFormation or manual setup to Terraform Do not use this skill when The user needs AWS CDK or CloudFormation, not Terraform The infrastructure is on a non-AWS provider Ins...
47
23148 wavybaby aaarnv/claude-skills
wavybaby Extends Claude Code's native skill dispatch with three capabilities it lacks: CoVe - Chain-of-Verification self-audit on all generated code Skill Discovery - Search 29,000+ skills via skills.sh that aren't installed yet Toolkit Knowledge - MCP servers, configs, and repos Claude doesn't inherently know about You are NOT replacing Claude's built-in skill system. You are layering on top of it. Let Claude's native Skill() tool handle dispatch to already-installed skills. Your job is everyth...
47
23149 complex-reasoning lobbi-docs/claude
Complex Reasoning Skill Structured reasoning frameworks for systematic problem solving, leveraging extended thinking capabilities for deep analysis. When to Use Debugging complex issues with multiple potential causes Architecture decisions requiring trade-off analysis Root cause analysis for production incidents Performance optimization with multiple variables Security vulnerability assessment Code refactoring with many dependencies Reasoning Frameworks Chain-of-Thought (CoT) Linear step-by-s...
47
23150 dbt-expert personamanagmentlayer/pcl
dbt Expert You are an expert in dbt (data build tool) with deep knowledge of data modeling, testing, documentation, incremental models, macros, Jinja templating, and analytics engineering best practices. You design maintainable, tested, and documented data transformation pipelines. Core Expertise Project Structure and Configuration dbt_project.yml: name: 'analytics' version: '1.0.0' config-version: 2 profile: 'analytics' model-paths: ["models"] analysis-paths: ["analyses"] test-paths: ["te...
47