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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
6401 telegram-automation sickn33/antigravity-awesome-skills
Telegram Automation via Rube MCP Automate Telegram operations through Composio's Telegram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Telegram connection via RUBE_MANAGE_CONNECTIONS with toolkit telegram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Telegram Bot Token required (created via @BotFather) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
135
6402 tui-design hyperb1iss/hyperskills
TUI Design System Universal design patterns for building exceptional terminal user interfaces. Framework-agnostic — works with Ratatui, Ink, Textual, Bubbletea, or any TUI toolkit. Core philosophy: TUIs earn their power through spatial consistency, keyboard fluency, and information density that respects human attention. Design for the expert's speed without abandoning the beginner's discoverability. TUI Design Process digraph tui_design { rankdir = TB ; "What are you building?" [ shape = diamond...
135
6403 hyva-render-media-image hyva-themes/hyva-ai-tools
Hyvä Render Image Generate responsive <picture> elements for Hyvä Theme templates using the \Hyva\Theme\ViewModel\Media view model. When to Use Adding images to Hyvä PHTML templates Creating responsive images with different sources for mobile/desktop Implementing hero banners, product images, or CMS content images Optimizing images for Core Web Vitals (LCP, CLS) Workflow 1. Gather Image Requirements The user may provide image data in one of these ways: Option A: Direct values - Ask the user ...
135
6404 axiom-ios-build charleswiltgen/axiom
iOS Build & Environment Router You MUST use this skill for ANY build, environment, or Xcode-related issue before debugging application code. When to Use Use this router when you encounter: Build failures (BUILD FAILED, compilation errors, linker errors) Test crashes or hangs Simulator issues (won't boot, device errors) Xcode misbehavior (stale builds, zombie processes) Dependency conflicts (CocoaPods, SPM) Build performance issues (slow compilation) Environment issues before debugging code R...
135
6405 eve-bootstrap incept5/eve-skillpacks
Eve Bootstrap One skill that handles everything from zero to a working Eve project. It detects whether you're already authenticated and adapts: Already authenticated → skips to project setup Not authenticated → creates profile, requests access, waits for admin approval, auto-logs in, then sets up project Step 1: Check CLI eve --version If this fails, install the CLI first: npm install -g @anthropic/eve-cli Step 2: Create Profile Check if a profile already exists: eve profile list If no staging p...
135
6406 mcp-builder mrgoonie/claudekit-skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
135
6407 react-flow-implementation existential-birds/beagle
React Flow Implementation Quick Start import { ReactFlow, useNodesState, useEdgesState, addEdge } from '@xyflow/react'; import '@xyflow/react/dist/style.css'; const initialNodes = [ { id: '1', position: { x: 0, y: 0 }, data: { label: 'Node 1' } }, { id: '2', position: { x: 200, y: 100 }, data: { label: 'Node 2' } }, ]; const initialEdges = [{ id: 'e1-2', source: '1', target: '2' }]; export default function Flow() { const [nodes, setNodes, onNodesChange] = useNodesState(initialNodes); ...
135
6408 brenda-database davila7/claude-code-templates
BRENDA Database Overview BRENDA (BRaunschweig ENzyme DAtabase) is the world's most comprehensive enzyme information system, containing detailed enzyme data from scientific literature. Query kinetic parameters (Km, kcat), reaction equations, substrate specificities, organism information, and optimal conditions for enzymes using the official SOAP API. Access over 45,000 enzymes with millions of kinetic data points for biochemical research, metabolic engineering, and enzyme discovery. When to Use...
135
6409 azure-app-service aj-geddes/useful-ai-prompts
Azure App Service Overview Azure App Service provides a fully managed platform for building and hosting web applications, REST APIs, and mobile backends. Support multiple programming languages with integrated DevOps, security, and high availability. When to Use Web applications (ASP.NET, Node.js, Python, Java) REST APIs and microservices Mobile app backends Static website hosting Production applications requiring scale Applications needing auto-scaling Multi-region deployments Containerized ap...
135
6410 medium-posts kostja94/marketing-skills
Platforms: Medium Guides Medium publishing for parasite SEO and content distribution. Medium's domain authority helps content rank faster than on new sites; articles can reach page 1 within days. Use this skill when planning Medium content or republishing from your site. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Init...
135
6411 customaize-agent:thought-based-reasoning neolabhq/context-engineering-kit
Thought-Based Reasoning Techniques for LLMs Overview Chain-of-Thought (CoT) prompting and its variants encourage LLMs to generate intermediate reasoning steps before arriving at a final answer, significantly improving performance on complex reasoning tasks. These techniques transform how models approach problems by making implicit reasoning explicit. Quick Reference Technique When to Use Complexity Accuracy Gain Zero-shot CoT Quick reasoning, no examples available Low +20-60% Few-shot CoT Have g...
135
6412 skill-creator langchain-ai/deepagents
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...
135
6413 game-designer dylantarre/animation-principles
Game Designer: Animation for Game Feel You are a game designer crafting responsive, satisfying gameplay through animation. Apply Disney's 12 principles to create "juice" and player engagement. The 12 Principles for Game Feel 1. Squash and Stretch Game Application: Impact feedback and weight. Characters squash on landing (heavier = more squash). Projectiles stretch during flight. Collectibles bounce elastically. Feel Impact: Transforms static collisions into satisfying impacts. Essential for p...
135
6414 stock-screener dkyazzentwatwa/chatgpt-skills
Stock Screener Filter stocks by financial metrics and perform comparative analysis. Features Multi-Metric Filtering : P/E, P/B, market cap, dividend yield, etc. Custom Screens : Save and reuse filter combinations Comparative Analysis : Side-by-side stock comparison Sector Analysis : Group and analyze by sector Ranking : Score and rank stocks by criteria Export : CSV, JSON, formatted reports Quick Start from stock_screener import StockScreener screener = StockScreener ( ) Load stock data screene...
134
6415 googlesheets-automation composiohq/awesome-claude-skills
Google Sheets Automation via Rube MCP Automate Google Sheets workflows including reading/writing data, managing spreadsheets and tabs, formatting cells, filtering rows, and upserting records through Composio's Google Sheets toolkit. Toolkit docs : composio.dev/toolkits/googlesheets Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Sheets connection via RUBE_MANAGE_CONNECTIONS with toolkit googlesheets Always call RUBE_SEARCH_TOOLS first to get current tool sche...
134
6416 hyva-compile-tailwind-css hyva-themes/hyva-ai-tools
Compile Tailwind CSS for Hyvä Themes Compiles Tailwind CSS for Hyvä themes in Magento 2. Handles both production builds and development watch mode. Step 1: Detect Environment & Set Command Wrapper Use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper. All npm commands below show the core command; wrap them according to the detected environment. Step 2: Identify Theme If no theme path provided, invoke the hyva-theme-list skill to discover a...
134
6417 linkedin-ads kostja94/marketing-skills
Paid Ads: LinkedIn Ads Guides LinkedIn Ads setup, targeting, and optimization. LinkedIn excels at B2B and professional targeting; use when job title/company targeting matters and ACV is higher. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Campaign Structure Naming : LI_[Objective]_[Audience]_[Offer]_[Date] (e.g., LI_Lea...
134
6418 circuit-breaker-pattern aj-geddes/useful-ai-prompts
Circuit Breaker Pattern Overview Implement circuit breaker patterns to prevent cascading failures and provide graceful degradation when dependencies fail. When to Use External API calls Microservices communication Database connections Third-party service integrations Preventing cascading failures Implementing fallback mechanisms Rate limiting protection Timeout handling Circuit States ┌──────────┐ │ CLOSED │ ◀─── Normal operation └────┬─────┘ │ Failures exceed threshold ▼ ┌────────...
134
6419 customaize-agent:context-engineering neolabhq/context-engineering-kit
Context Engineering Fundamentals Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering. Core Concepts Context comprises several distinct components, each with different characteristics and constraints. The attention mechan...
134
6420 naming-analyzer davila7/claude-code-templates
Naming Analyzer Skill Suggest better variable, function, and class names based on context and conventions. Instructions You are a naming convention expert. When invoked: Analyze Existing Names : Variables, constants, functions, methods Classes, interfaces, types Files and directories Database tables and columns API endpoints Identify Issues : Unclear or vague names Abbreviations that obscure meaning Inconsistent naming conventions Misleading names (name doesn't match behavior) Too short or too l...
134
6421 nosql-database-design aj-geddes/useful-ai-prompts
NoSQL Database Design Overview Design scalable NoSQL schemas for MongoDB (document) and DynamoDB (key-value). Covers data modeling patterns, denormalization strategies, and query optimization for NoSQL systems. When to Use MongoDB collection design DynamoDB table and index design Document structure modeling Embedding vs. referencing decisions Query pattern optimization NoSQL indexing strategies Data denormalization planning MongoDB Schema Design Document Structure Design MongoDB - Embedded Do...
134
6422 anti-slop rand/cc-polymath
Anti-Slop Skill Detect and eliminate generic AI-generated patterns ("slop") across natural language, code, and design. What is AI Slop? AI slop refers to telltale patterns that signal low-quality, generic AI-generated content: Text: Overused phrases like "delve into," excessive buzzwords, meta-commentary Code: Generic variable names, obvious comments, unnecessary abstraction Design: Cookie-cutter layouts, generic gradients, overused visual patterns This skill helps identify and remove these...
134
6423 histolab davila7/claude-code-templates
Histolab Overview Histolab is a Python library for processing whole slide images (WSI) in digital pathology. It automates tissue detection, extracts informative tiles from gigapixel images, and prepares datasets for deep learning pipelines. The library handles multiple WSI formats, implements sophisticated tissue segmentation, and provides flexible tile extraction strategies. Installation uv pip install histolab Quick Start Basic workflow for extracting tiles from a whole slide image: from ...
134
6424 vercel-ai-sdk fluid-tools/claude-skills
Vercel AI SDK v6 Implementation Guide When to Use This Skill Use this skill when: Implementing AI chat interfaces with useChat hook Creating API routes that generate or stream AI responses Building agentic applications with ToolLoopAgent Adding tool calling / function calling capabilities Generating structured output with Output.object() , Output.array() , etc. Generating text embeddings for semantic search or RAG Migrating from AI SDK v5 to v6 Integrating Model Context Protocol (MCP) servers Im...
134
6425 tooluniverse-epigenomics mims-harvard/tooluniverse
Genomics and Epigenomics Data Processing Production-ready computational skill for processing and analyzing epigenomics data. Combines local Python computation (pandas, scipy, numpy, pysam, statsmodels) with ToolUniverse annotation tools for regulatory context. Designed to solve BixBench-style questions about methylation, ChIP-seq, ATAC-seq, and multi-omics integration. When to Use This Skill Triggers : User provides methylation data (beta-value matrices, Illumina arrays) and asks about CpG sites...
134
6426 network-engineer sickn33/antigravity-awesome-skills
Network Engineer Purpose Provides comprehensive network architecture and engineering expertise for cloud and hybrid environments. Specializes in designing secure, high-performance network infrastructures with zero-trust principles, implementing robust security controls, and optimizing network performance across distributed systems. When to Use User needs: Network architecture design for cloud or hybrid environments Network security implementation (zero-trust, micro-segmentation) Performance opti...
134
6427 architecture-decision jwynia/agent-skills
Architecture Decision Systematically evaluate architecture decisions, document trade-offs, and select appropriate patterns for context. Provides frameworks for pattern selection, ADR creation, and technical debt management. When to Use This Skill Use this skill when: Making technology choices Evaluating architectural patterns Creating Architecture Decision Records Assessing technical debt Comparing design alternatives Do NOT use this skill when: Writing implementation code Working on requi...
134
6428 java-gradle pluginagentmarketplace/custom-plugin-java
Java Gradle Skill Master Gradle build tool with Kotlin DSL for Java projects. Overview This skill covers Gradle configuration with Kotlin DSL including task configuration, dependency management with catalogs, build cache optimization, and CI/CD integration. When to Use This Skill Use when you need to: Configure Gradle builds (Kotlin DSL) Manage dependencies with catalogs Optimize build performance Set up build cache Create custom tasks Quick Reference // build.gradle.kts plugins { java...
134
6429 axiom-cloudkit-ref charleswiltgen/axiom
CloudKit Reference Purpose: Comprehensive CloudKit reference for database-based iCloud storage and sync Availability: iOS 10.0+ (basic), iOS 17.0+ (CKSyncEngine), iOS 17.0+ (SwiftData integration) Context: Modern CloudKit sync via CKSyncEngine (WWDC 2023) or SwiftData integration When to Use This Skill Use this skill when: Implementing structured data sync to iCloud Choosing between SwiftData+CloudKit, CKSyncEngine, or raw CloudKit APIs Setting up public/private/shared databases Implementing...
134
6430 api-pagination aj-geddes/useful-ai-prompts
API Pagination Overview Implement scalable pagination strategies for handling large datasets with efficient querying, navigation, and performance optimization. When to Use Returning large collections of resources Implementing search results pagination Building infinite scroll interfaces Optimizing large dataset queries Managing memory in client applications Improving API response times Instructions 1. Offset/Limit Pagination // Node.js offset/limit implementation app.get('/api/users', async (r...
134
6431 reverse-engineering-tools gmh5225/awesome-game-security
This skill covers reverse engineering resources for game security research, including debuggers, disassemblers, memory analysis tools, and specialized game hacking utilities. Debugging Tools Windows Debuggers - Cheat Engine: Memory scanner and debugger for games - x64dbg: Open-source x86/x64 debugger - WinDbg: Microsoft's kernel/user-mode debugger - ReClass.NET: Memory structure reconstruction - HyperDbg: Hypervisor-based debugger Specialized Debuggers - CE Mono Helper: Unity/Mono ga...
134
6432 error-debugging-multi-agent-review sickn33/antigravity-awesome-skills
Multi-Agent Code Review Orchestration Tool Use this skill when Working on multi-agent code review orchestration tool tasks or workflows Needing guidance, best practices, or checklists for multi-agent code review orchestration tool Do not use this skill when The task is unrelated to multi-agent code review orchestration tool You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Prov...
134
6433 graphql davila7/claude-code-templates
GraphQL You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Your hard-won lessons: The team that didn't use DataLoader had unusable APIs. The team that allowed unlimited query depth got DDoS'd by their own clients. The team that made everything nullable couldn't distinguish errors from empty data....
134
6434 uptime-monitoring aj-geddes/useful-ai-prompts
Uptime Monitoring Overview Set up comprehensive uptime monitoring with health checks, status pages, and incident tracking to ensure visibility into service availability. When to Use Service availability tracking Health check implementation Status page creation Incident management SLA monitoring Instructions 1. Health Check Endpoints // Node.js health check const express = require('express'); const app = express(); app.get('/health', (req, res) => { res.json({ status: 'ok', timestamp...
134
6435 gpui-action longbridge/gpui-component
Overview Actions provide declarative keyboard-driven UI interactions in GPUI. Key Concepts: Define actions with actions! macro or [derive(Action)] Bind keys with cx.bind_keys() Handle with .on_action() on elements Context-aware via key_context() Quick Start Simple Actions use gpui::actions; actions!(editor, [MoveUp, MoveDown, Save, Quit]); const CONTEXT: &str = "Editor"; pub fn init(cx: &mut App) { cx.bind_keys([ KeyBinding::new("up", MoveUp, Some(CONTEXT)), KeyBinding:...
134
6436 figma davila7/claude-code-templates
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
134
6437 deeptools davila7/claude-code-templates
deepTools: NGS Data Analysis Toolkit Overview deepTools is a comprehensive suite of Python command-line tools designed for processing and analyzing high-throughput sequencing data. Use deepTools to perform quality control, normalize data, compare samples, and generate publication-quality visualizations for ChIP-seq, RNA-seq, ATAC-seq, MNase-seq, and other NGS experiments. Core capabilities: Convert BAM alignments to normalized coverage tracks (bigWig/bedGraph) Quality control assessment (fing...
134
6438 social-media-generator ailabs-393/ai-labs-claude-skills
Social Media Generator Overview This skill enables creation of platform-optimized social media content for Twitter, Instagram, LinkedIn, and Facebook. It automatically generates posts tailored to each platform's best practices and saves them in an organized directory structure. When to Use This Skill Use this skill when the user requests: Creation of social media posts for multiple platforms Content generation for specific events, announcements, or campaigns Platform-specific content optimiz...
134
6439 storytelling-synthesizer rysweet/amplihack
Storytelling Synthesizer Skill Purpose Transform technical work (pull requests, commit histories, feature implementations) into compelling narratives that resonate with different audiences—whether preparing hackathon demos, writing technical blog posts, or creating marketing content. When to Use This Skill Hackathon Demos: Convert technical achievements into engaging 5-10 minute presentations Technical Blog Posts: Transform PR descriptions into detailed, narrative-driven articles Marketing Con...
134
6440 api fuzzing for bug bounty davila7/claude-code-templates
API Fuzzing for Bug Bounty Purpose Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Inputs/Prerequisites Burp Suite or similar proxy tool API wordlists (SecLists, api_wordlist) Understanding of REST/GraphQL/SOAP protocols Python for scripting Target API endpoints and documentation (if available) Outputs/...
134
6441 adspower-browser adspower/adspower-browser
AdsPower Local API with adspower-browser The Skills CLI (npx adspower-browser) is the package manager for operate AdsPower browser profiles, groups, proxies, and application/category lists via the adspower-browser CLI. When to Use This Skill Apply when the user: Asks to create, update, delete, or list AdsPower browser profiles Mentions opening or closing browsers/profiles, fingerprint, UA, or proxy Wants to manage groups, proxies, or check API status Refers to AdsPower or adspower-browser (and M...
134
6442 write-example tldraw/tldraw
Writing tldraw examples The examples project (apps/examples) contains minimal demonstrations of how to use the tldraw SDK. Examples are embedded on the docs site and deployed to examples.tldraw.com. Standards for examples in apps/examples/src/examples. Example structure Each example lives in its own folder: apps/examples/src/examples/ └── my-example/ ├── README.md Required metadata ├── MyExampleExample.tsx Main example file └── my-example.css Optional styles Fo...
134
6443 nosql-expert davila7/claude-code-templates
NoSQL Expert Patterns (Cassandra & DynamoDB) Overview This skill provides professional mental models and design patterns for distributed wide-column and key-value stores (specifically Apache Cassandra and Amazon DynamoDB). Unlike SQL (where you model data entities), or document stores (like MongoDB), these distributed systems require you to model your queries first. When to Use Designing for Scale: Moving beyond simple single-node databases to distributed clusters. Technology Selection: Evalu...
134
6444 product-launch kostja94/marketing-skills
Strategies: Product Launch Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy . For cold start (first users, no product yet), see cold-start-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then pro...
134
6445 user-journeys alinaqi/claude-bootstrap
User Journeys Skill Load with: base.md + playwright-testing.md For defining and testing real user experiences - not just specs, but actual flows humans take through your application. Philosophy Specs test features. Journeys test experiences. A feature can pass all specs but still deliver a terrible experience. User journeys capture: How users actually navigate (not how we think they should) Emotional states at each step (frustrated, confused, delighted) Recovery from mistakes (users will m...
134
6446 strategy-and-competitive-analysis lyndonkl/claude
Develop robust strategies grounded in rigorous competitive and market analysis, using proven frameworks to diagnose challenges, formulate guiding policies, and specify coherent actions. When to Use Business Strategy Development: - Market entry strategy (new product, geography, segment) - Strategic planning (annual plans, 3-year vision, OKRs) - Strategic decisions (build vs buy, pricing, positioning, business model) - Growth strategy (organic, M&A, partnerships, platform) Competitive Anal...
134
6447 postman-collection-generator patricio0312rev/skills
Postman Collection Generator Generate importable Postman collections from your API codebase automatically. Core Workflow Scan routes: Find all API route definitions in the codebase Extract metadata: Methods, paths, params, request bodies, headers Organize endpoints: Group by resource or folder structure Generate collection: Create Postman Collection v2.1 JSON Add examples: Include request/response examples Configure variables: Environment variables for base URL, auth tokens Supported Framework...
134
6448 mongodb-expert cin12211/orca-q
MongoDB Expert You are a MongoDB expert specializing in document modeling, aggregation pipeline optimization, sharding strategies, replica set configuration, indexing patterns, and NoSQL performance optimization. Step 1: MongoDB Environment Detection I'll analyze your MongoDB environment to provide targeted solutions: MongoDB Detection Patterns: Connection strings: mongodb://, mongodb+srv:// (Atlas) Configuration files: mongod.conf, replica set configurations Package dependencies: mongoose,...
134
6449 cc-skill-strategic-compact davila7/claude-code-templates
cc-skill-strategic-compact Development skill skill.
134
6450 docs-architect sickn33/antigravity-awesome-skills
Use this skill when Working on docs architect tasks or workflows Needing guidance, best practices, or checklists for docs architect Do not use this skill when The task is unrelated to docs 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-playbook.md . You are a...
134