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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,390
总 Skills
87.2M
总安装量
2,570
贡献者
# Skill 仓库 描述 安装量
24101 feedback-application qodex-ai/ai-agent-skills
Review Feedback Implementation Systematically process and implement changes based on code review feedback. When to Use Provides reviewer comments or feedback Pastes PR review notes Mentions implementing review suggestions Says "address these comments" or "implement feedback" Shares list of changes requested by reviewers Systematic Workflow 1. Parse Reviewer Notes Identify individual feedback items: Split numbered lists (1., 2., etc.) Handle bullet points or unnumbered feedback Extract distinct c...
35
24102 ascendc ascend-ai-coding/awesome-ascend-skills
AscendC Transformer 算子开发 指导 Agent 按现有模式开发/修改 AscendC 的 FFN、GMM、MoE 类算子及对应 CANN aclnn_* 示例。 具体约定与代码模板见同目录下 references/ ;执行任务前请先通读本 SKILL.md,再按「References 索引」打开对应文档。 如何读取本 Skill(能力与使用方式) 本 skill 能做什么 :在 ops-transformer 工程中新增/修改 AscendC 算子(op_host、tiling、infershape、op_kernel)、Matmul/Cube 调用、以及 aclnn 示例与单测;所有约定与模板集中在 references/ 中,本文件提供索引与工作流。 推荐读取顺序 :① 本 SKILL.md 全文(When to Use、References 索引、Overall Workflow、各 Step);② 根据当前任务从「References 索引」表打开对应 references/0X-*.md ;③ 以 CANN 官方文档与 references 中的「官方文档...
35
24103 review-recipient qodex-ai/ai-agent-skills
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
35
24104 agent-discordbot devxoul/agent-messenger
Agent DiscordBot A TypeScript CLI tool that enables AI agents and humans to interact with Discord servers using bot tokens. Unlike agent-discord which extracts user tokens from the desktop app, agent-discordbot uses standard Discord Bot tokens for server-side and CI/CD integrations. Quick Start Set your bot token agent-discordbot auth set your-bot-token Verify authentication agent-discordbot auth status Send a message agent-discordbot message send 1234567890123456789 "Hello from bot!" List c...
35
24105 email-imap-full-fetch tiangong-ai/skills
Email IMAP Full Fetch Core Goal Fetch one target email by stable message reference from IMAP. Enforce lookup order: HEADER Message-Id exact match first, then uid fallback. Download full raw MIME via BODY.PEEK[] . Parse and return headers, full text body, html body, and attachment metadata. Save .eml and attachment files to disk with filename safety and idempotent indexing. Standard Flow Input must include message_id_norm from stage-1 routing output ( mail_ref.message_id_norm ). Use fetch --messa...
35
24106 postgres-query-expert ratacat/claude-skills
This skill is a definitive reference for PostgreSQL 16, covering query construction, optimization, schema management, and system introspection. Instructions 1. General Query Standards - Syntax: Adhere to ANSI SQL standards, but prefer PostgreSQL extensions (e.g., `DISTINCT ON`, `RETURNING`, `LATERAL`, `FILTER` clauses) when they provide cleaner logic or better performance. - Identifiers: Use `snake_case` for all identifiers. Only quote identifiers (`"MyTable"`) if absolutely necessary; pre...
35
24107 faq-generator dmccreary/claude-skills
FAQ Generator Generate comprehensive, categorized FAQs from textbook content and chatbot-ready JSON exports. Place the FAQs into the file docs/faq.md. Log the results of the session to logs/faq.md . Purpose This skill automates FAQ creation for intelligent textbooks by analyzing course content, learning graphs, and glossary terms to generate relevant questions and answers. The skill organizes questions by category and difficulty, ensures Bloom's Taxonomy distribution across cognitive levels, p...
35
24108 renewal-manager ncklrs/startup-os-skills
Renewal Manager Strategic renewal management expertise for Customer Success teams — from forecasting and pipeline management to negotiation tactics, expansion attachment, and competitive defense. Philosophy Renewals are not administrative events — they are strategic growth moments . The renewal is when you convert proven value into predictable revenue and expanded partnerships. The best renewal managers: Start early, finish early — Renewal conversations begin at onboarding Prove value continuous...
35
24109 gallery-manage forever-efficient/pitfal-solutions-website
Gallery Management Manage local gallery content before uploading to S3. Arguments $ARGUMENTS - Command to execute: list , create , validate , organize , or stats Commands List Galleries Show all local galleries and their status: ls -la content/galleries/ Create New Gallery Create a properly structured gallery folder: GALLERY_ID = $1 e.g., "portrait-002" CATEGORY = $2 brands, portraits, events, custom mkdir -p content/galleries/ $GALLERY_ID / { originals,processed,thumbnails,blur } Create gall...
35
24110 operations travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
35
24111 sam-cell-seg letta-ai/skills
SAM Cell Segmentation Skill This skill provides guidance for tasks involving SAM (Segment Anything Model) based cell segmentation, mask processing, and polygon conversion pipelines. Task Characteristics This skill applies to tasks that involve: Using MobileSAM or SAM models for image segmentation Converting binary masks to polygon/polyline representations Processing CSV files containing coordinate data Building command-line tools for deep learning inference pipelines Cell or object segmentation ...
35
24112 kicad-file-format o2scale/electronics-agent-kit
KiCad File Format Reference Complete reference for KiCad 8.x S-expression file formats. KiCad uses Lisp-style S-expressions for all file formats. Files are human-readable and text-based. 1. S-Expression Basics Syntax ( keyword value ) ( keyword ( nested value ) ) ( keyword ( child1 value ) ( child2 value ) ) Common Patterns Coordinates: (at x y angle) or (xy x y) UUIDs: (uuid "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx") Strings: "quoted string" or unquoted_identifier Numbers: 1.234 (always decimal, n...
35
24113 threat-model-generator patricio0312rev/skills
Threat Model Generator Systematically identify and mitigate security threats. STRIDE Methodology S - Spoofing: Impersonating someone/something T - Tampering: Modifying data or code R - Repudiation: Claiming you didn't do something I - Information Disclosure: Exposing protected information D - Denial of Service: Making system unavailable E - Elevation of Privilege: Gaining unauthorized permissions Asset Identification interface Asset { name : string ; type : "data" | "service" | "user" | "infrast...
35
24114 scientific-figure-assembly htlin222/dotfiles
Scientific Figure Assembly (R-based) Create publication-ready multi-panel figures using R packages (patchwork, cowplot) with professional panel labels (A, B, C, D) at 300 DPI resolution. ⚠️ IMPORTANT : This workflow uses R for figure assembly. For meta-analysis projects, all figures should be generated and assembled in R. When to Use Combining multiple plots into a single multi-panel figure for publication Adding panel labels (A, B, C) to existing figures Ensuring figures meet journal requiremen...
35
24115 doc-prd-reviewer vladm3105/aidoc-flow-framework
doc-prd-reviewer DEPRECATED (2026-03-02) : This skill has been merged into doc-prd-audit as part of the 2-skill model standardization. Use doc-prd-audit for all PRD review needs. This file is retained for reference only. Replacement : /doc-prd-audit Migration : No action required. Simply use doc-prd-audit instead of this skill. Legacy Documentation (Reference Only) Purpose Comprehensive content review and quality assurance for Product Requirements Documents (PRD). This skill performs deep conten...
35
24116 skill-creator mgechev/skills-best-practices
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...
35
24117 agent-reviews pbakaus/agent-reviews
Automatically review, fix, and respond to findings from PR review bots on the current PR. Uses a deterministic two-phase workflow: first fix all existing issues, then poll once for new ones. Path note: All scripts/agent-reviews.js references below are relative to this skill's directory (next to this SKILL.md file). Run them with node . Phase 1: FETCH & FIX (synchronous) Step 1: Identify Current PR gh pr view --json number,url,headRefName If no PR exists, notify the user and exit. Step 2: Fetch A...
35
24118 docker teachingai/full-stack-skills
Docker Containerization Skill Summary Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems. When to Use Local Development: Consistent dev environments across team members CI/CD Pipelines: Reproducible build and test environments Microservices: Isolated services with independent scaling Production Deploym...
35
24119 pipeline-model-architecture tencentblueking/bk-ci
BK-CI 流水线核心模型 (Model) 架构详解 Skill 概述 Skill 名称: Pipeline Model Architecture 适用场景: 理解和操作 BK-CI 流水线的核心数据结构 重要性: ⭐⭐⭐⭐⭐ (最高优先级) 文档版本: 2.0 最后更新: 2024-12 Model 是整个 BK-CI 流水线系统的核心数据模型,定义了流水线在内部系统中的完整数据结构。所有流水线相关的业务逻辑(创建、编辑、执行、调度、监控)都围绕这个模型展开。 为什么 Model 如此重要? 数据载体: Model 是流水线配置的唯一数据载体,前端编排、后端存储、构建执行都依赖它 版本控制: 每次流水线修改都会生成新版本的 Model 构建快照: 每次构建都会保存 Model 快照,支持历史回溯和重试 跨系统通信: API 接口、微服务间通信都以 Model 为核心数据结构 扩展基础: 新增流水线功能(如新插件类型)必须理解 Model 架构 一、Model 架构概览 1.1 核心层次结构 Model 采用四层嵌套的树状结构,完整描述了一个流水线的组织方式: Model (...
35
24120 k8s ionfury/homelab
ACCESSING CLUSTERS CRITICAL: Always prefix kubectl/flux commands with inline KUBECONFIG assignment. Do NOT use export or && - the variable must be set in the same command: CORRECT - inline assignment KUBECONFIG =~ /.kube/ < cluster > .yaml kubectl get pods WRONG - export with && breaks in some shell contexts export KUBECONFIG =~ /.kube/ < cluster > .yaml && kubectl get pods Cluster Context CRITICAL: Always confirm cluster before running commands. Cluster Purpose Kubeconfig dev Manual testing ~...
35
24121 skill-creator snyk/agent-scan
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...
35
24122 tikhub-api-helper tiendatne2004/tikhub_api_skill
TikHub API Helper A skill to help users search, find, and call TikHub API endpoints for social media data. Quick Start When a user asks about TikHub API or wants to fetch social media data: Search for relevant APIs using the searcher script Show the user available options with parameters Call the API with appropriate parameters Return formatted results to the user Available Scripts API Searcher - api_searcher.py Search and find relevant TikHub API endpoints. Search by keyword python api_searche...
35
24123 domain-driven-design bfollington/terma
Domain-Driven Design Framework Framework for tackling software complexity by modeling code around the business domain. Based on a fundamental truth: the greatest risk in software is not technical failure -- it is building a model that does not reflect how the business actually works. Core Principle The model is the code; the code is the model. Software should embody a deep, shared understanding of the business domain. When domain experts and developers speak the same language and that language i...
35
24124 managing-tauri-app-resources dchuk/claude-code-tauri-skills
Managing Tauri App Resources App Icons Icon Generation Generate all platform-specific icons from a single source file: cargo tauri icon Default: ./app-icon.png cargo tauri icon ./custom.png -o ./icons Custom source/output cargo tauri icon --ios-color "000000" iOS background color Source requirements: Squared PNG or SVG with transparency. Generated Formats Format Platform icon.icns macOS icon.ico Windows *.png Linux, Android, iOS Configuration { "bundle" : { "icon" : [ "icons/32x32.png" , "ico...
35
24125 generic-design-system travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
35
24126 gccli badlogic/pi-skills
Command-line interface for Google Calendar operations. Installation ``` npm install -g @mariozechner/gccli ``` Setup Google Cloud Console (one-time) - [Create a new project](https://console.cloud.google.com/projectcreate) (or select existing) - [Enable the Google Calendar API](https://console.cloud.google.com/apis/api/calendar-json.googleapis.com) - [Set app name](https://console.cloud.google.com/auth/branding) in OAuth branding - [Add test users](https://console.cloud.google.com/aut...
35
24127 animation principles - intermediate dylantarre/animation-principles
Combining Principles for Stronger Animation You can apply individual principles. Now learn to weave them together and understand their interdependencies. Principle Synergies Squash/Stretch + Timing Volume preservation is key. Faster motion = more stretch. The timing dictates the degree. A 2-frame anticipation needs less squash than a 6-frame one. Anticipation + Follow Through These are mirrors. Anticipation magnitude should roughly match follow through. Big wind-up = big settle. They create rhyt...
35
24128 hookdeck-event-gateway hookdeck/webhook-skills
Hookdeck Event Gateway The Event Gateway is a webhook proxy and durable message queue that sits between webhook providers and your application. Providers send webhooks to Hookdeck, which guarantees ingestion, queues events, and delivers them to your app with automatic retries and rate limiting. Your webhook handler just does the business logic — no need to build your own queue infrastructure. ┌──────────────┐ ┌─────────────────────────┐ ┌──────────────┐ │ Provider │────▶│ Hookdeck ...
35
24129 flutter-firebase dhruvanbhalara/skills
Firebase Setup Use firebase_core for initialization — call Firebase.initializeApp() before runApp() Use flutterfire configure for platform-specific setup Use separate Firebase projects per flavor (see app-config skill) Register Firebase services via injectable for consistent DI Authentication Use firebase_auth for user management Wrap all auth calls in an AuthRepository — no direct FirebaseAuth usage in BLoCs or UI Support email/password, Google Sign-In, and Apple Sign-In at minimum Handle auth ...
35
24130 electron vercel-labs/vercel-skills
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
35
24131 animation principles - quick start dylantarre/animation-principles
12 Animation Principles in 5 Minutes The Disney animators codified these principles in the 1930s. They still define quality animation today. The Principles (30 seconds each) 1. Squash and Stretch Objects compress on impact, elongate in motion. A bouncing ball flattens when it hits ground. Gives life and flexibility. 2. Anticipation Wind-up before action. Crouch before jump. Arm back before throw. Prepares the viewer for what's coming. 3. Staging Present ideas clearly. One idea per shot. The view...
35
24132 kotlin-patterns ashchupliak/dream-team
Kotlin Development Patterns Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications. When to Use Writing new Kotlin code Reviewing Kotlin code Refactoring existing Kotlin code Designing Kotlin modules or libraries Configuring Gradle Kotlin DSL builds How It Works This skill enforces idiomatic Kotlin conventions across seven key areas: null safety using the type system and safe-call operators, immutability via val and copy() on data classes, seal...
35
24133 doc-sys vladm3105/aidoc-flow-framework
doc-sys Purpose Create System Requirements (SYS) documents - Layer 6 artifact in the SDD workflow that defines technical system requirements including functional capabilities and quality attributes. Layer : 6 Upstream : BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5) Downstream Artifacts : REQ (Layer 7), Code (Layer 13) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST: List existing upstream artifacts : ls docs/01_BRD/ doc...
35
24134 sf-lwc jaganpro/claude-code-sfskills
Expert frontend engineer specializing in Lightning Web Components for Salesforce. Generate production-ready LWC components using the PICKLES Framework for architecture, with proper data binding, Apex/GraphQL integration, event handling, SLDS 2 styling, and comprehensive Jest tests. Core Responsibilities - Component Scaffolding: Generate complete LWC bundles (JS, HTML, CSS, meta.xml) - PICKLES Architecture: Apply structured design methodology for robust components - Wire Service Patterns: Im...
35
24135 stripe-automation davepoon/buildwithclaude
Stripe Automation via Rube MCP Automate Stripe payment operations through Composio's Stripe toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/stripe Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Stripe connection via RUBE_MANAGE_CONNECTIONS with toolkit stripe 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 endpoin...
35
24136 csv-processor jeremylongshore/claude-code-plugins-plus-skills
CSV Processor Skill Parse, transform, and analyze CSV files with advanced data manipulation capabilities. Instructions You are a CSV processing expert. When invoked: Parse CSV Files : Auto-detect delimiters (comma, tab, semicolon, pipe) Handle different encodings (UTF-8, Latin-1, Windows-1252) Process quoted fields and escaped characters Handle multi-line fields correctly Detect and use header rows Transform Data : Filter rows based on conditions Select specific columns Sort and group data Merge...
35
24137 agentbox-bootstrap cascade-protocol/agentbox
AgentBox Operating Instructions You are running on a dedicated AgentBox agent - a single-tenant cloud instance with OpenClaw gateway, HTTPS, web terminal, and a Solana wallet for x402 micropayments. Services Service Port Managed by OpenClaw gateway :18789 (loopback) openclaw gateway restart Caddy (HTTPS reverse proxy) :443 sudo systemctl restart caddy ttyd (web terminal) :7681 (loopback) sudo systemctl restart ttyd Caddy routes HTTPS traffic to the gateway and terminal. Do NOT modify Caddy or sy...
35
24138 capability-assessment qodex-ai/ai-agent-skills
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
35
24139 mobile htlin222/dotfiles
Mobile Development Build cross-platform mobile applications. When to Use React Native development Flutter development Mobile performance issues Native module integration App store deployment React Native Component Structure import React , { useState , useCallback } from "react" ; import { View , Text , TouchableOpacity , StyleSheet } from "react-native" ; interface Props { title : string ; onPress : ( ) => void ; } export function Button ( { title , onPress } : Props ) { const [ pressed , setPre...
35
24140 platform-product-manager ncklrs/startup-os-skills
Platform Product Manager Strategic product management expertise for API-first and developer-focused platforms — from API design and developer experience to ecosystem building and platform metrics. Philosophy Great platform products aren't about features. They're about making developers successful . The best API and platform products: Developer experience is product experience — DX is your primary differentiator APIs are user interfaces — Design them with the same care as visual UIs Documentation...
35
24141 cloudformation teachingai/full-stack-skills
AWS CloudFormation AWS CloudFormation provisions and manages AWS resources using templates. Define infrastructure as code, version control it, and deploy consistently across environments. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Templates JSON or YAML files defining AWS resources. Key sections: Parameters: Input values Mappings: Static lookup tables Conditions: Conditional resource creation Resources: AWS resources ...
35
24142 atomic-design-quarks thebushidocollective/han
Atomic Design: Quarks Master the creation and organization of quarks - the sub-atomic design tokens and primitive values that form the foundation of your design system. Quarks are the smallest building blocks that atoms consume. What Are Quarks? Quarks extend Brad Frost's Atomic Design methodology by adding a level below atoms. While atoms are the smallest UI components, quarks are the smallest design values - the raw materials from which atoms are built. Quarks are: Primitive Values: Color...
35
24143 wellally-tech huifer/wellally-health
Integrate multiple digital health data sources, connect to [WellAlly.tech](https://www.wellally.tech/) knowledge base, providing data import and knowledge reference for personal health management systems. Core Features 1. Digital Health Data Import - Apple Health (HealthKit): Export XML/ZIP file parsing - Fitbit: OAuth2 API integration and CSV import - Oura Ring: API v2 data synchronization - Generic Import: CSV/JSON file import with field mapping 2. WellAlly.tech Knowledge Base Integr...
35
24144 grant-proposal-builder travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
35
24145 skill-review ovachiever/droid-tings
Skill Review Skill Process Invoke: /review-skill <skill-name> or use this skill when detecting outdated patterns Production evidence: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0 9-Phase Audit Pre-Review: Install skill, check version/date, test discovery Standards: Validate YAML, keywords, third-person style, directory structure Official Docs: WebFetch/Context7 verify API patterns, GitHub upda...
35
24146 bruno-endpoint-creation steveclarke/dotfiles
Bruno REST API Endpoint Creation Command Expert REST API Endpoint Configuration for Bruno As a REST API expert, when creating Bruno endpoints, follow these proven patterns for professional API testing and documentation: 1. Environment Configuration Best Practices Development Environment (Local.bru): vars { baseUrl: http://localhost:3001 linkId: apiKey: dev_api_key_change_in_production } Production/Staging Environments: vars { baseUrl: https://api.yourdomain.com linkId: } vars:s...
35
24147 sentry-skill julianobarbosa/claude-code-skills
Sentry Skill Comprehensive guide for error monitoring, performance tracking, and application observability using Sentry. Quick Reference DSN (Data Source Name) The DSN is the unique identifier for your Sentry project: https://<PUBLIC_KEY>@<HOST>/<PROJECT_ID> Example: https://abc123@o123456.ingest.sentry.io/1234567 Core Concepts Concept Description Event Single instance of data sent to Sentry (error, transaction, etc.) Issue Group of similar events deduplicated by fingerprint Transaction Performa...
35
24148 qwen-image agentbay-ai/agentbay-skills
Qwen Image Generate high-quality images using Alibaba Cloud's Qwen Image API (通义万相). Usage Generate an image (returns URL only): uv run { baseDir } /scripts/generate_image.py --prompt "一副典雅庄重的对联悬挂于厅堂之中" --size "1664*928" --api-key sk-xxx Generate and save locally: uv run { baseDir } /scripts/generate_image.py --prompt "一副典雅庄重的对联悬挂于厅堂之中" --size "1664*928" --api-key sk-xxx With custom model: Support qwen-image-max-2025-12-30 qwen-image-plus-2026-01-09 qwen-image-plus uv run { baseDir } /scripts/ge...
35
24149 netease-slides api/git
No SKILL.md available for this skill. View on GitHub
35
24150 bmad-architecture-design bacoco/bmad-skills
Architecture Design Skill When to Invoke Automatically activate when user: Says "How should we build this?", "What's the architecture?" Asks "Tech stack?", "System design?", "How to architect?" Mentions "architecture", "technical decisions", "stack" PRD and epics are approved (Phase 3) Uses words like: architecture, tech stack, design, system, build, technical Specific trigger phrases: "How should we build this?" "What's the architecture?" "Choose tech stack" "System design for [project]" "Techn...
35