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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
9851 python-refactor acaprino/alfio-claude-plugins
Python Refactor Purpose Transform complex, hard-to-understand Python code into clear, well-documented, maintainable code while preserving correctness. This skill guides systematic refactoring that prioritizes human comprehension without sacrificing correctness or reasonable performance. When to Invoke Invoke this skill when: User explicitly requests "human", "readable", "maintainable", "clean", or "refactor" code improvements Code review processes flag comprehension or maintainability issues Wor...
80
9852 textual johnlarkin1/claude-code-extensions
Build terminal applications with Textual's web-inspired architecture: App → Screen → Widget. Quick Start ``` from textual.app import App, ComposeResult from textual.widgets import Header, Footer, Static class MyApp(App): CSS_PATH = "styles.tcss" BINDINGS = [("q", "quit", "Quit"), ("d", "toggle_dark", "Dark Mode")] def compose(self) -> ComposeResult: yield Header() yield Static("Hello, World!") yield Footer() def action_toggle_dark(self) -> None: ...
80
9853 typescript-pro 404kidwiz/claude-supercode-skills
TypeScript Pro Senior TypeScript specialist with deep expertise in advanced type systems, full-stack type safety, and production-grade TypeScript development. Role Definition You are a senior TypeScript developer with 10+ years of experience. You specialize in TypeScript 5.0+ advanced type system features, full-stack type safety, and build optimization. You create type-safe APIs with zero runtime type errors. When to Use This Skill Building type-safe full-stack applications Implementing adva...
80
9854 tailwindcss timelessco/recollect
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
80
9855 django-python mindrally/skills
Django Python You are an expert in Django and Python web development. Core Principles Write clear, technical responses with precise Django examples Leverage Django's built-in features and tools extensively Maintain PEP 8 compliance and readability Use descriptive naming (lowercase with underscores) Structure projects modularly using Django apps Django/Python Guidelines Prefer class-based views for complex logic; function-based views for simpler tasks Leverage Django's ORM for database interactio...
80
9856 accelint-ts-performance gohypergiant/agent-skills
TypeScript Performance Optimization Systematic performance optimization for JavaScript/TypeScript codebases. Combines audit workflow with expert-level optimization patterns for runtime performance. NEVER Do When Optimizing Performance Note: For general best practices (type safety with any / enum , avoiding null , not mutating parameters), use the accelint-ts-best-practices skill instead. This section focuses exclusively on performance-specific anti-patterns. NEVER assume code is cold path - Util...
80
9857 vercel-react-best-practices vercel-labs/agent-eval
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...
80
9858 adev-writing-guide angular/angular
Angular Documentation (adev) Writing Guide This skill provides comprehensive guidelines for authoring content in adev/src/content . It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices. I. Google Technical Writing Guidelines Tone and Content Be conversational and friendly: Maintain a helpful yet professional tone. Avoid being overly casual. Write accessibly: Ensure documentation is understandable to a diverse global audience,...
80
9859 gitlab-automation sickn33/antigravity-awesome-skills
GitLab Automation via Rube MCP Automate GitLab operations including project management, issue tracking, merge request workflows, CI/CD pipeline monitoring, branch management, and user administration through Composio's GitLab toolkit. Toolkit docs : composio.dev/toolkits/gitlab Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active GitLab connection via RUBE_MANAGE_CONNECTIONS with toolkit gitlab Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube...
80
9860 multimodal-llm yonatangross/orchestkit
Multimodal LLM Patterns Integrate vision, audio, and video generation capabilities from leading multimodal models. Covers image analysis, document understanding, real-time voice agents, speech-to-text, text-to-speech, and AI video generation (Kling 3.0, Sora 2, Veo 3.1, Runway Gen-4.5). Quick Reference Category Rules Impact When to Use Vision: Image Analysis 1 HIGH Image captioning, VQA, multi-image comparison, object detection Vision: Document Understanding 1 HIGH OCR, chart/diagram analysis, P...
80
9861 outside-in-testing rysweet/amplihack
This skill helps you create agentic outside-in tests that verify application behavior from an external user's perspective without any knowledge of internal implementation. Using the gadugi-agentic-test framework, you write declarative YAML scenarios that AI agents execute, observe, and validate. Key Principle: Tests describe WHAT should happen, not HOW it's implemented. Agents figure out the execution details. When to Use This Skill [LEVEL 1] Perfect For - Smoke Tests: Quick validation tha...
80
9862 seo-expert dengineproblem/agents-monorepo
SEO Expert Deep expertise in search engine optimization including technical, on-page, and off-page SEO. Core Competencies technical_seo : - "Site architecture" - "Crawlability and indexation" - "Core Web Vitals" - "Schema markup" - "Mobile optimization" - "Site speed" on_page_seo : - "Keyword research" - "Content optimization" - "Meta tags" - "Header structure" - "Internal linking" - "Image optimization" off_page_seo : - "Link building" - "Digital PR" - "Brand mentions" - "Guest posting" - "Part...
80
9863 alicloud-network-cdn cinience/alicloud-skills
Category: service Alibaba Cloud CDN Purpose Use Alibaba Cloud CDN OpenAPI (RPC) for common operations and integrations including: accelerated domain lifecycle (create/configure/start-stop/delete) cache refresh and preload (directory/file/domain) HTTPS certificate configuration and updates log and monitoring queries (real-time/offline) Prerequisites least-privilege RAM credentials are ready (STS temporary creds recommended). domain ownership and acceleration scope policy are confirmed (mainland/g...
80
9864 hybrid-cloud-architect sickn33/antigravity-awesome-skills
Use this skill when Working on hybrid cloud architect tasks or workflows Needing guidance, best practices, or checklists for hybrid cloud architect Do not use this skill when The task is unrelated to hybrid cloud architect You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation...
80
9865 supabase-extract-url yoanbernabeu/supabase-pentest-skills
Supabase URL Extraction 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill extracts the Supabas...
80
9866 python-expert personamanagmentlayer/pcl
Python Expert You are a senior Python developer with 10+ years of experience. Your role is to help write, review, and optimize Python code following industry best practices. When to Apply Use this skill when: Writing new Python code (scripts, functions, classes) Reviewing existing Python code for quality and performance Debugging Python issues and exceptions Implementing type hints and improving code documentation Choosing appropriate data structures and algorithms Following PEP 8 style guidelin...
80
9867 frontend-vue-development tencentblueking/bk-ci
前端 Vue 开发 Quick Reference 技术栈:Vue 2.7 + Vuex 3.6 + Vue Router 3.6 + bk-magic-vue 2.5 文件命名:kebab-case.vue(如 group-table.vue) 缩进:4 空格 | 无分号 | 无拖尾逗号 | HTML 双引号 API 调用:vue.$ajax.get/post/put/delete 最简示例 <template> <div class="pipeline-list"> <bk-table :data="pipelines" v-loading="isLoading"> <bk-table-column prop="name" label="名称"></bk-table-column> </bk-table> </div> </template> <script> export default { data() { return { pipelines: [], ...
80
9868 digitalocean-containers-images bobmatnyc/claude-mpm-skills
DigitalOcean Containers and Images Skill progressive_disclosure: entry_point: summary: "Containers and images on DigitalOcean: Container Registry, preconfigured images, custom images, and image lifecycle management." when_to_use: - "When storing or deploying container images" - "When using custom Droplet images" - "When managing image lifecycle with snapshots" quick_start: - "Create a Container Registry" - "Push images and configure pulls" - "Select base images or upload custom images" - "Use sn...
80
9869 angular-development mindrally/skills
Angular Development You are an Angular, SASS, and TypeScript expert focused on creating scalable and high-performance web applications. Key Development Principles Type Safety with Interfaces Define data models using interfaces for explicit types Maintain strict typing to avoid any Use TypeScript's type system to define specific types Component Composition Favor component composition over inheritance Enhance modularity, enabling reusability and easy maintenance Meaningful Naming Use descriptive v...
80
9870 aiconfig-update launchdarkly/agent-skills
AI Config Update & Lifecycle You're using a skill that will guide you through updating, archiving, and deleting AI Configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result. Prerequisites Existing AI Config to modify LaunchDarkly API access token or MCP server Core Principles Fetch Before Changing : Always check the current state before modifying Verify After Changing : Fetch the config again to confirm updates were applied A...
80
9871 webflow-automation composiohq/awesome-claude-skills
Webflow Automation via Rube MCP Automate Webflow operations including CMS collection management, site publishing, page inspection, asset uploads, and ecommerce order retrieval through Composio's Webflow toolkit. Toolkit docs : composio.dev/toolkits/webflow Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Webflow connection via RUBE_MANAGE_CONNECTIONS with toolkit webflow Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://...
79
9872 llm mindrally/skills
LLM Development You are an expert in Large Language Model development, training, and fine-tuning. Core Principles Understand transformer architectures deeply Implement efficient training strategies Apply proper evaluation methodologies Optimize for inference performance Model Architecture Attention Mechanisms Implement self-attention correctly Use multi-head attention patterns Apply positional encodings appropriately Understand context length limitations Tokenization Choose appropriate tokeniz...
79
9873 observability-llm-obs elastic/agent-skills
LLM and Agentic Observability Answer user questions about monitoring LLMs and agentic components using data ingested into Elastic only. Focus on LLM performance, cost and token utilization, response quality, and call chaining or agentic workflow orchestration. Use ES|QL , Elasticsearch APIs, and (where needed) Kibana APIs. Do not rely on Kibana UI; the skill works without it. A given deployment typically uses one or more ingestion paths (APM/OTLP traces and/or integration metrics/logs)— discover...
79
9874 existing-repo alinaqi/claude-bootstrap
Existing Repository Skill Load with: base.md + security.md For working with existing codebases - analyze structure, respect conventions, and set up proper guardrails without breaking anything. Sources: Husky | lint-staged | pre-commit | commitlint Core Principle Understand before modifying. Existing repos have conventions, patterns, and history. Your job is to work within them, not reorganize them. Phase 1: Repository Analysis ALWAYS run this analysis first when joining an existing repo. ...
79
9875 react-native-expo ovachiever/droid-tings
React Native Expo (0.76-0.82+ / SDK 52+) Status: Production Ready Last Updated: 2026-01-21 Dependencies: Node.js 20.19.4+, Expo CLI, Xcode 16.1+ (iOS) Latest Versions: react-native@0.81.5, expo@~54.0.31, react@19.2.3 Quick Start (15 Minutes) 1. Create New Expo Project (RN 0.76+) Create new Expo app with React Native 0.76+ npx create-expo-app@latest my-app cd my-app Install latest dependencies npx expo install react-native@latest expo@latest Why this matters: Expo SDK 52+ uses React Nati...
79
9876 terraform-engineer 404kidwiz/claude-supercode-skills
Terraform Engineer Senior Terraform engineer specializing in infrastructure as code across AWS, Azure, and GCP with expertise in modular design, state management, and production-grade patterns. Role Definition You are a senior DevOps engineer with 10+ years of infrastructure automation experience. You specialize in Terraform 1.5+ with multi-cloud providers, focusing on reusable modules, secure state management, and enterprise compliance. You build scalable, maintainable infrastructure code. ...
79
9877 ruby mindrally/skills
Ruby Development You are an expert in Ruby development, including Ruby 3.x features, testing frameworks, and modern Ruby best practices. Code Style and Structure Write concise, idiomatic Ruby code with accurate examples Adhere to Ruby community conventions and style guides Use snake_case for files, methods, and variables Use CamelCase for classes and modules Favor descriptive names like user_signed_in? and calculate_total Ruby Language Features Leverage Ruby 3.x capabilities including: Pattern m...
79
9878 competitor-intel ognjengt/founder-skills
Competitor Intel Purpose Provide data-backed competitive intelligence by researching real signals across the web—no assumptions, no made-up numbers. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "competitor-intel loaded, proceed with competitor name and any context (website, industry, etc.)" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains content: Proceed immediately to Ta...
79
9879 create-design-system-rules dedalus-erp-pas/foundation-skills
Create Design System Rules Overview This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide Claude to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically. What Are Design System Rules? Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind ...
79
9880 ensemble-team jwilger/agent-skills
Ensemble Team Setup Set up an AI ensemble programming team for any software project. Creates the full structure for a team of expert agents working in a single-driver mob programming style with consensus-based decisions, TDD, and continuous retrospectives. Workflow Phase 1: Project Discovery Gather essential project information. Ask the user: Project name and description : What is being built? What problem does it solve? Tech stack : Language, framework, database, frontend approach, testing tool...
79
9881 figma-plugin srstomp/pokayokay
Figma Plugin Development Build plugins that extend Figma's functionality using the Plugin API. Architecture Figma plugins run in two threads communicating via postMessage: Main thread (sandbox) : Plugin API access, node manipulation, figma.* calls UI thread (iframe) : HTML/CSS/JS interface, no Figma API access, npm packages allowed Key Principles Main thread handles all Figma document operations UI thread handles user interface and external APIs Communication between threads via figma.ui.postMes...
79
9882 wp-phpstan automattic/agent-skills
WP PHPStan When to use Use this skill when working on PHPStan in a WordPress codebase, for example: setting up or updating phpstan.neon / phpstan.neon.dist generating or updating phpstan-baseline.neon fixing PHPStan errors via WordPress-friendly PHPDoc (REST requests, hooks, query results) handling third-party plugin/theme classes safely (stubs/autoload/targeted ignores) Inputs required wp-project-triage output (run first if you haven't) Whether adding/updating Composer dev dependencies is allow...
79
9883 analyze anthropics/knowledge-work-plugins
/analyze - 个股深度分析 v3.0 基于 宏观-行业-个股 三层分析框架,数据驱动的专业投资分析。 使用方式 /analyze 588000 分析ETF /analyze 002594 分析A股 /analyze 00700 分析港股 /analyze 比亚迪 用名称也可以 核心投资框架 ┌─────────────────────────────────────────────────┐ │ 投资分析框架 │ ├─────────────────────────────────────────────────┤ │ 1. 宏观环境(大势)20分 │ │ ├─ 市场周期:牛市/熊市/震荡 │ │ ├─ 指数趋势:沪深300 vs MA20 │ │ ├─ 资金环境:北向资金流向 ...
79
9884 searxng sundial-org/awesome-openclaw-skills
SearXNG Search Search the web using your local SearXNG instance - a privacy-respecting metasearch engine. Commands Web Search uv run { baseDir } /scripts/searxng.py search "query" Top 10 results uv run { baseDir } /scripts/searxng.py search "query" -n 20 Top 20 results uv run { baseDir } /scripts/searxng.py search "query" --format json JSON output Category Search uv run { baseDir } /scripts/searxng.py search "query" --category images uv run { baseDir } /scripts/searxng.py search "query" --cat...
79
9885 architect-reviewer 404kidwiz/claude-supercode-skills
79
9886 canva-automation composiohq/awesome-claude-skills
Canva Automation via Rube MCP Automate Canva design operations through Composio's Canva toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Canva connection via RUBE_MANAGE_CONNECTIONS with toolkit canva 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 available by co...
79
9887 brainstorming yonatangross/orchestkit
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 ...
79
9888 feature-planning mhattingpete/claude-skills-marketplace
Feature Planning Systematically analyze feature requests and create detailed, actionable implementation plans. When to Use Requests new feature ("add user authentication", "build dashboard") Asks for enhancements ("improve performance", "add export") Describes complex multi-step changes Explicitly asks for planning ("plan how to implement X") Provides vague requirements needing clarification Planning Workflow 1. Understand Requirements Ask clarifying questions: What problem does this solve? ...
79
9889 docker-compose-creator jeremylongshore/claude-code-plugins-plus-skills
Docker Compose Creator Purpose This skill provides automated assistance for docker compose creator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "docker compose creator" in your request Ask about docker compose creator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for docker compo...
79
9890 contextual-commit berserkdisruptors/contextual-commits
Contextual Commits You write commits that carry development reasoning in the body — the intent, decisions, constraints, and learnings that the diff alone cannot show. The Problem You Solve Standard commits preserve WHAT changed. The diff shows that too. What gets lost is WHY — what the user asked for, what alternatives were considered, what constraints shaped the implementation, what was learned along the way. This context evaporates when the session ends. You prevent that. Commit Format The sub...
79
9891 hugging-face-cli sickn33/antigravity-awesome-skills
Hugging Face CLI The hf CLI provides direct terminal access to the Hugging Face Hub for downloading, uploading, and managing repositories, cache, and compute resources. Quick Command Reference Task Command Login hf auth login Download model hf download <repo_id> Download to folder hf download <repo_id> --local-dir ./path Upload folder hf upload <repo_id> . . Create repo hf repo create <name> Create tag hf repo tag create <repo_id> <tag> Delete files hf repo-files delete <repo_id> <files> List ...
79
9892 remember yonatangross/orchestkit
Memory Keeper You are an expert prompt engineer and keeper of domain-organized Memory Instructions that persist across VS Code contexts. You maintain a self-organizing knowledge base that automatically categorizes learnings by domain and creates new memory files as needed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <wor...
79
9893 typescript-strict-mode fluid-tools/claude-skills
TypeScript Strict Mode Best Practices Overview This skill covers strict TypeScript practices applicable across all frameworks. It focuses on avoiding any, using proper type annotations, and leveraging TypeScript's type system for safer, more maintainable code. The Golden Rule: NEVER Use any CRITICAL RULE: Many codebases have @typescript-eslint/no-explicit-any enabled. Using any will cause build failures. Why any is dangerous: Defeats the purpose of TypeScript's type system Hides bugs that w...
79
9894 django-framework bobmatnyc/claude-mpm-skills
Django Framework Skill progressive_disclosure: entry_point: summary: "Full-featured Python web framework with batteries included (ORM, admin, auth)" when_to_use: - "When building content-heavy web applications" - "When needing built-in admin interface" - "When using Django ORM and migrations" - "When building REST APIs with Django REST Framework" quick_start: - "pip install django" - "django-admin startproject myproject" - "python manage.py runserver" token_estimate: entry: 75-90 full: 4500-5500...
79
9895 bun brianlovin/claude-config
Bun Node.js 대신 Bun을 기본 런타임으로 사용. 설치 macOS / Linux brew install oven-sh/bun/bun npm npm install -g bun 명령어 매핑 Node.js / npm Bun npm install bun install npm install <pkg> bun add <pkg> npm install -D <pkg> bun add -d <pkg> npm uninstall <pkg> bun remove <pkg> npm run <script> bun run <script> 또는 bun <script> npx <cmd> bunx <cmd> node <file> bun <file> npm init bun init npm create <template> bun create <template> 프로젝트 초기화 새 프로젝트 bun init 템플릿 사용 bun create next-app my-app bun create vite my-app ...
79
9896 skill-writer getsentry/skills
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
79
9897 performance yonatangross/orchestkit
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
79
9898 error-detector 404kidwiz/claude-supercode-skills
Error Detector Skill Purpose Provides error analysis and pattern detection expertise specializing in proactive identification of software defects, code analysis, and system behavior monitoring. Identifies, analyzes, and helps prevent software errors through static and dynamic analysis techniques. When to Use Performing static code analysis and anti-pattern detection Analyzing runtime errors and exception patterns Detecting memory leaks and performance bottlenecks Monitoring and analyzing error l...
79
9899 supabase-expert timelessco/recollect
Supabase Integration Expert Skill Overview This skill helps you build secure, scalable Supabase integrations. Use this for database design, Row Level Security (RLS) policies, authentication, Edge Functions, and real-time features. Core Principles 1. Security First Always enable RLS on tables with user data Use service role key only in secure server contexts Use anon key for client-side operations Test policies thoroughly 2. Type Safety Generate TypeScript types from schema Use generated types ...
79
9900 perspectival-constellation jwynia/agent-skills
Perspectival Constellation: Multi-POV Narrative Skill You help writers create multi-perspective stories where a shared catalyst environment generates genuinely distinct but interconnected narratives. The key insight is that the setting itself must function as a transformation pressure that forces characters into heightened states. Core Principle The shared thread (place, event, institution, moment) must function as a catalyst environment that creates conditions where people are forced into st...
79