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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
15551 code-review s-hiraoku/synapse-a2a
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...
48
15552 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
15553 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
15554 rust-router actionbook/rust-skills
Rust Question Router Version: 2.0.0 | Last Updated: 2025-01-22 v2.0: Context optimized - detailed examples moved to sub-files Meta-Cognition Framework Core Principle Don't answer directly. Trace through the cognitive layers first. Layer 3: Domain Constraints (WHY) ├── Business rules, regulatory requirements ├── domain-fintech, domain-web, domain-cli, etc. └── "Why is it designed this way?" Layer 2: Design Choices (WHAT) ├── Architecture patterns, DDD concepts ├── m09-m15 skills └── "What p...
48
15555 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
15556 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
15557 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
15558 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
15559 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
15560 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
15561 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
15562 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
15563 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
15564 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
15565 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
15566 marketing-demand-acquisition borghei/claude-skills
Marketing Demand & Acquisition Expert acquisition playbook for Series A+ startups scaling internationally (EU/US/Canada) with hybrid PLG/Sales-Led motion. Keywords demand generation, paid media, paid ads, LinkedIn ads, Google ads, Meta ads, CAC, customer acquisition cost, lead generation, MQL, SQL, pipeline generation, acquisition strategy, performance marketing, paid social, paid search, partnerships, affiliate marketing, SEO strategy, HubSpot campaigns, marketing automation, B2B marketing, ...
48
15567 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
15568 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
15569 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
15570 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
15571 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
15572 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
15573 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
15574 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
15575 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
15576 read-unmodified-c-module redisearch/redisearch
No SKILL.md available for this skill. View on GitHub
47
15577 frontend-reviewer olehsvyrydov/ai-development-team
Frontend Code Reviewer Trigger Use this skill when: Reviewing React/TypeScript frontend code Checking code quality and style compliance Identifying code smells and anti-patterns Verifying accessibility compliance Ensuring test coverage and quality Validating component design patterns Running or configuring linting tools Context You are a Senior Frontend Code Reviewer with 12+ years of JavaScript/TypeScript experience and deep expertise in React ecosystem. You have configured and maintained co...
47
15578 deep-research feiskyer/codex-settings
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
15579 configure-feature-flags laurigates/claude-plugins
/configure:feature-flags Check and configure feature flag infrastructure using the OpenFeature standard with pluggable providers. When to Use This Skill Use this skill when... Use another approach when... Adding feature flag infrastructure to a new project Creating or editing individual flag definitions in YAML Setting up OpenFeature SDK with a provider (GOFF, flagd, LaunchDarkly) Debugging why a specific flag evaluation returns unexpected values Auditing existing feature flag configuration for ...
47
15580 performance-expert personamanagmentlayer/pcl
Performance Expert Skill Expert in performance optimization for React, Next.js, NestJS applications, MongoDB, and AWS infrastructure. When to Use This Skill Optimizing React components or Next.js pages Improving API response times Optimizing database queries Analyzing bundle sizes Implementing caching strategies Optimizing images or assets Configuring CDN or caching Reviewing Core Web Vitals Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md for performance architecture Identify per...
47
15581 moai-workflow-thinking modu-ai/moai-adk
Sequential Thinking & UltraThink Structured reasoning system for complex problem analysis and decision-making. Activation Triggers Use Sequential Thinking MCP when: Breaking down complex problems into steps Planning and design with room for revision Architecture decisions affect 3+ files Technology selection between multiple options Performance vs maintainability trade-offs Breaking changes under consideration Multiple approaches exist to solve the same problem Repetitive errors occur Tool P...
47
15582 not-ai-writer dimitrigilbert/ai-skills
Not AI Writer Expert guidance for creating authentic, human-sounding content that avoids common AI-generated writing patterns. This skill helps you identify and eliminate AI markers in vocabulary, structure, tone, and formatting. When to use this skill: Reviewing content for AI-generated patterns Editing text to sound more authentically human Creating content from scratch with a natural, human voice Troubleshooting content flagged as AI-generated Polishing AI-assisted drafts to sound genuinely h...
47
15583 altinity-expert-clickhouse-logs altinity/skills
Analyze system log table health: TTL configuration, disk usage, freshness, and cleanup. Diagnostics Run all queries from the file checks.sql and analyze the results. TTL Recommendations | query_log | 7-30 days | Balance debugging vs disk | query_thread_log | Disable or 3 days | Very verbose | part_log | 14-30 days | Important for RCA | trace_log | 3-7 days | Large, mostly for debugging | text_log | 7-14 days | Important for debugging | metric_log | 7-14 days | Useful ...
47
15584 requirements blogic-cz/blogic-marketplace
Requirements Gathering This skill covers a structured 5-phase requirements gathering workflow for new features. It guides you through initial setup and codebase analysis, context discovery questions, autonomous context gathering, expert requirements questions, and final requirements documentation — producing a comprehensive spec ready for implementation. Start Workflow Begin gathering requirements for a new feature using this structured 5-phase process. Phase 1: Initial Setup & Codebase Analysis...
47
15585 pdca popup-studio-ai/bkit-claude-code
PDCA Skill Unified Skill for managing PDCA cycle. Supports the entire Plan → Design → Do → Check → Act flow. Arguments Argument Description Example plan [feature] Create Plan document /pdca plan user-auth design [feature] Create Design document /pdca design user-auth do [feature] Do phase guide (start implementation) /pdca do user-auth analyze [feature] Run Gap analysis (Check phase) /pdca analyze user-auth iterate [feature] Auto improvement iteration (Act phase) /pdca iterate user-auth report [...
47
15586 echarts eng0ai/eng0-template-skills
Apache ECharts Visualization Skill Create stunning, interactive charts with Apache ECharts - the perfect balance of ease-of-use and extensive customization. When to Use This Skill Use ECharts when you need: Balance of ease and power - Easy to start, powerful when needed Broad chart variety - 20+ chart types including geo maps TypeScript support - Full type definitions Mobile responsiveness - Built-in responsive design Large datasets - Efficient rendering of 100k+ points Chinese/International...
47
15587 frontend-design b-open-io/prompts
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
47
15588 godot-server-architecture thedivergentai/gd-agentic-skills
Server Architecture RID-based server API, direct rendering/physics access, and object pooling define maximum-performance patterns. Available Scripts headless_manager.gd Manager for dedicated server lifecycle, argument parsing, and headless mode optimization. rid_performance_server.gd Expert server wrapper with RID lifecycle management and batch operations. NEVER Do in Server Architecture NEVER forget to free RIDs — RenderingServer.canvas_item_create() without free? Memory leak (GC doesn't track ...
47
15589 component-flattening-analysis tech-leads-club/agent-skills
Component Flattening Analysis This skill identifies component hierarchy issues and ensures components exist only as leaf nodes in directory/namespace structures, removing orphaned classes from root namespaces. How to Use Quick Start Request analysis of your codebase: "Find orphaned classes in root namespaces" "Flatten component hierarchies" "Identify components that need flattening" "Analyze component structure for hierarchy issues" Usage Examples Example 1: Find Orphaned Classes User: "Find orp...
47
15590 axiom-timer-patterns-ref charleswiltgen/axiom
Timer Patterns Reference Complete API reference for iOS timer mechanisms. For decision trees and crash prevention, see axiom-timer-patterns . Part 1: Timer API Timer.scheduledTimer (Block-Based) // Most common — block-based, auto-added to current RunLoop let timer = Timer . scheduledTimer ( withTimeInterval : 1.0 , repeats : true ) { [ weak self ] _ in self ? . updateProgress ( ) } Key detail : Added to .default RunLoop mode. Stops during scrolling. See Part 1 RunLoop modes table below. Timer.sc...
47
15591 v3 mcp optimization proffesor-for-testing/agentic-qe
V3 MCP Optimization What This Skill Does Optimizes claude-flow v3 MCP (Model Context Protocol) server implementation with advanced transport layer optimizations, connection pooling, load balancing, and comprehensive performance monitoring to achieve sub-100ms response times. Quick Start Initialize MCP optimization analysis Task ( "MCP architecture" , "Analyze current MCP server performance and bottlenecks" , "mcp-specialist" ) Optimization implementation (parallel) Task ( "Connection pooling" ...
47
15592 rust-refactor pproenca/dot-skills
Rust Refactor Best Practices Architectural refactoring guide for Rust applications. Contains 91 rules across 10 categories, prioritized by impact from critical (type safety, ownership) to incremental (iterator idioms). When to Apply Refactoring existing Rust codebases or planning large-scale restructuring Reviewing PRs for architectural issues and code smells Designing type-safe APIs with proper error handling Organizing Rust project structure with Cargo workspaces Improving module boundaries an...
47
15593 typo3-update dirnbauer/webconsulting-skills
TYPO3 Dual-Version Development: v13 & v14 Strategy: Write code that works on both TYPO3 v13 and v14, with v14 as the preferred target. All patterns in this skill are designed for dual-version compatibility. 1. Version Strategy Target: TYPO3 v13 and v14 Version Status PHP Support Until v12.4 LTS Maintenance 8.1-8.3 April 2026 v13.4 LTS Active LTS 8.2-8.4 ~2028 v14.x Latest 8.2-8.4 ~2029 Best Practice: Target both v13 and v14 for maximum compatibility. New projects should prefer v14. Version C...
47
15594 ubs dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
UBS - Ultimate Bug Scanner Static analysis tool built for AI coding workflows. Catches bugs that AI agents commonly introduce: null safety, async/await issues, security holes, memory leaks. Scans JS/TS, Python, Go, Rust, Java, C++, Ruby, Swift in 3-5 seconds. Why This Exists AI agents move fast. Bugs move faster. You're shipping features in minutes, but: Null pointer crashes slip through Missing await causes silent failures XSS vulnerabilities reach production Memory leaks accumulate UBS is...
47
15595 ralph snarktank/amp-skills
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
47
15596 senior-computer-vision borghei/claude-skills
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production pattern...
47
15597 swarm-advanced proffesor-for-testing/agentic-qe
Advanced Swarm Orchestration Master advanced swarm patterns for distributed research, development, and testing workflows. This skill covers comprehensive orchestration strategies using both MCP tools and CLI commands. Quick Start Prerequisites Ensure Claude Flow is installed npm install -g claude-flow@alpha Add MCP server (if using MCP tools) claude mcp add claude-flow npx claude-flow@alpha mcp start Basic Pattern // 1. Initialize swarm topology mcp__claude - flow__swarm_init ( { topology : "m...
47
15598 adhd-task-management breverdbidder/life-os
ADHD Task Management Skill Specialized task tracking and intervention system designed for ADHD productivity patterns, context switching detection, and accountability support. When to Use This Skill Tracking task initiation and completion Detecting task abandonment patterns Providing ADHD-optimized interventions Managing context switches Supporting task follow-through Generating task analytics and insights Core Principles No Softening Language - Direct, honest feedback only Pattern Recognition Ov...
47
15599 sql-injection-prevention dengineproblem/agents-monorepo
SQL Injection Prevention Overview Implement comprehensive SQL injection prevention using prepared statements, parameterized queries, ORM best practices, and input validation. When to Use Database query development Legacy code security review Security audit remediation API endpoint development User input handling Dynamic query generation Implementation Examples 1. Node.js with PostgreSQL // secure-db.js const { Pool } = require('pg'); class SecureDatabase { constructor() { this.pool = ne...
47
15600 senior-data-scientist borghei/claude-skills
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
47