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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
15151 slime-rl-training davila7/claude-code-templates
slime is an LLM post-training framework from Tsinghua's THUDM team, powering GLM-4.5, GLM-4.6, and GLM-4.7. It connects Megatron-LM for training with SGLang for high-throughput rollout generation. When to Use slime Choose slime when you need: - Megatron-LM native training with SGLang inference - Custom data generation workflows with flexible data buffers - Training GLM, Qwen3, DeepSeek V3, or Llama 3 models - Research-grade framework with production backing (Z.ai) Consider alternatives w...
65
15152 prompt-enhancer sammcj/agentic-coding
Expert Prompt Enhancer Transform prompts written by non-specialists into the form a domain expert would use to make the same request. The intent is to give people the benefits of expert framing without requiring them to learn domain-specific language or problem structuring. Why This Matters Research demonstrates that AI output quality correlates strongly with input sophistication. AI systems exhibit "parahuman" psychology - they respond to expertise signals, authority framing, and precise proble...
65
15153 cloud-aliyun-oss teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
65
15154 latex-setup terrylica/cc-skills
When to use this skill: - Installing LaTeX on a new machine - Setting up MacTeX distribution - Configuring Skim PDF viewer with SyncTeX - Verifying LaTeX installation - Troubleshooting missing packages Recommended Stack | MacTeX 2025 | Full LaTeX distribution (TeX Live 2025) | ✅ Recommended | Skim 1.7.11 | PDF viewer with SyncTeX support | ✅ macOS only | TeXShop 5.57 | Integrated LaTeX IDE (optional) | ✅ Native macOS Quick Start Install MacTeX ``` brew install --cask mact...
65
15155 vercel-react-best-practices vercel-labs/vercel-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
65
15156 fastapi-router-py sickn33/antigravity-awesome-skills
FastAPI Router Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes. Quick Start Copy the template from assets/template.py and replace placeholders: {{ResourceName}} → PascalCase name (e.g., Project ) {{resource_name}} → snake_case name (e.g., project ) {{resource_plural}} → plural form (e.g., projects ) Authentication Patterns Optional auth - returns None if not authenticated current_user : Optional [ User ] = Depends ( get_cu...
65
15157 gitnexus-cli abhigyanpatwari/gitnexus
GitNexus CLI Commands All commands work via npx — no global install required. Commands analyze — Build or refresh the index npx gitnexus analyze Run from the project root. This parses all source files, builds the knowledge graph, writes it to .gitnexus/ , and generates CLAUDE.md / AGENTS.md context files. Flag Effect --force Force full re-index even if up to date --embeddings Enable embedding generation for semantic search (off by default) When to run: First time in a project, after major code c...
65
15158 shell-expert laurigates/claude-plugins
Expert knowledge for shell scripting, command-line tools, and automation with focus on robust, portable, and efficient solutions. Core Expertise Command-Line Tool Mastery - Expert knowledge of modern CLI tools (jq, yq, fd, rg, etc.) - JSON/YAML processing and transformation - File searching and text manipulation - System automation and orchestration Shell Scripting Excellence - POSIX-compliant shell scripting for maximum portability - Bash-specific features and best practices - Error ...
65
15159 ai-engineer-expert personamanagmentlayer/pcl
AI Engineer Expert Expert guidance for implementing AI systems, LLM integration, prompt engineering, and deploying production AI applications. Core Concepts AI Engineering LLM integration and orchestration Prompt engineering and optimization RAG (Retrieval-Augmented Generation) Vector databases and embeddings Fine-tuning and adaptation AI agent systems Production AI Model deployment strategies API design for AI services Rate limiting and cost control Error handling and fallbacks Monitoring and...
65
15160 clickhouse-migrations posthog/posthog
ClickHouse Migrations Read posthog/clickhouse/migrations/AGENTS.md for comprehensive patterns, cluster setup, examples, and ingestion layer details. Quick reference Migration structure operations = [ run_sql_with_exceptions ( SQL_FUNCTION ( ) , node_roles = [ . . . ] , sharded = False , True for sharded tables is_alter_on_replicated_table = False True for ALTER on replicated tables ) , ] Node roles (choose based on table type) [NodeRole.DATA] : Sharded tables (data nodes only) [NodeRole.DATA, ...
65
15161 copywriting alexwelcing/copy
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
65
15162 zoom-automation sickn33/antigravity-awesome-skills
Zoom Automation via Rube MCP Automate Zoom operations including meeting scheduling, webinar management, cloud recording retrieval, participant tracking, and usage reporting through Composio's Zoom toolkit. Toolkit docs : composio.dev/toolkits/zoom Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Zoom connection via RUBE_MANAGE_CONNECTIONS with toolkit zoom Always call RUBE_SEARCH_TOOLS first to get current tool schemas Most features require a paid Zoom account (Pro p...
65
15163 notion-sdk terrylica/cc-skills
Control Notion programmatically using the official `notion-client` Python SDK (v2.6.0+). Preflight: Token Collection Before any Notion API operation, collect the integration token: ``` AskUserQuestion(questions=[{ "question": "Please provide your Notion Integration Token (starts with ntn_ or secret_)", "header": "Notion Token", "options": [ {"label": "I have a token ready", "description": "Token from notion.so/my-integrations"}, {"label": "Need to create one", "de...
65
15164 skill-hunter zenobi-us/dotfiles
Use when: You need to discover existing skills from GitHub repositories that use AI agent frameworks (pi, cursor, opencode, etc.) - searches across multiple agent directories to find reusable skill patterns, implementations, and best practices. Core Capability Search GitHub for skills in AI agent repositories using path-based search to discover: - Skill implementations from other projects - Common patterns and approaches - Reusable skill definitions - Best practices from the community P...
65
15165 nuxt-best-practices vinayakkulkarni/vue-nuxt-best-practices
Comprehensive performance optimization guide for Nuxt 3/4 applications. Contains 40+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing new Nuxt pages, components, or composables - Implementing data fetching (useFetch, useAsyncData) - Creating server routes and API endpoints - Organizing types, composables, and auto-imports - Working with Nuxt modules and plugins - Configuring rend...
65
15166 requesting-code-review izyanrajwani/agent-skills-library
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
65
15167 agent-trading-predictor ruvnet/claude-flow
name: trading-predictor description: Advanced financial trading agent that leverages temporal advantage calculations to predict and execute trades before market data arrives. Specializes in using sublinear algorithms for real-time market analysis, risk assessment, and high-frequency trading strategies with computational lead advantages. color: green You are a Trading Predictor Agent, a cutting-edge financial AI that exploits temporal computational advantages to predict market movements and execu...
65
15168 color-palette-extractor onewave-ai/claude-skills
Color Palette Extractor Extract and generate color palettes from images, websites, and designs. Instructions When a user needs to extract colors from a source: Identify Source Type: Image file (PNG, JPG, SVG) Website URL Screenshot Design mockup Existing color code to build palette from Extract Colors: From Image: Analyze pixel data Identify dominant colors Group similar shades Calculate color frequency Sort by prominence From Website: Fetch and parse CSS Extract color values from styl...
65
15169 chaos-engineer 404kidwiz/claude-supercode-skills
Chaos Engineer Senior chaos engineer with deep expertise in controlled failure injection, resilience testing, and building systems that get stronger under stress. Role Definition You are a senior chaos engineer with 10+ years of experience in reliability engineering and resilience testing. You specialize in designing and executing controlled chaos experiments, managing blast radius, and building organizational resilience through scientific experimentation and continuous learning from controll...
65
15170 groove-utilities-task-list andreadellacorte/groove
groove-utilities-task-list Outcome A consolidated view of active, ready tasks from the configured backend is displayed to the user. Blocked and in-progress tasks are clearly distinguished. Output is suitable for daily start context. Acceptance Criteria Tasks are shown grouped by status (in-progress, ready/todo, blocked) Blocked tasks show what they are waiting on In-progress tasks are listed first Output is concise enough to scan at a glance Constraints Read .groove/index.md frontmatter to deter...
65
15171 realistic-ugc-video dennisonbertram/claude-media-skills
Realistic UGC Video Production Create long-form AI videos that look and sound authentically human. This skill orchestrates a multi-step workflow using Nano Banana for realistic base images and Kling AI for video generation, with specific techniques to avoid the "AI look". Why Videos Look AI (And How to Fix It) Problem Solution Too perfect/clean skin Add imperfections: micro-pores, natural oils, fine lines Studio lighting Use available/natural light, mixed color temps Character too still Add micr...
65
15172 fullstack-debugger erichowens/some_claude_skills
Fullstack Debugger Expert debugger for modern web stacks: Next.js 15, Cloudflare Workers, Supabase, and edge deployments. Systematic, evidence-based troubleshooting. Activation Triggers Activate on: "debug", "not working", "broken", "error", "500 error", "401", "403", "cache issue", "CORS error", "RLS policy", "auth not working", "blank page", "hydration error", "build failed", "worker not responding" NOT for: Feature development → language skills | Architecture → system-architect | Performa...
65
15173 wrike-automation sickn33/antigravity-awesome-skills
Wrike Automation via Rube MCP Automate Wrike project management operations through Composio's Wrike toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/wrike Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Wrike connection via RUBE_MANAGE_CONNECTIONS with toolkit wrike 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 en...
65
15174 groove-utilities-memory-log-monthly andreadellacorte/groove
groove-utilities-memory-log-monthly Outcome <memory>/monthly/YYYY-MM.md is created or updated with a roll-up of the month's daily files. Sections cover themes, key outcomes, and learnings at monthly scope. Acceptance Criteria File exists at <memory>/monthly/YYYY-MM.md after command completes Themes section identifies major recurring topics from the month Key outcomes section lists significant completions and milestones Learnings section synthesises patterns and insights across the month Content ...
65
15175 brainstorming izyanrajwani/agent-skills-library
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
65
15176 error-handling-expert shipshitdev/library
Error Handling Expert Skill Expert in error handling patterns, exception management, error responses, logging, and error recovery strategies for React, Next.js, and NestJS applications. When to Use Implementing error handling Creating exception filters Designing error responses Setting up error logging Implementing error recovery Handling async errors Creating error boundaries Implementing retry logic Project Context Discovery Before providing guidance: Check .agent/SYSTEM/ARCHITECTURE.md fo...
65
15177 onchainkit mindrally/skills
OnchainKit Build production-ready onchain applications using Coinbase's comprehensive React component library and TypeScript utilities. Overview OnchainKit provides ready-to-use, full-stack components that abstract blockchain complexity, making it easy to build onchain applications without deep blockchain knowledge. It offers AI-friendly components that work automatically on Base, requires no backend infrastructure, and provides cost-effective transactions (< $0.01 fees). Quick Start New Project...
65
15178 sap-abap-cds secondsky/sap-skills
SAP ABAP CDS (Core Data Services)
65
15179 skill-discovery oimiragieo/agent-studio
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. How to Access Skills In Claude Code: Use the Skill tool or read skill files directly. When you invoke a skill, its content is loaded and presented to you - follow it directly. In other environments: Check your platform's documentation for how skills are loaded. Using Framework Skills The Rule Invoke relevant or requested skil...
65
15180 agent-creator hotovo/aider-desk
Agent Creator Meta-agent specializing in creating new custom agents, skills, and MCP integrations. Transform requirements into fully-functional, well-documented agent systems. Quick Start User: "Create an agent for database optimization" Agent Creator: 1. Analyze requirements (domain, users, problems, scope) 2. Design persona (Senior DBA, 20 years experience) 3. Map capabilities (EXPLAIN analysis, indexing, query rewriting) 4. Select template (Technical Expert) 5. Encode knowledge (anti-patterns...
65
15181 zod4 kastalien-research/thoughtbox-dot-claude
Zod 4 Expert Guide Zod 4 is a major release with significant performance improvements, reduced TypeScript compilation times, and a cleaner API. This skill covers migration from v3 and idiomatic Zod 4 usage. Quick Migration Checklist Before diving deep, address these high-impact breaking changes: Change Zod 3 Zod 4 Record schemas z.record(z.string()) z.record(z.string(), z.string()) Strict objects .strict() z.strictObject({...}) Passthrough .passthrough() z.looseObject({...}) Error formatting...
65
15182 bmad-master 404kidwiz/claude-supercode-skills
BMAD Master Coordinator Purpose Provides comprehensive project orchestration expertise for the BMAD methodology, coordinating all specialized agents and phases from analysis through implementation. Ensures workflow integrity, quality gates, and successful delivery of AI-powered agile development projects. When to Use Project Scenarios New product development from ideation to deployment Complex feature development requiring multiple specialized skills Enterprise applications with compliance requi...
65
15183 itinerary-optimizer onewave-ai/claude-skills
Itinerary Optimizer Efficiently route multi-stop trips with time management. Include transportation, restaurant/activity reservations timeline, and buffer time for spontaneity. Instructions You are an expert travel planner and logistics optimizer. Create efficient, realistic itineraries that don't overpack days. Include: routing optimization, realistic time allocations, transportation between locations, reservation timing, buffer for spontaneity, and backup plans. Balance structure with flexi...
65
15184 implement_lenis_scroll jerrar670/surf-website
Implement Lenis Smooth Scroll This skill guides you through adding buttery smooth scrolling to a React/Next.js application using @studio-freight/lenis (or the newer lenis package). Prerequisites A React or Next.js project. Steps 1. Install Dependencies Install the Lenis package. npm install lenis OR depending on version preference npm install @studio-freight/lenis 2. Create the Lenis Hook/Component It's best to encapsulate Lenis in a reusable component or hook. Option A: Global Component...
65
15185 self-reflecting-chain kimasplund/claude_cognitive_reasoning
Purpose: Sequential step-by-step reasoning with deep self-reflection at each step. Unlike parallel exploration (ToT/BoT), this follows a single logical chain, reflects on each step's validity, and backtracks when errors detected. When to Use Self-Reflecting Chain ✅ Use when: - Steps have dependencies (Step N depends on Step N-1) - Logical reasoning required (mathematical, causal, deductive) - Need to trace exact reasoning path - Error detection and correction critical - Sequential planni...
64
15186 integrating-tauri-rust-frontends dchuk/claude-code-tauri-skills
Tauri Rust/WASM Frontend Integration This skill covers integrating Rust-based frontend frameworks with Tauri v2 for building desktop and mobile applications with WASM. Supported Frameworks Framework Description Bundler Leptos Reactive Rust framework for building web UIs Trunk Yew Component-based Rust framework Trunk Dioxus Cross-platform UI framework Trunk Sycamore Reactive library for Rust Trunk All Rust/WASM frontends use Trunk as the bundler/dev server. Critical Requirements Static Site G...
64
15187 hpk-parser dedalus-erp-pas/foundation-skills
This skill parses and explains HPK (Healthcare Protocol Kernel) messages - a proprietary pipe-delimited healthcare message format used in the Hexagone system for French healthcare environments. The parser supports 100+ message types across multiple domains (patient administration, supply chain, inventory, financial, organizational), identifies message types, extracts all fields, validates structure, and provides human-readable explanations based on the official HPK dictionary and specifications....
64
15188 prometheus cosmix/loom
Metrics with Prometheus and Grafana Value Proposition Prometheus is an open-source monitoring and alerting toolkit for cloud-native environments. Combined with Grafana Cloud Metrics (powered by Grafana Mimir), it provides a fully managed Prometheus-compatible service with long-term storage, global query performance, and enterprise scalability. Key Differentiators : Pull-based model, dimensional data model with labels, PromQL, automatic service discovery, scales to billions of active series. Prom...
64
15189 groove-utilities-task-update andreadellacorte/groove
groove-utilities-task-update Outcome A task's status, body, or metadata is updated in the configured backend. Progress notes are appended without overwriting existing content. When completing a task, a resolution (Summary of Changes or Reasons for Scrapping) is written to the task body before marking done. Acceptance Criteria Specified fields are updated in backend Existing body content is preserved; new content is appended Completed tasks have a "Summary of Changes" or "Reasons for Scrapping" s...
64
15190 groove-utilities-task-config andreadellacorte/groove
groove-utilities-task-config Outcome The current task backend configuration is shown to the user, or updated based on provided arguments. After update, user is prompted to run /groove-utilities-task-install if the backend changed. Acceptance Criteria Current tasks: value is displayed with no arguments Backend is updated in .groove/index.md frontmatter when new value provided User is reminded to run /groove-utilities-task-install if backend changed Constraints Read and write .groove/index.md fron...
64
15191 databricks-expert personamanagmentlayer/pcl
You are an expert in Databricks with deep knowledge of Apache Spark, Delta Lake, MLflow, notebooks, cluster management, and lakehouse architecture. You design and implement scalable data pipelines and machine learning workflows on the Databricks platform. Core Expertise Cluster Configuration and Management Cluster Types and Configuration: ``` Databricks CLI - Create cluster databricks clusters create --json '{ "cluster_name": "data-engineering-cluster", "spark_version": "13.3.x-scala2...
64
15192 monorepo epicenterhq/epicenter
Monorepo Development You are an expert in TypeScript, React and Next.js, Expo (React Native), Tamagui, Supabase, Zod, Turbo (Monorepo Management), i18next, Zustand, TanStack React Query, Solito, and Stripe. Code Style and Structure Write concise, technical TypeScript code with accurate examples Use functional and declarative programming patterns; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasErro...
64
15193 lynx-repair autumnsgrove/groveengine
Lynx Repair 🐈‍⬛ The lynx sits silent on a high branch at twilight, tufted ears swiveling. It hears everything—the rustle of a mouse three trees over, the snap of a twig beneath heavy boots, the wind shifting through the canopy. But the lynx doesn't chase every sound. It discerns. It waits. Only when the prey is worth the energy does it move—swift, precise, economical. So too with pull request feedback. The lynx reads every comment, understands every suggestion, but exercises judgment. Some feedb...
64
15194 pr-process proompteng/lab
Follow the repo PR template and semantic commit conventions. Use squash merges. Steps - Commit with Conventional Commits. - Fill `.github/PULL_REQUEST_TEMPLATE.md`. - Create PR with `gh pr create --body-file`. - Merge with squash, no branch delete. Resources - Reference: `references/pr-process.md` - Helper: `scripts/pr-create.sh` - Checklist: `assets/pr-checklist.md`
64
15195 kubectl-debugging laurigates/claude-plugins
Expert knowledge for debugging Kubernetes resources using `kubectl debug` - ephemeral containers, pod copies, and node access. Core Capabilities kubectl debug automates common debugging tasks: - Ephemeral Containers: Add debug containers to running pods without restart - Pod Copying: Create modified copies for debugging (different images, commands) - Node Debugging: Access node host namespaces and filesystem Context Safety (CRITICAL) Always specify `--context` explicitly in every kubect...
64
15196 web-performance-optimization secondsky/claude-skills
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
64
15197 red-team-tactics vudovn/antigravity-kit
Red Team Tactics Adversary simulation principles based on MITRE ATT&CK framework. 1. MITRE ATT&CK Phases Attack Lifecycle RECONNAISSANCE → INITIAL ACCESS → EXECUTION → PERSISTENCE ↓ ↓ ↓ ↓ PRIVILEGE ESC → DEFENSE EVASION → CRED ACCESS → DISCOVERY ↓ ↓ ↓ ↓ LATERAL MOVEMENT → COLLECTION → C2 → EXFILTRATION → IMPACT Phase Objectives Phase Objective Recon Map attack surface Initial Access Get first foothold E...
64
15198 humanizer-ru vladimir-human/humanizer-ru
Вы — текстовый редактор, специализирующийся на выявлении и устранении следов работы ИИ. Ваша цель — сделать текст живым, естественным и убедительным. Руководство основано на принципах проекта WikiProject AI Cleanup. Ваша задача При получении текста: - Выявить AI-паттерны — Просканировать текст на наличие характерных для ИИ структур. - Переписать проблемные фрагменты — Заменить шаблоны естественными фразами. - Сохранить смысл — Не искажать исходное сообщение. - Соблюсти тональность — Подог...
64
15199 doppler-secret-validation terrylica/cc-skills
Doppler Secret Validation Overview Workflow for securely adding, validating, and testing API tokens and credentials in Doppler secrets management. When to Use This Skill Use this skill when: User provides API tokens or credentials (PyPI, GitHub, AWS, etc.) User mentions "add to Doppler", "store secret", "validate token" User wants to test authentication before production use User needs to verify secret storage and retrieval Workflow Step 1: Test Token Format (Before Adding to Doppler) Befor...
64
15200 page-transitions dylantarre/animation-principles
Page Transition Animation Apply Disney's 12 animation principles to route changes, view transitions, and navigation patterns. Quick Reference Principle Page Transition Implementation Squash & Stretch Entering page elastic effect Anticipation Exit animation before enter Staging Hero elements bridge views Straight Ahead / Pose to Pose Shared element vs crossfade Follow Through / Overlapping Content settles after nav Slow In / Slow Out Asymmetric enter/exit easing Arc Slide transitions with curve...
64