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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,495
总 Skills
162.8M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
22901 social-trends cklxx/elephant.ai
social-trends 社交媒体热点趋势分析。 调用 python3 skills/social-trends/run.py --platform douyin --limit 20 参数 参数 类型 必填 说明 platform string 否 平台(douyin/weibo/all),默认 all limit int 否 返回条数,默认 20 query string 否 关键词过滤
48
22902 solution-space open-horizon-labs/skills
/solution-space Explore candidate solutions before committing to implementation. The trap is defending the first workable idea. Solution Space sits between Problem Statement and Implementation. You have the problem framed; now map the approaches before picking one. When to Use Invoke /solution-space when: Problem is understood - You have a clear problem statement Multiple approaches seem viable - Not obvious which path is best You're about to start coding - Pause and explore before committi...
48
22903 configure-release-please laurigates/claude-plugins
/configure:release-please Check and configure release-please against project standards. When to Use This Skill Use this skill when... Use another approach when... Setting up release-please for a new project from scratch Manually editing CHANGELOG.md or version fields — use conventional commits instead Auditing existing release-please configuration for compliance Creating a one-off release — use gh release create directly Upgrading release-please-action to the latest version Debugging a failed re...
48
22904 skill-creator-pro panaversity/agentfactory
Skill Creator Pro Create production-grade skills that extend Claude's capabilities. How This Skill Works User: "Create a skill for X" ↓ Claude Code uses this meta-skill as guidance ↓ Follow Domain Discovery → Ask user clarifying questions → Create skill ↓ Generated skill with embedded domain expertise This skill provides guidance and structure for creating skills. Claude Code: Uses this skill's framework to discover domain knowledge Asks user for clarifications about THEIR specific requirements ...
48
22905 react-performance-optimizer erichowens/some_claude_skills
React Performance Optimizer Expert in diagnosing and fixing React performance issues to achieve buttery-smooth 60fps experiences. When to Use ✅ Use for: Slow component re-renders Large lists (>100 items) causing lag Bundle size >500KB (gzipped) Time to Interactive >3 seconds Janky scrolling or animations Memory leaks from unmounted components ❌ NOT for: Apps with <10 components (premature optimization) Backend API slowness (fix the API) Network latency (use caching/CDN) Non-React framework...
48
22906 press release writer eddiebe147/claude-settings
Press Release Writer The Press Release Writer skill helps you create professional, newsworthy press releases that capture media attention and drive coverage. Whether you're announcing a product launch, funding round, partnership, award, or company milestone, this skill ensures your press release follows industry standards and tells a compelling story that journalists want to cover. This skill understands that press releases serve dual purposes: they're official company statements AND pitches to ...
48
22907 aim open-horizon-labs/skills
/aim Clarify the outcome you want. An aim is a change in user behavior, not a feature shipped. This is the first step in the Intent-Execution-Review loop. The aim IS the abstraction. When you clarify what behavior you want to change, you're abstracting the business domain itself. Features are just the mechanism; the aim is why they matter. When to Use Invoke /aim when: Starting new work - Before diving into problem-statement or problem-space Scope feels fuzzy - You can describe what you're ...
48
22908 ai safety auditor eddiebe147/claude-settings
AI Safety Auditor The AI Safety Auditor skill guides you through comprehensive evaluation of AI systems for safety, fairness, and responsible deployment. As AI systems become more capable and widespread, ensuring they behave safely and equitably is critical for both ethical reasons and business risk management. This skill covers bias detection and mitigation, safety testing for harmful outputs, robustness evaluation, privacy considerations, and documentation for compliance. It helps you build AI...
48
22909 gemini-tts akrindev/google-studio-skills
Gemini Text-to-Speech Generate natural-sounding speech from text using Gemini's TTS models through executable scripts with support for multiple voices and multi-speaker conversations. When to Use This Skill Use this skill when you need to: Convert text to natural speech Create audio for podcasts, audiobooks, or videos Generate multi-speaker conversations Stream audio for long content Choose from multiple voice options Create accessible audio content Generate voiceovers for presentations Batch co...
48
22910 standards-expert personamanagmentlayer/pcl
Expert guidance for ISO standards, quality management systems, compliance, and certification processes. Core Concepts ISO Standards - ISO 9001 (Quality Management) - ISO 27001 (Information Security) - ISO 14001 (Environmental Management) - ISO 45001 (Occupational Health & Safety) - ISO/IEC 17025 (Testing and Calibration) - ISO 22000 (Food Safety) Quality Management - Plan-Do-Check-Act (PDCA) cycle - Process approach - Risk-based thinking - Continuous improvement (Kaizen) - Quali...
48
22911 document-writer rtgs2017/nagaagent
Documentation Writer for Nuxt Ecosystem Writing guidance for blog posts and documentation following patterns from official Nuxt websites. When to Use Writing blog posts for Nuxt ecosystem projects Creating or editing documentation pages Ensuring consistent writing style across content Writing Standard Override: When writing documentation, maintain proper grammar and complete sentences. The "sacrifice grammar for brevity" rule does NOT apply here. Documentation must be: Grammatically correct...
48
22912 datadog-analyser delexw/claude-code-misc
Datadog Analyser Investigate and analyse Datadog observability data using the pup CLI. Arguments $ARGUMENTS[0] — What to analyse (e.g. "error rate last 1h" , "triggered monitors" , "incidents today" , "service:api logs" ). Use current agent's local timezone (detect via system clock) for any time-based queries (e.g. "last 1h" means the last hour in current agent's local timezone, not UTC). System Requirements pup CLI installed — see https://github.com/datadog-labs/pup/blob/main/README.md DD_API_K...
48
22913 create-a-plan cartridge-gg/docs
Create a Plan Skill This skill runs a structured technical interview to turn a rough idea or an existing spec into a detailed, implementable plan. The output is organized for parallel execution: foundations first, then independent workstreams, then merge and integration. Invocation The user will provide one of: A path to a spec or plan file (for example: SPEC.md , PLAN.md , RFC.md ) A rough description of what they want to build A feature request or problem statement Output is always written to ...
48
22914 how-to-build-a-native-cross-platform-project-with-flutter rodydavis/skills
How to build a native cross platform project with Flutter Import dart:html and dart:io in the same project! TLDR The final source here . Up to now you have been able to create projects with Flutter that run on iOS/Android, Web and Desktop but only sharing pure dart plugins. Flutter launched Flutter for web at Google I/O and was a temporary fork that required you to change imports from import 'package:flutter/material.dart'; to import 'package:flutter_web/material.dart'; . As you can image this w...
48
22915 migrate-frontend-forms getsentry/sentry
Form Migration Guide This skill helps migrate forms from Sentry's legacy form system (JsonForm, FormModel) to the new TanStack-based system. Feature Mapping Old System New System Notes saveOnBlur: true AutoSaveField Default behavior confirm confirm prop string | ((value) => string | undefined) showHelpInTooltip variant="compact" On layout components disabledReason disabled="reason" String shows tooltip extraHelp JSX in layout Render <Text> below field getData mutationFn Transform data in mutatio...
48
22916 web-development tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
48
22917 information-security-manager-iso27001 borghei/claude-skills
Information Security Manager - ISO 27001 Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements. Table of Contents Trigger Phrases Quick Start Tools Workflows Reference Guides Validation Checkpoints Trigger Phrases Show more
48
22918 prowler-provider prowler-cloud/prowler
When to Use Use this skill when: Adding a new cloud provider to Prowler Adding a new service to an existing provider Understanding the provider architecture pattern Provider Architecture Pattern Every provider MUST follow this structure: prowler/providers/{provider}/ ├── __init__.py ├── {provider}_provider.py Main provider class ├── models.py Provider-specific models ├── config.py Provider configuration ├── exceptions/ Provider-spe...
48
22919 skill-creator project-n-e-k-o/n.e.k.o
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
48
22920 publish-x-article sugarforever/01coder-agent-skills
Publish X Article Publish Markdown content to X (Twitter) Articles editor, preserving formatting with rich text conversion. Automatically handles X Premium limitations by converting unsupported elements to images. Credits This skill is inspired by and based on wshuyi/x-article-publisher-skill. Thank you to the original author for the foundational work. Interactive Setup: Ask Subscription Type IMPORTANT: Before processing the article, ask the user about their X subscription type if not alrea...
48
22921 queue-job-processor patricio0312rev/skills
Queue Job Processor Build robust background job processing with BullMQ and Redis. Core Workflow Setup Redis: Configure connection Create queues: Define job queues Implement workers: Process jobs Add job types: Type-safe job definitions Configure retries: Handle failures Add monitoring: Dashboard and alerts Installation npm install bullmq ioredis npm install -D @types/ioredis Redis Connection // lib/redis.ts import IORedis from 'ioredis'; export const redis = new IORedis(process.env.REDIS_URL...
48
22922 obsidian-markdown guanyang/antigravity-skills
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
48
22923 outlook-automation davepoon/buildwithclaude
Outlook Automation via Rube MCP Automate Microsoft Outlook operations through Composio's Outlook toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Outlook connection via RUBE_MANAGE_CONNECTIONS with toolkit outlook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is av...
48
22924 agentdb vector search proffesor-for-testing/agentic-qe
AgentDB Vector Search What This Skill Does Implements vector-based semantic search using AgentDB's high-performance vector database with 150x-12,500x faster operations than traditional solutions. Features HNSW indexing, quantization, and sub-millisecond search (<100µs). Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow or standalone) OpenAI API key (for embeddings) or custom embedding model Quick Start with CLI Initialize Vector Database Initialize with default dimensions (1536 for Op...
48
22925 mutation-testing secondsky/claude-skills
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
48
22926 code-review s-hiraoku/synapse-a2a
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 ...
48
22927 write-landing openclaudia/openclaudia-skills
Write Landing Page Skill You are an expert conversion copywriter and landing page strategist. Create complete landing page copy with wireframe structure, optimized for both conversions and SEO. Output is ready to implement in Next.js/React with Tailwind CSS. Landing Page Process Step 1: Gather the Brief Before writing, understand: Question Why it matters Product/Service: What are you selling? Core messaging foundation Target audience: Who is the ideal customer? Voice, pain points, language Prima...
48
22928 1k-sentry-analysis onekeyhq/app-monorepo
Sentry Error Analysis & Fixes Complete workflow for analyzing and fixing production errors from Sentry crash reports. Workflow Overview 1. Obtain Sentry JSON log ↓ 2. Analyze error ↓ 3. Identify root cause ↓ 4. Generate bug analysis log ↓ 🚨 WAIT FOR USER CONFIRMATION 🚨 ↓ 5. Implement fix (only after approval) ↓ 6. Test & verify ↓ 7. Create PR Critical Requirements MUST follow these rules: ✅ Always create a bug analysis log in node_modules/.cache/bugs/ before implementing fixes 🚨 MUST wait for us...
48
22929 gate-exchange-marketanalysis gate/gate-skills
gate-exchange-marketanalysis Market tape analysis covering ten scenarios: liquidity, momentum, liquidation monitoring, funding arbitrage, basis monitoring, manipulation risk, order book explanation, slippage simulation, K-line breakout/support–resistance, and liquidity with weekend vs weekday. This skill provides structured market insights by orchestrating Gate MCP tools; call order and judgment logic are defined in references/scenarios.md . Sub-Modules Module Purpose Document Liquidity Order bo...
48
22930 configure-editor laurigates/claude-plugins
/configure:editor Check and configure editor settings for consistency across the team. When to Use This Skill Use this skill when... Use another approach when... Setting up consistent editor configuration across a team Personal editor preferences only (configure in user settings) Checking EditorConfig or VS Code workspace compliance Just viewing existing .editorconfig (use Read tool) Configuring format-on-save for detected languages Project doesn't use VS Code (configure for other editors manual...
48
22931 social listening analyst eddiebe147/claude-settings
Social Listening Analyst Monitor brand mentions, analyze sentiment, and identify trends across social platforms 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 social listening analyst social listening Review and optimize review social listening analyst Get best pr...
48
22932 output formatter eddiebe147/claude-settings
Output Formatter The Output Formatter skill transforms AI-generated content into the right format for your specific context. Whether you need markdown for documentation, JSON for APIs, tables for analysis, or prose for presentations, this skill ensures outputs are structured appropriately and consistently. This skill understands format requirements across different platforms (GitHub, Notion, Slack, email), use cases (technical docs, user guides, reports, code comments), and audiences (developers...
48
22933 webinar-to-content-multiplier onewave-ai/claude-skills
Webinar To Content Multiplier Convert webinar recordings into blog posts, social snippets, email series. Extract key quotes, statistics, and soundbites. Instructions You are an expert at content repurposing and marketing automation. Transform webinars into multiple content formats optimized for each channel. Output Format Webinar To Content Multiplier Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices ...
48
22934 learning-objectives panaversity/agentfactory
Learning Objectives Skill Purpose Enable educators to create measurable, actionable learning objectives aligned with Bloom's taxonomy and CEFR proficiency levels. This skill helps: Define what students will achieve (not just what topics they'll cover) Ensure objectives are specific and testable (not vague) Identify prerequisites and scaffold learning progressively Plan appropriate assessment methods Sequence learning from basic recall to creative synthesis Map to international proficiency standa...
48
22935 developing-in-lightdash lightdash/lightdash
Developing in Lightdash Build and deploy Lightdash analytics projects. This skill covers the semantic layer (metrics, dimensions, joins) and content (charts, dashboards). What You Can Do Task Commands References Explore data warehouse lightdash sql to execute raw sql, read .csv results CLI Reference Define metrics & dimensions Edit dbt YAML or Lightdash YAML Metrics , Dimensions Create charts lightdash download , edit YAML, lightdash upload Chart Types Build dashboards lightdash download , edit ...
48
22936 apollo-outreach openclaudia/openclaudia-skills
Apollo.io B2B Lead Research Skill You are a B2B sales intelligence expert. Use the Apollo.io API to find prospects, enrich company data, and build targeted lead lists for outreach campaigns. Prerequisites This skill requires APOLLO_API_KEY . Check for it in environment variables or ~/.claude/.env.global . If not found, inform the user: This skill requires an Apollo.io API key. Set it via: export APOLLO_API_KEY=your_key_here Or add it to ~/.claude/.env.global Get your API key at: https://app.apol...
48
22937 generate-frontend-forms getsentry/sentry
Form System Guide This skill provides patterns for building forms using Sentry's new form system built on TanStack React Form and Zod validation. Core Principle Always use the new form system ( useScrapsForm , AutoSaveField ) for new forms. Never create new forms with the legacy JsonForm or Reflux-based systems. All forms should be schema based. DO NOT create a form without schema validation. Imports All form components are exported from @sentry/scraps/form : import { z } from 'zod' ; import { A...
48
22938 web-quality-audit tech-leads-club/agent-skills
Web quality audit Comprehensive quality review based on Google Lighthouse audits. Covers Performance, Accessibility, SEO, and Best Practices across 150+ checks. How it works Analyze the provided code/project for quality issues Categorize findings by severity (Critical, High, Medium, Low) Provide specific, actionable recommendations Include code examples for fixes Audit categories Performance (40% of typical issues) Core Web Vitals — Must pass for good page experience: LCP (Largest Contentful...
48
22939 gdb mohitmishra786/low-level-dev-skills
GDB Purpose Walk agents through GDB sessions from first launch to advanced workflows: crash diagnosis, reverse debugging, remote debugging, and multi-thread inspection. Triggers "My program segfaults / crashes — how do I debug it?" "How do I set a breakpoint on condition X?" "How do I inspect memory / variables in GDB?" "How do I debug a remote embedded target?" "GDB shows ?? frames / no source" "How do I replay a bug deterministically?" (record/replay) Workflow 1. Prerequisite: compile with deb...
48
22940 marketing-demand-acquisition borghei/claude-skills
No SKILL.md available for this skill. View on GitHub Installs 652 Repository alirezarezvani/…e-skills GitHub Stars 16.3K First Seen Jan 20, 2026
48
22941 interview-system-designer borghei/claude-skills
Interview System Designer Comprehensive interview system design, competency assessment, and hiring process optimization. Table of Contents Quick Start Tools Overview Interview Loop Designer Question Bank Generator Hiring Calibrator Interview System Workflows Role-Specific Loop Design Competency Matrix Development Question Bank Creation Bias Mitigation Framework Hiring Bar Calibration Competency Frameworks Scoring & Calibration Reference Documentation Industry Standards Quick Start Design a comp...
48
22942 magicblock sendaifun/skills
MagicBlock Ephemeral Rollups Guide A comprehensive guide for building high-performance Solana applications with MagicBlock Ephemeral Rollups - enabling sub-10ms latency and gasless transactions. Overview MagicBlock Ephemeral Rollups (ER) are specialized SVM runtimes that enhance Solana with: Sub-10ms latency (vs ~400ms on base Solana) Gasless transactions for seamless UX Full composability with existing Solana programs Horizontal scaling via on-demand rollups Architecture ┌──────────────────────...
48
22943 creative-copywriting rfxlamia/claude-skillkit
Creative Copywriting (2025) Transform words into scroll-stopping, swipe-inducing, click-compelling content using psychology-backed copywriting techniques. What This Skill Solves The Attention Economy Problem: Average attention span: 8 seconds (less than a goldfish) 47% scroll past content without engaging Visual hooks now outperform verbal hooks (2025 shift) Storytelling builds 22x more memorable content than facts alone This skill provides: Hook formulas - First 3 seconds that stop the scroll P...
48
22944 skill-validator panaversity/agentfactory
Skill Validator Purpose and Intent The skill-validator is the primary quality control tool for this repository. It ensures that every AI Agent Skill is "machine-consumable" by validating it against the agentskills.io standard and the repository's AGENTS.md rules. When to Use During Development : Run this skill every time you create or modify a skill. CI/CD Integration : Automatically block Pull Requests that contain non-compliant skill definitions. Repository Audits : Periodically scan the entir...
48
22945 techdebt datadog/dd-trace-java
Techdebt Cleanup Skill Analyze changes on the current branch to identify and fix technical debt, code duplication, and unnecessary complexity. Instructions Step 1: Get Branch Changes Find the merge-base (where this branch diverged from master) and compare against it: Find upstream (DataDog org repo) UPSTREAM = $( git remote -v | grep -E 'DataDog/[^/]+(.git)?\s' | head -1 | awk '{print $1}' ) if [ -z " $UPSTREAM " ] ; then echo "No DataDog upstream found, using origin" UPSTREAM = "origin" fi Fi...
47
22946 github-multi-repo proffesor-for-testing/agentic-qe
GitHub Multi-Repository Coordination Skill Overview Advanced multi-repository coordination system that combines swarm intelligence, package synchronization, and repository architecture optimization. This skill enables organization-wide automation, cross-project collaboration, and scalable repository management. Core Capabilities 🔄 Multi-Repository Swarm Coordination Cross-repository AI swarm orchestration for distributed development workflows. 📦 Package Synchronization Intelligent dependency res...
47
22947 player-comparison-tool onewave-ai/claude-skills
Player Comparison Tool Side-by-side stat comparisons with context. Adjust for era, pace of play, league differences. Advanced metrics explained in plain English. Instructions You are an expert sports statistician. Compare players across eras and contexts, explain advanced metrics clearly, and provide nuanced conclusions. Output Format Player Comparison Tool Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Prac...
47
22948 godot-genre-horror thedivergentai/gd-agentic-skills
Genre: Horror Expert blueprint for horror games balancing tension, atmosphere, and player agency. NEVER Do NEVER maintain constant tension — Players get numb. Enforce "Relief" periods (safe rooms, calm music) between scares for sawtooth pacing. NEVER make AI instantly detect player — Instant detection feels unfair. Give AI 1-3s reaction time or "suspicion meter" before full aggro. NEVER make environments too dark — Darkness should obscure details , not navigation . Use rim lighting or weak flash...
47
22949 churn predictor eddiebe147/claude-settings
Churn Predictor Expert churn prediction system that identifies at-risk customers before they leave using behavioral signals, engagement patterns, and predictive analytics. This skill provides structured workflows for building churn models, monitoring risk signals, and executing retention interventions. Churn is the silent killer of growth. By the time a customer announces they're leaving, it's often too late. This skill helps you identify churn risk early when intervention can still make a diffe...
47
22950 read-unmodified-c-module redisearch/redisearch
No SKILL.md available for this skill. View on GitHub
47