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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
15801 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
15802 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
15803 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
15804 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
15805 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
15806 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
15807 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
15808 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
15809 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
15810 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
15811 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
15812 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
15813 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
15814 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
15815 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
15816 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
15817 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
15818 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
15819 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
15820 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
15821 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
15822 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
15823 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
15824 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
15825 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
15826 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
15827 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
15828 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
15829 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
15830 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
15831 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
15832 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
15833 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
15834 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
15835 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
15836 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
15837 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
15838 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
15839 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
15840 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
15841 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
15842 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
15843 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
15844 react-component-generator jeremylongshore/claude-code-plugins-plus-skills
React Component Generator Purpose This skill provides automated assistance for react component generator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "react component generator" in your request Ask about react component generator 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 guidanc...
47
15845 code-review rtgs2017/nagaagent
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
47
15846 synapse-manager s-hiraoku/synapse-a2a
Synapse Manager Orchestrate multi-agent work with structured delegation, monitoring, and quality gates. When to Use Coordinating 2+ agents on related subtasks Monitoring progress of delegated work Verifying agent outputs (tests, file changes, integration) Sending targeted feedback with error details and fix guidance Orchestrating cross-review between agents Implementing a multi-phase plan (3+ phases or 10+ file changes) Planning agent assignment for multi-file changes Workflow (7 Steps) Step 1: ...
47
15847 performing-systematic-debugging-for-stubborn-problems sammcj/agentic-coding
Systematic Debugging with Fagan Inspection This skill applies a modified Fagan Inspection methodology for systematic problem resolution when facing complex problems or stubborn bugs that have resisted multiple fix attempts. Process Overview Follow these four phases sequentially. Do not skip phases or attempt fixes before completing the inspection. Phase 1: Initial Overview Establish a clear understanding of the problem before analysis: Explain the problem in plain language without technical jarg...
47
15848 github-ops oimiragieo/agent-studio
GitHub Operations Overview This skill provides comprehensive guidance for GitHub operations using the gh CLI tool and GitHub REST/GraphQL APIs. Use this skill when performing any GitHub-related tasks including pull request management, issue tracking, repository operations, workflow automation, and API interactions. When to Use This Skill This skill activates for tasks involving: Creating, viewing, editing, or merging pull requests Managing GitHub issues or repository settings Querying GitHub...
47
15849 clawflows alphaonedev/openclaw-graph
clawflows Purpose This skill automates workflows in OpenClaw by defining multi-step task chains, incorporating conditional logic, triggers, and scheduling to streamline complex operations. When to Use Use this skill for repetitive task sequences, like processing data pipelines, conditional decision-making (e.g., if a file exists, then execute), event-driven triggers (e.g., on API call), or scheduled jobs (e.g., daily reports). Apply it in scenarios requiring orchestration, such as integrating mu...
47
15850 hk-stock-analysis nicepkg/ai-workflow
Perform comprehensive analysis of Hong Kong listed stocks with consideration of unique market characteristics including T+0 trading, no price limits, short selling mechanism, and cross-border capital flows via Stock Connect. Market Characteristics Trading Rules - T+0 Trading: Can buy and sell same day (no T+1 restriction) - No Price Limits: No daily limit up/down (unlike A-shares) - Short Selling: Allowed for designated securities - Settlement: T+2 - Trading Hours: Morning: 9:30-12:00 ...
47