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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
19701 typo3-datahandler dirnbauer/webconsulting-skills
Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All code examples in this skill are designed to work on both TYPO3 v13 and v14. 1. The Prime Directive NEVER use raw SQL (`INSERT`, `UPDATE`, `DELETE`) for `pages`, `tt_content`, or any TCA-configured table. You MUST use the `DataHandler` to ensure: - Reference Index updates (`sys_refindex`) - Cache clearing - Version history (`sys_history`) - Workspace compatibility - PSR-14 event dispatching - FlexForm handling - MM relation manag...
45
19702 update-allowed-tools vinta/hal-9000
Overview Analyzes a skill's full content -- SKILL.md and any sibling files in the same directory -- to find tools it references or requires, then compares against the skill's allowed-tools frontmatter to find missing entries. Usage /update-allowed-tools <skill name> /update-allowed-tools @path/to/SKILL.md Instructions Parse argument : The argument is either a file path to a SKILL.md file, or a skill name/description. If no file path is provided, search for the skill using Glob — first in the cur...
45
19703 next-upgrade vercel-labs/vercel-skills
Upgrade Next.js Upgrade the current project to the latest Next.js version following official migration guides. Instructions Detect current version: Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide: Use WebFetch to get the official upgrade documentation: Codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods Version-specific guides (adjust version as needed): https://nextjs.o...
45
19704 agentdb advanced features proffesor-for-testing/agentic-qe
AgentDB Advanced Features What This Skill Does Covers advanced AgentDB capabilities for distributed systems, multi-database coordination, custom distance metrics, hybrid search (vector + metadata), QUIC synchronization, and production deployment patterns. Enables building sophisticated AI systems with sub-millisecond cross-node communication and advanced search capabilities. Performance : <1ms QUIC sync, hybrid search with filters, custom distance metrics. Prerequisites Node.js 18+ AgentDB v1.0....
45
19705 apache-airflow-orchestration manutej/luxor-claude-marketplace
Apache Airflow Orchestration A comprehensive skill for mastering Apache Airflow workflow orchestration. This skill covers DAG development, operators, sensors, task dependencies, dynamic workflows, XCom communication, scheduling patterns, and production deployment strategies. When to Use This Skill Use this skill when: Building and managing complex data pipelines with task dependencies Orchestrating ETL/ELT workflows across multiple systems Scheduling and monitoring batch processing jobs Coor...
45
19706 gh-fix-ci tech-leads-club/agent-skills
Gh Pr Checks Plan Fix Overview Use gh to locate failing PR checks, fetch GitHub Actions logs for actionable failures, summarize the failure snippet, then propose a fix plan and implement after explicit approval. If a plan-oriented skill (for example create-plan ) is available, use it; otherwise draft a concise plan inline and request approval before implementing. Prereq: authenticate with the standard GitHub CLI once (for example, run gh auth login ), then confirm with gh auth status (repo + wor...
45
19707 writing-go-tests sammcj/agentic-coding
Go Testing Best Practices This skill provides actionable testing guidelines. For detailed implementation patterns, code examples, rationale, and production system references, consult go-testing-best-practices.md . When Working with Go Tests Always apply these current best practices: 1. Test Organisation Place test files alongside source code using *_test.go naming Use internal tests (same package) for unit testing unexported functions Use external tests ( package foo_test ) for integration testi...
45
19708 git-review jssfy/k-skills
Git Review — 工作复盘工具 分析当前 git 仓库指定时间范围内的所有 commits,生成结构化的工作复盘报告。适用于代码、文档、设计、调研等任何 git 管理的内容。 When to Use 当用户请求以下操作时触发: "复盘一下" / "今天做了什么" / "工作总结" "review commits" / "git 回顾" / "daily review" "这周干了什么" / "最近3天的工作" / "retrospective" 任何涉及回顾 git 提交历史并进行分析的请求 Phase 0: 解析输入 — 确定时间范围 根据用户输入确定分析的时间范围: 默认值 :昨天 22:00 到当前时间(覆盖跨午夜的工作段) 自然语言映射 : 用户输入 --after --before 今天 / today 今天 00:00 now 昨天 / yesterday 昨天 00:00 昨天 23:59 这周 / this week 本周一 00:00 now 最近N天 / last N days N天前 00:00 now 具体日期 (如 2月20日) 该日 00:00 该日...
45
19709 mikrotik-routeros-rsc alexandre-machado/ai-stuffs
Skill: RouterOS .rsc This skill guides the creation, editing, and review of RouterOS (.rsc) scripts with safe and idempotent patterns, plus validation before import. Quick workflow Define script objective and scope. Apply idempotent patterns (see References). Validate syntax and risks with the linter (scripts/lint_rsc.py). Test import with dry-run and on-error . Import in a controlled manner to production. Essential practices Prefer find where ... + conditionals before add / set . Avoid broad po...
45
19710 local-dev basedhardware/omi
Start Local Development Environment Start the backend server, macOS app, or Flutter mobile app for local development. Usage Run /local-dev to start both the backend and macOS app, or: /local-dev backend - start backend only /local-dev app - build and run the macOS app (debug mode) /local-dev app --clean - clean build and run (forces Swift recompilation) /local-dev app --release - build and run in release mode /local-dev mobile - run Flutter app in iOS simulator (dev flavor, dev backend) /local-d...
45
19711 component-version-upgrade terrylica/cc-skills
Component Version Upgrade Upgrade individual components of the TTS + Telegram bot stack without rebuilding the entire system. Platform : macOS (Apple Silicon) When to Use This Skill User wants to upgrade Kokoro TTS engine, Python dependencies, or the model User wants to update bot dependencies (Bun packages) User wants to refresh tts_generate.py from the plugin bundle User wants to bump the Bun runtime version Requirements uv installed ( brew install uv ) mise installed and configured Internet c...
45
19712 asc-screenshots keremerkan/asc-screenshots
App Store Screenshots Generator Overview Build a Next.js page that renders App Store screenshots for iPhone and iPad as advertisements (not UI showcases) and exports them via html-to-image at Apple's required resolutions. Uses FrameMe to composite app screenshots into official Apple device bezels with pixel-perfect accuracy (including Dynamic Island). Screenshots are the single most important conversion asset on the App Store. Core Principle Screenshots are advertisements, not documentation. Eve...
45
19713 kubernetes-architect rmyndharis/antigravity-skills
You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. Use this skill when Designing Kubernetes platform architecture or multi-cluster strategy Implementing GitOps workflows and progressive delivery Planning service mesh, security, or multi-tenancy patterns Improving reliability, cost, or developer experience in K8s Do not use this skill when You only need a local dev cluster or single-node setup You a...
45
19714 publish-x-article heyvhuang/ship-faster
Publish X Article Publish Markdown content to X (Twitter) Articles editor, preserving formatting with rich text conversion. Automatically handles X Premium limitations by converting unsupported elements to images. Credits This skill is inspired by and based on wshuyi/x-article-publisher-skill. Thank you to the original author for the foundational work. Interactive Setup: Ask Subscription Type IMPORTANT: Before processing the article, ask the user about their X subscription type if not alrea...
45
19715 godot-genre-racing thedivergentai/gd-agentic-skills
Genre: Racing Expert blueprint for racing games balancing physics, competition, and sense of speed. NEVER Do NEVER rigid camera attachment — Camera locked to car causes motion sickness. Use lerp with slight delay for smooth follow. NEVER skip sense of speed — Increase FOV as speed increases, add camera shake, wind lines, motion blur. Tunnel vision breaks immersion. NEVER make physics overly realistic — "Floaty" arcade feel is often more fun than simulation. Increase gravity 2-3x, adjust wheel fr...
45
19716 linear-history finesssee/linear-cli
Issue History View issue activity linear-cli hist issue LIN-123 linear-cli hist issue LIN-123 --output json With pagination linear-cli hist issue LIN-123 --limit 50 linear-cli hist issue LIN-123 --all Flags Flag Purpose --limit N Max entries --all Fetch all --output json JSON output
45
19717 release madappgang/claude-code
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
45
19718 investor relations eddiebe147/claude-settings
Investor Relations Manage investor communications and fundraising processes professionally. From pitch decks to investor updates, build and maintain strong investor relationships. Core Workflows Workflow 1: Fundraising Prep Materials - Create pitch deck and data room Story - Craft compelling narrative Financials - Prepare projections and metrics Target List - Research and prioritize investors Outreach - Warm intros and cold outreach Workflow 2: Investor Updates Metrics - Compile key performance ...
45
19719 calendar sundial-org/awesome-openclaw-skills
Calendar 📅 Calendar and scheduling management. Features Create events Schedule meetings Set reminders View availability Recurring events Calendar sync Supported Providers Google Calendar Apple Calendar Outlook Calendar Usage Examples "Schedule meeting tomorrow at 2pm" "Show my calendar for this week" "Find free time for a 1-hour meeting"
45
19720 linear-uploads finesssee/linear-cli
Linear Uploads Download attachments and images from Linear issues using linear-cli . Download to File Download image/attachment to file linear-cli up fetch "https://uploads.linear.app/..." -f image.png Download to temp directory linear-cli up fetch "https://uploads.linear.app/..." -f /tmp/screenshot.png Output to Stdout Pipe to other tools linear-cli up fetch "https://uploads.linear.app/..." | base64 Redirect to file linear-cli up fetch "https://uploads.linear.app/..." > file.png Finding Upl...
45
19721 erpnext-api-patterns openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext API Patterns API Type Decision Tree What do you want to achieve? │ ├─► CRUD operations on documents │ └─► REST API: /api/resource/{doctype} │ ├─► Call custom business logic │ └─► RPC API: /api/method/{path} │ ├─► Notify external systems on events │ └─► Configure Webhooks │ └─► Client-side server calls (JavaScript) └─► frappe.call() or frappe.xcall() Quick Reference Authentication Headers Token Auth (RECOMMENDED for integrations) headers = { 'Authorization' : 'token api_key:api_sec...
45
19722 deep-research wshuyi/deep-research
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
45
19723 literature-review ovachiever/droid-tings
Literature Review Overview Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats. This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and do...
45
19724 content-research nicepkg/ai-workflow
Content Research & Creation Create authentic, research-backed content that sounds human-written AND is optimized to appear in AI search results (Perplexity, ChatGPT, Claude, Gemini). Core Workflow RESEARCH → EXPERTS → IDEATION → CREATION → AIO ↓ ↓ ↓ ↓ ↓ Trends Real Unique Authentic AI-Citable & Data People Angles Content Structure Always complete phases in order. Never skip research. Always apply AIO principles. Why AI Search ...
45
19725 fal-generate ilkerzg/agent-skills
fal.ai Generate Generate images and videos using state-of-the-art AI models on fal.ai. Scripts Script Purpose generate.sh Generate images/videos (queue-based) upload.sh Upload local files to fal CDN search-models.sh Search and discover models get-schema.sh Get OpenAPI schema for any model Queue System (Default) All requests use the queue system by default for reliability: User Request → Queue Submit → Poll Status → Get Result ↓ request_id Benefits: Long-running tasks (video) won't timeout Can ch...
45
19726 nodejs-expert personamanagmentlayer/pcl
Nodejs Expert nestjs core module guidelines When reviewing or writing code, apply these guidelines: Global filters for exception handling. Global middlewares for request management. Guards for permission management. Interceptors for request management. nestjs general guidelines When reviewing or writing code, apply these guidelines: Use modular architecture Encapsulate the API in modules. One module per main domain/route. One controller for its route. And other controllers for secondary routes. ...
45
19727 runway-ml 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 [待完善:根据具体工具添加关键词]
45
19728 rails-dev pproenca/dot-skills
Community Ruby on Rails Development Best Practices Comprehensive performance and maintainability optimization guide for Ruby on Rails applications, maintained by Community. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Rails controllers, models, or views Optimizing ActiveRecord queries and database access patterns Implementing caching strategies (fragment, Russian doll, l...
45
19729 streak vm0-ai/vm0-skills
Streak CRM Streak is a CRM built entirely inside Gmail. Use this skill to manage pipelines, boxes (deals), contacts, organizations, tasks, and email threads via the Streak API. Official docs: https://streak.readme.io/reference When to Use Use this skill when you need to: Manage sales pipelines and deal stages Track leads, contacts, and organizations Associate email threads with deals Create tasks and comments on deals Search across boxes, contacts, and organizations Prerequisites Install th...
45
19730 internal memo creator eddiebe147/claude-settings
Internal Memo Creator The Internal Memo Creator skill helps you craft clear, professional internal memos for company communication. Whether you're documenting a policy change, sharing important information, requesting action, or communicating decisions, this skill ensures your memo is well-structured, appropriately toned, and achieves its communication objectives. This skill understands that memos serve as official internal documentation. They need to be clear, professional, and create a paper t...
45
19731 langchain-init laurigates/claude-plugins
/langchain:init Initialize a new LangChain TypeScript project with optimal configuration for building AI agents. Context Detect the environment: node --version - Node.js version which bun - Check if Bun is available Parameters Parameter Description Default project-name Name of the project directory Required Execution 1. Create Project Directory mkdir -p $1 && cd $1 2. Initialize Package If Bun is available: bun init -y Otherwise: npm init -y 3. Install Dependencies Core packages: Package manage...
45
19732 rfp-response guia-matthieu/clawfu-skills
RFP Response Transform complex RFP requirements into winning proposals through systematic analysis, compliant structure, and compelling differentiation. When to Use This Skill Responding to formal RFPs/RFIs Creating proposal templates Developing win themes Compliance matrix creation Executive summary writing Methodology Foundation Based on Shipley Associates Proposal Management and APMP best practices , combining: Capture management principles Compliance-first structuring Win theme development E...
45
19733 postgresql itechmeat/llm-code
PostgreSQL Table Design Use this skill when Designing a schema for PostgreSQL Selecting data types and constraints Planning indexes, partitions, or RLS policies Reviewing tables for scale and maintainability Do not use this skill when You are targeting a non-PostgreSQL database You only need query tuning without schema changes You require a DB-agnostic modeling guide Instructions Capture entities, access patterns, and scale targets (rows, QPS, retention). Choose data types and constraints that e...
45
19734 community manager eddiebe147/claude-settings
Community Manager Manage online communities with engagement strategies, moderation, and relationship building When to Use This Skill Use this skill when you need to: Enhance team collaboration Improve stakeholder engagement Facilitate clear dialogue Not recommended for: Tasks requiring technical development data analysis Quick Reference Action Command/Trigger Create community manager community management Review and optimize review community manager Get best practices community manager best pract...
45
19735 oh-ut-generator openharmonyinsight/openharmony-skills
OpenHarmony Unit Test Generator Overview Generate comprehensive C++ unit tests for OpenHarmony code following HWTEST_F framework conventions. Key Features Automatic Test Generation : Create test cases for normal/exception/boundary scenarios Mock Object Support : Mock class creation and EXPECT_CALL/ON_CALL setup BUILD.gn Configuration : Automatic dependency matching with source files Coverage Optimization : 75% minimum coverage, targeting 85%+ Code Style Consistency : Maintains consistency with e...
45
19736 podcast-marketing openclaudia/openclaudia-skills
Content: Podcast Guides podcast strategy, content creation, distribution, marketing, and SEO. Podcasts compete in a crowded space (3M+ active shows, 500M+ listeners globally); discoverability is the primary challenge. Discovery channels: ~32% search engines, ~28% podcast apps, ~24% social media, ~16% word-of-mouth. 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 ...
45
19737 game-assets-team ccalebcarter/purria-skills
Game Assets Team A virtual SME team for game asset design, creation, implementation, and optimization. Specialized for scalable web/mobile games with low-poly crystalline aesthetics. Team Roles & Expertise Role Responsibilities Art Director Visual style, consistency, brand identity Concept Artist Initial designs, mood boards, style exploration UI/UX Designer Interface elements, iconography, HUD components Technical Artist Optimization, formats, performance, pipelines Motion Designer Animation ...
45
19738 rails-developer dengineproblem/agents-monorepo
Ruby on Rails Developer Expert in Ruby on Rails development with focus on Rails 8, Hotwire, and the Solid Trifecta stack. Core Principles stack_philosophy : framework : "Rails 8" database : "SQLite3 (production-ready)" background_jobs : "SolidQueue" websockets : "SolidCable" caching : "SolidCache" frontend : "Hotwire (Turbo + Stimulus)" styling : "Tailwind CSS" code_conventions : naming : files : "snake_case" methods : "snake_case" classes : "CamelCase" constants : "SCREAMING_SNAKE_CASE" structu...
45
19739 statistics-verifier travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
45
19740 pptx netease-youdao/lobsterai
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
45
19741 reasoningbank intelligence proffesor-for-testing/agentic-qe
ReasoningBank Intelligence What This Skill Does Implements ReasoningBank's adaptive learning system for AI agents to learn from experience, recognize patterns, and optimize strategies over time. Enables meta-cognitive capabilities and continuous improvement. Prerequisites agentic-flow v1.5.11+ AgentDB v1.0.4+ (for persistence) Node.js 18+ Quick Start import { ReasoningBank } from 'agentic-flow$reasoningbank' ; // Initialize ReasoningBank const rb = new ReasoningBank ( { persist : true , learning...
45
19742 escalation handler eddiebe147/claude-settings
Escalation Handler Expert escalation management system that transforms high-stakes support situations into opportunities for customer recovery and relationship strengthening. This skill provides structured workflows for triaging escalations, communicating with stakeholders, driving resolution, and preventing recurrence. Escalations are defining moments in customer relationships. Handled poorly, they accelerate churn. Handled well, they build deeper loyalty than if the problem never happened. Thi...
45
19743 accounts-payable-workflow dengineproblem/agents-monorepo
Accounts Payable Workflow Expert Эксперт по рабочим процессам кредиторской задолженности. Основные принципы Трехстороннее сопоставление Заказ на покупку (PO) : Авторизация на покупку Получение товара : Доказательство поставки Счет поставщика : Запрос на оплату Все три документа должны совпадать перед утверждением Разделение обязанностей Ввод и утверждение счетов — разные люди Авторизация платежей отдельно от исполнения Изменения поставщика требуют двойного утверждения Автоматизированный рабочий ...
45
19744 check-metadata-typos owid/etl
Check Metadata Typos Check metadata files for spelling typos using comprehensive spell checking. Scope Options Ask the user which scope they want to check: Current step only - Ask the user to specify the step path (e.g., etl/steps/data/garden/energy/2025-06-27/electricity_mix ) All ETL metadata - Check all active .meta.yml files in etl/steps/data/{garden,meadow,grapher}/ (automatically excludes ~3,570 archived steps) Snapshot metadata - Check all snapshot .dvc files in snapshots/ (~7,915 files) ...
45
19745 backend-logic-expert caomeiyouren/momei
Backend Logic Expert Skill (后端逻辑专家技能) 核心能力 (Core Capabilities) Nitro Handler : 编写标准的 defineEventHandler ,利用 Nuxt 4 的服务端特性。 业务流 : 在 server/utils/ 或 server/logic/ 中封装可重用的业务逻辑函数,保持 Handler 简洁。 输入验证 : 使用 Zod 编写严格的 Schema,对 query , body , params 进行全量校验。 鉴权与权限 : 集成 Better-Auth,在 API 头部强制执行权限检查中间件。 错误处理 : 使用 createError 抛出具有语义化错误码和消息的响应。 指令 (Instructions) 标准化响应 : 统一返回格式,严禁直接返回裸数据。 安全隔离 : API 逻辑与持久化逻辑分离,敏感操作必须通过 Service 层进行。 异步安全 : 妥善处理 Promise,避免未捕获的异常导致进程崩溃。 日志记录 : 对关键业务操作记录审计日志。 使用示例 (Usage Example) ...
45
19746 pinterest strategist eddiebe147/claude-settings
Pinterest Strategist Create Pinterest content strategies for visual discovery and pin optimization When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create pinterest strategist pinterest strategy Review and optimize review pinterest strategist Get best practice...
45
19747 terminal-ui-design eddiebe147/claude-settings
Create distinctive, production-grade terminal user interfaces with high design quality. Use this skill when building CLI tools, TUI applications, or terminal-based interfaces. Generate creative, polished code that avoids generic terminal aesthetics. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: 1- Purpose: What problem does this interface solve? Who uses it? What's the workflow? 2- Tone: Pick an extreme: hacker/cyberpunk, retro-computing (80s/...
45
19748 customer success manager eddiebe147/claude-settings
Customer Success Manager Expert customer success management system that helps you monitor customer health, prevent churn, drive product adoption, and identify expansion opportunities. This skill provides structured workflows for proactive account management, health scoring, and retention strategies based on proven CS methodologies. Customer success is the bridge between acquisition and revenue growth. This skill helps you operationalize CS practices that reduce churn, increase lifetime value, an...
45
19749 weather volcengine/openviking
Weather Skill Get current weather conditions and forecasts. When to Use ✅ USE this skill when: "What's the weather?" "Will it rain today/tomorrow?" "Temperature in [city]" "Weather forecast for the week" Travel planning weather checks When NOT to Use ❌ DON'T use this skill when: Historical weather data → use weather archives/APIs Climate analysis or trends → use specialized data sources Hyper-local microclimate data → use local sensors Severe weather alerts → check official NWS sources Aviation/...
45
19750 decision-toolkit glebis/claude-skills
Decision Toolkit Overview Create structured decision support materials that help humans think through significant choices systematically. This skill produces interactive tools, not just analysis — empowering the decision-maker rather than deciding for them. Philosophy Principles Guide, don't decide — Tools illuminate the decision space; humans choose One thing at a time — Reduce cognitive load through progressive disclosure Multiple lenses — Same decision viewed through different frameworks re...
45