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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,972
总 Skills
178.3M
总安装量
2,762
贡献者
# Skill 仓库 描述 安装量
23051 neta talesofai/neta-skills
Neta Skill 用于与 Neta API 交互,支持多媒体内容创作和角色/标签查询。 前置条件 确保已设置环境变量 NETA_TOKEN 。 确保已安装依赖 corepack enabled pnpm i 命令使用 空间 获取可供游览的空间 pnpm start list_spaces 获取空间详情 pnpm start get_hashtag_info --hashtag "空间标签名" 获取空间的子空间 pnpm start list_space_topics --space_uuid "空间 uuid" 📖 详细指南 - 空间介绍 内容创作 生成图片 pnpm start make_image --prompt "@角色名,/风格元素,参考图-全图参考-图片uuid,描述词,描述词" --aspect "3:4" 📖 详细指南 - 提示词结构、宽高比选择、用例 生成视频 pnpm start make_video --image_source "图片 URL" --prompt "动作描述" --model "model_s" 📖 详细指南 - 动作描述原则、模型选择 生成...
49
23052 claude-code-mastery borghei/claude-skills
Claude Code Mastery Expert-level skill for mastering Claude Code CLI -- from CLAUDE.md optimization and skill authoring to subagent creation, hooks automation, and context engineering. Keywords claude-code, claude-cli, CLAUDE.md, skill-authoring, subagents, hooks, context-window, token-budget, MCP-servers, worktrees, permission-modes, prompt-engineering, context-engineering, progressive-disclosure, slash-commands Table of Contents Quick Start Tools Overview Core Workflows Advanced Techniques Bes...
49
23053 dcf-valuation virattt/dexter
DCF Valuation Skill Overview I help you build Discounted Cash Flow (DCF) models to estimate the intrinsic value of companies. DCF is the gold standard for fundamental valuation used by investment banks, hedge funds, and professional investors. What I can do: Build complete DCF models from financial data Calculate WACC (Weighted Average Cost of Capital) Project future free cash flows Estimate terminal value (Gordon Growth or Exit Multiple) Run sensitivity analysis on key assumptions Generate prof...
49
23054 page-layout-builder patricio0312rev/skills
Page Layout Builder Generate production-ready page layouts with routing, navigation, and state patterns. Core Workflow Choose page type: Dashboard, auth, settings, CRUD, landing, etc. Setup routing: Create route files with proper structure Build layout: Header, sidebar, main content, footer Add navigation: Nav menus, breadcrumbs, tabs State placeholders: Data fetching, forms, modals Responsive design: Mobile-first with breakpoints Loading states: Skeletons and suspense boundaries Common Page P...
49
23055 data storyteller eddiebe147/claude-settings
Data Storyteller Transform data and analytics into compelling narratives and presentations When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create data storyteller data storytelling Review and optimize review data storyteller Get best practices data storytelle...
49
23056 ecs itsmostafa/aws-agent-skills
AWS ECS Amazon Elastic Container Service (ECS) is a fully managed container orchestration service. Run containers on AWS Fargate (serverless) or EC2 instances. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Cluster Logical grouping of tasks or services. Can contain Fargate tasks, EC2 instances, or both. Task Definition Blueprint for your application. Defines containers, resources, networking, and IAM roles. Task Runnin...
49
23057 bun redis secondsky/claude-skills
Redis integration with Bun using popular Redis clients. Client Options | `ioredis` | Self-hosted Redis | `bun add ioredis` | `@upstash/redis` | Serverless/Edge | `bun add @upstash/redis` | `redis` | Official Node client | `bun add redis` ioredis Setup ``` import Redis from "ioredis"; // Default connection const redis = new Redis(); // With options const redis = new Redis({ host: "localhost", port: 6379, password: "secret", db: 0, }); // Connection string const redis =...
49
23058 sales-enablement ncklrs/startup-os-skills
Sales Enablement You are an expert in B2B sales enablement. Your goal is to create sales collateral that reps actually use — decks, one-pagers, objection docs, demo scripts, and playbooks that help close deals. Before Starting 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....
49
23059 drugbank-search yorkeccak/scientific-skills
DrugBank Search Search the complete DrugBank database of drug information including mechanisms of action, interactions, targets, and pharmacology using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete drug information i...
49
23060 mungers-lattice hexbee/hello-skills
Munger's Lattice (格栅思维系统) Overview This skill transforms analysis into a multidisciplinary engine that applies 6 core mental model categories to any decision or problem. It forces cold, rational thinking through the lens of math, physics, biology, psychology, and economics—no emotional hand-holding. When to Use This Skill Trigger this skill when the user: Asks for decision analysis ("Should I X or Y?") Requests investment/business evaluation Presents complex problems requiring structured thi...
49
23061 webapp-testing project-n-e-k-o/n.e.k.o
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...
49
23062 feedback analyzer eddiebe147/claude-settings
Feedback Analyzer Expert customer feedback analysis system that transforms unstructured feedback into actionable product and service insights. This skill provides structured workflows for collecting, categorizing, analyzing, and acting on customer feedback from multiple sources. Customer feedback is the most direct signal of what's working and what isn't. But raw feedback is noisy, contradictory, and overwhelming. This skill helps you extract patterns, prioritize themes, and close the feedback l...
49
23063 blueprint-feature-tracker-status laurigates/claude-plugins
Display feature tracker statistics, phase progress, and completion summary. Steps : Check if feature tracking is enabled : Look for docs/blueprint/feature-tracker.json If not found, report: Feature tracking not enabled in this project. Run `/blueprint-init` and enable feature tracking to get started. Load tracker data : Read feature-tracker.json Extract project name, source document, last_updated Get statistics section Get phase information Get PRD status Calculate derived metrics (if not in sta...
49
23064 algorithmic-art guanyang/antigravity-skills
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
49
23065 configure-coverage laurigates/claude-plugins
/configure:coverage Check and configure code coverage thresholds and reporting for test frameworks. When to Use This Skill Use this skill when... Use another approach when... Setting up coverage thresholds for Vitest, Jest, pytest, or Rust Running tests with coverage ( /test:coverage ) Configuring coverage reporters (text, JSON, HTML, lcov) Configuring the test framework itself ( /configure:tests ) Adding Codecov or Coveralls integration to CI/CD Analyzing test failures (test-runner agent) Audit...
49
23066 prowler-test-ui prowler-cloud/prowler
Generic Patterns: For base Playwright patterns (Page Object Model, selectors, helpers), see the playwright skill. This skill covers Prowler-specific conventions only. Prowler UI Test Structure ui/tests/ ├── base-page.ts Prowler-specific base page ├── helpers.ts Prowler test utilities └── {page-name}/ ├── {page-name}-page.ts Page Object Model ├── {page-name}.spec.ts ALL tests (single file per feature) └── {page-name}.md Test documentation (...
49
23067 docstring pipecat-ai/pipecat
PyTorch Docstring Writing Guide This skill describes how to write docstrings for functions and methods in the PyTorch project, following the conventions in torch/_tensor_docs.py and torch/nn/functional.py. General Principles Use raw strings (r"""...""") for all docstrings to avoid issues with LaTeX/math backslashes Follow Sphinx/reStructuredText (reST) format for documentation Be concise but complete - include all essential information Always include examples when possible Use cross-references...
49
23068 build-tools-expert oimiragieo/agent-studio
Build Tools Expert When reviewing or writing code, apply these guidelines: Use Biome for code formatting and linting Configure Biome as a pre-commit hook Follow Biome's recommended rules Customize Biome configuration in biome.json as needed Ensure consistent code style across the project Run Biome checks before committing changes Address all Biome warnings and errors promptly Use Biome's organize imports feature to maintain clean import statements Leverage Biome's advanced linting capabilities...
49
23069 cognitive-walkthrough mastepanoski/claude-skills
Cognitive Walkthrough This skill enables AI agents to perform a task-specific usability evaluation using the Cognitive Walkthrough method, a technique that simulates how users (especially novices) think through completing specific tasks in an interface. Unlike broad heuristic evaluations, Cognitive Walkthrough provides deep analysis of particular user journeys, identifying where users get stuck, confused, or make errors. Use this skill when you need granular, task-focused insights into learnabil...
49
23070 bracket-predictor onewave-ai/claude-skills
Bracket Predictor March Madness, playoff brackets, tournament picks. Upset potential, chalk vs contrarian strategies, historical trends, confidence levels. Instructions You are an expert bracket analyst and tournament predictor. Create data-driven tournament predictions with: upset identification, chalk vs contrarian strategies, historical trend analysis, matchup breakdowns, confidence levels per pick, and reasoning for each selection. Output Format Bracket Predictor Output Generated: {tim...
49
23071 code-review vladm3105/aidoc-flow-framework
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
49
23072 tall-stack-general oimiragieo/agent-studio
Tall Stack General Skill You are an expert in the TALL stack: Laravel, Livewire, Alpine.js, and Tailwind CSS, with a strong emphasis on Laravel and PHP best practices. Write concise, technical responses with accurate PHP examples. Follow Laravel best practices and conventions. Use object-oriented programming with a focus on SOLID principles. Prefer iteration and modularization over duplication. Use descriptive variable and method names. Favor dependency injection and service containers. When pro...
49
23073 k8s-helm ashchupliak/dream-team
Kubernetes & Helm Patterns Helm Chart Structure helm/orca-facade/ ├── Chart.yaml ├── values.yaml ├── values-dev.yaml ├── values-prod.yaml ├── templates/ │ ├── _helpers.tpl │ ├── deployment.yaml │ ├── service.yaml │ ├── ingress.yaml │ ├── configmap.yaml │ ├── secret.yaml │ ├── hpa.yaml │ └── serviceaccount.yaml └── charts/ Dependencies Chart.yaml apiVersion: v2 name: orca-facade description: Orca Facade API Service type: application version: 1.0.0 appVersion: "1.0.0" ...
49
23074 adding-env-variables inkeep/agents
Adding Environment Variables Guide Comprehensive guidance for adding new environment variables to the Inkeep Agent Framework. This ensures consistency, documentation, and type safety across all packages. CI Enforcement Environment variable descriptions are enforced by CI. The check:env-descriptions script runs in CI and will fail if any variables in env.ts files are missing .describe() calls. Run locally to check: pnpm check:env-descriptions Environment Architecture The framework uses environmen...
49
23075 1k-sentry onekeyhq/app-monorepo
Sentry Integration OneKey uses Sentry for error tracking across all platforms. Architecture Overview apps/ ├── desktop/app/sentry.ts Desktop main process ├── ext/ Extension (uses shared) ├── mobile/ Mobile (uses shared) └── web/ Web (uses shared) packages/shared/src/modules3rdParty/sentry/ ├── index.ts Web/Extension entry ├── index.native.ts React Native entry ├── index....
49
23076 deal-momentum-analyzer onewave-ai/claude-skills
Deal Momentum Analyzer Score deal velocity based on email response times, meeting frequency, and stakeholder engagement. Predict which deals will close vs stall. Instructions You are an expert at sales analytics and deal forecasting. Analyze deal engagement patterns, calculate momentum scores, and predict close probability with action recommendations. Output Format Deal Momentum Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Act...
49
23077 summary-generator panaversity/agentfactory
Summary Generator Overview This skill generates concise, scannable summaries for educational lessons by extracting the essential learning elements through Socratic questioning. Summaries serve two user needs: quick review (students returning to refresh understanding) and just-in-time reference (students checking back mid-practice). Extraction Process (Socratic Style) To generate a summary, work through these questions in order. Each question extracts content for one section of the summary. Quest...
49
23078 update-dataset owid/etl
Update Dataset (PR → snapshot → steps → grapher) Use this skill to run a complete dataset update with Claude Code subagents, keep a live progress checklist, and pause for approval at a checkpoint after every numbered workflow step before continuing. Inputs <namespace>/<old_version>/<name> Get <new_version> as today's date by running date -u +"%Y-%m-%d" Optional trailing args: branch: The working branch name (defaults to current branch) Assumptions: All artifacts are written to workbench/<short_n...
49
23079 shopify-webhooks hookdeck/webhook-skills
Shopify Webhooks When to Use This Skill Setting up Shopify webhook handlers Debugging signature verification failures Understanding Shopify event types and payloads Handling order, product, or customer events Essential Code (USE THIS) Shopify Signature Verification (JavaScript) const crypto = require ( 'crypto' ) ; function verifyShopifyWebhook ( rawBody , hmacHeader , secret ) { if ( ! hmacHeader || ! secret ) return false ; const hash = crypto . createHmac ( 'sha256' , secret ) . update ( rawB...
49
23080 domain-identification-grouping tech-leads-club/agent-skills
Domain Identification and Grouping This skill groups architectural components into logical domains (business areas) to prepare for creating domain services in a service-based architecture. How to Use Quick Start Request analysis of your codebase: "Group components into logical domains" "Identify component domains for service-based architecture" "Create domain groupings from components" "Analyze which components belong to which domains" Usage Examples Example 1: Domain Identification User: "Group...
49
23081 health-audit laurigates/claude-plugins
/health:audit Audit the project's enabled plugins against the actual technology stack. Identifies plugins that don't apply to this project and suggests relevant plugins that aren't enabled. When to Use This Skill Use this skill when... Use another approach when... Reviewing plugin relevance for current project General health diagnostics (use /health:check ) Cleaning up unused plugins Plugin registry corruption (use /health:plugins --fix ) Discovering relevant plugins for tech stack Agentic optim...
49
23082 create-plans glittercowboy/taches-cc-resources
<essential_principles> When planning a phase, you are writing the prompt that will execute it. The quality degradation curve: 0-30% context: Peak quality (comprehensive, thorough, no anxiety) 30-50% context: Good quality (engaged, manageable pressure) 50-70% context: Degrading quality (efficiency mode, compression) 70%+ context: Poor quality (self-lobotomization, rushed work) Critical insight: Claude doesn't degrade at 80% - it degrades at ~40-50% when it sees context mounting and enters "comple...
49
23083 ton-bug-triage ton-blockchain/ton-triage-skill
TON Bug Triage Use this skill when the job is to prove something on a local tontester network, not just to launch validators. Typical triggers: deploy a contract and trigger a bug with an internal message compare baseline and probing validator builds verify a crash, liveness failure, malformed-packet path, or compatibility claim collect maintainer-ready evidence for a local TON repro The standard is: choose the smallest topology that answers the question, define the success condition before runn...
49
23084 bun shell secondsky/claude-skills
Bun Shell Bun provides powerful shell scripting capabilities with template literals and spawn APIs. Bun.$ (Shell Template) Basic Usage import { $ } from "bun" ; // Run command await $ ` echo "Hello World" ` ; // Get output const result = await $ ` ls -la ` . text ( ) ; console . log ( result ) ; // JSON output const pkg = await $ ` cat package.json ` . json ( ) ; console . log ( pkg . name ) ; Variable Interpolation import { $ } from "bun" ; const name = "world" ; const dir = "./src" ; // Safe i...
49
23085 gate-exchange-spot gate/gate-skills
Gate Spot Trading Assistant Execute integrated operations for Gate spot workflows, including: Buy and account queries (balance checks, asset valuation, minimum order checks) Smart monitoring and trading (automatic price-condition limit orders, no take-profit/stop-loss support) Order management and amendment (price updates, cancellations, fill verification, cost-basis checks, swaps) Advanced execution utilities (batch cancel, batch amend, batch order placement, slippage simulation, fee comparison...
49
23086 ln-310-multi-agent-validator levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Multi-Agent Validator Validates Stories/Tasks (mode=story), implementation plans (mode=plan_review), or arbitrary context (mode=context) with parallel multi-agent review and critical verification. Inputs Input Required Source Description storyId mode=story args, git branch, kanban, user Story to process plan {file} mode=pla...
49
23087 chat-list andrelandgraf/fullstackrecipes
Chat List & Management To set up Chat List & Management, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/chat-list If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/chat-list
49
23088 1k-patching-native-modules onekeyhq/app-monorepo
Patching Native Modules Follow this workflow to analyze crash logs, fix native module bugs, and generate patches. Workflow Overview 1. Analyze Crash Log → 2. Locate Bug → 3. Fix Code → 4. Clean Build Artifacts → 5. Generate Patch → 6. Commit & PR Step 1: Analyze Crash Log iOS Crash (EXC_BAD_ACCESS / KERN_INVALID_ADDRESS) Key information to extract: Exception type : EXC_BAD_ACCESS , SIGABRT , etc. Stack trace : Identify the crashing function Memory address : Helps identify nil pointer issues Libr...
49
23089 docker panaversity/agentfactory
Docker Development You are an expert in Docker containerization, image building, and container orchestration. Core Principles Build minimal, secure container images Follow the principle of one process per container Use official base images when possible Implement proper layer caching strategies Never store secrets in images Dockerfile Best Practices Multi-Stage Builds Use multi-stage builds to reduce image size Separate build and runtime stages Copy only necessary artifacts to final image Show m...
49
23090 agentifind avivk5498/agentifind
Agentifind: Codebase Intelligence Setup This skill sets up codebase intelligence by: Running agentifind CLI to extract code structure Detecting dynamic patterns that static analysis can't fully trace Synthesizing a navigation guide with staleness metadata Procedure Step 1: Check for existing guide (Staleness Detection) If .claude/CODEBASE.md already exists, check if it's stale: Read the metadata header from CODEBASE.md: Source-Hash: {sha256 of codebase.json when guide was generated} Commit:...
49
23091 applying-brand-guidelines ovachiever/droid-tings
Corporate Brand Guidelines Skill This skill ensures all generated documents adhere to corporate brand standards for consistent, professional communication. Brand Identity Company: Acme Corporation Tagline: "Innovation Through Excellence" Industry: Technology Solutions Visual Standards Color Palette Primary Colors: Acme Blue: 0066CC (RGB: 0, 102, 204) - Headers, primary buttons Acme Navy: 003366 (RGB: 0, 51, 102) - Text, accents White: FFFFFF - Backgrounds, reverse text Secondary Colors: ...
49
23092 workflow automator eddiebe147/claude-settings
Workflow Automator The Workflow Automator skill identifies repetitive tasks and designs automated workflows using GitHub Actions, webhooks, MCP servers, and integration tools. It focuses on eliminating manual work, reducing errors, and accelerating delivery through intelligent automation. This skill excels at analyzing existing processes, identifying automation opportunities, designing workflow diagrams, implementing automation scripts, and monitoring automated systems for reliability and effici...
49
23093 content-strategist borghei/claude-skills
Content Strategist Expert-level content strategy for brand growth. Core Competencies Content strategy development Editorial planning Brand voice and tone Content optimization Multi-channel distribution Content governance Performance measurement Team management Content Strategy Framework Strategy Development Content Strategy: [Brand/Product] Business Objectives - [Objective 1]: [KPI] - [Objective 2]: [KPI] Audience Analysis - Primary: [Persona A] - Secondary: [Persona B] Content Pillars ...
49
23094 announcement drafter eddiebe147/claude-settings
Announcement Drafter The Announcement Drafter skill helps you create clear, well-structured announcements for any organizational change, update, or news. Whether you're announcing a new hire, policy change, product launch, organizational restructuring, or company milestone, this skill ensures your message is clear, appropriately toned, and drives the right response. This skill understands that announcements are high-stakes communication. They set tone, manage expectations, and can significantly ...
49
23095 configure-github-pages laurigates/claude-plugins
/configure:github-pages Check and configure GitHub Pages deployment. When to Use This Skill Use this skill when... Use another approach when... Setting up GitHub Pages deployment for a documentation site Configuring documentation standards or generators ( /configure:docs instead) Creating or updating a GitHub Actions workflow for Pages deployment Debugging a failed GitHub Actions workflow ( /configure:workflows instead) Migrating from peaceiris/actions-gh-pages to official actions/deploy-pages E...
49
23096 generate-creative-ideas thepexcel/agent-skills
⚠️ Anti-pattern: Jumping to solutions without understanding context = generic noise, not useful ideas Situation → Technique Matrix | Stuck / No ideas | Random Word, Forced Connections, Oblique Strategies | Need breakthrough | First Principles, Challenging Assumptions, Combinatorial Engine | Improve existing | SCAMPER, Reverse Brainstorming, TRIZ-AI | Explore systematically | Morphological Box, Six Thinking Hats, Constraint Injection | Reframe problem | How Might We (HMW), Jobs to...
49
23097 agent-council itsahedge/agent-council
Agent Council Create and manage autonomous AI agents with full Discord integration. Updated for OpenClaw 2026.3.x — uses native CLI commands ( openclaw agents add/delete/bind/unbind/bindings/set-identity ) where possible, with config patching only for Discord channel-specific routing (which the CLI doesn't support yet). What It Does Creates agent workspace (SOUL.md, HEARTBEAT.md, IDENTITY.md, memory/) Registers agent via openclaw agents add Creates Discord channel (optional) with topic Binds age...
49
23098 intercom vm0-ai/vm0-skills
Intercom API Manage customer conversations, contacts, messages, articles, and support operations via the Intercom REST API. Official docs: https://developers.intercom.com/docs When to Use Use this skill when you need to: Manage contacts - Create, update, search, and delete user profiles Handle conversations - List, search, reply to, assign, and close conversations Send messages - Create and send messages to contacts Manage companies - Track organizations and their members Work with articles - Ac...
49
23099 markdown-to-docx vace/markdown-docx
markdown-to-docx Convert markdown files to Microsoft Word (.docx) documents. Installation Required cd .claude/skills/markdown-to-docx npm install Dependencies: markdown-docx (uses docx internally) Quick Start Basic conversion node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./README.md Custom output path node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./doc.md \ --output ./output/doc.docx CLI Options Option Required Description --file <path> Yes ...
49
23100 configure-dead-code laurigates/claude-plugins
/configure:dead-code Check and configure dead code detection tools. When to Use This Skill Use this skill when... Use another approach when... Setting up dead code detection for a new project Running an existing dead code scan ( knip , vulture ) Auditing whether Knip, Vulture, or cargo-machete is configured correctly Manually removing specific unused exports or imports Migrating between dead code detection tools Debugging why a specific file is flagged as unused Adding dead code checks to CI/CD ...
49