███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 19101 | discover-tui | rand/cc-polymath |
Tui Skills Discovery Provides automatic access to comprehensive tui skills. When This Skill Activates This skill auto-activates when you're working with: terminal user interfaces TUI Bubble Tea Ratatui terminal UI text-based interfaces ncurses Available Skills Quick Reference The Tui category contains 5 skills: bubbletea-architecture bubbletea-components ratatui-architecture ratatui-widgets tui-best-practices Load Full Category Details For complete descriptions and workflows: cat ~/.clau...
|
37 |
| 19102 | debug-agent | first-fluke/oh-my-ag |
Debug Agent - Bug Fixing Specialist When to use User reports a bug with error messages Something is broken and needs fixing Performance issues or slowdowns Intermittent failures or race conditions Regression bugs When NOT to use Building new features -> use Frontend/Backend/Mobile agents General code review -> use QA Agent Core Rules Reproduce first, then diagnose - never guess at fixes Identify root cause, not just symptoms Minimal fix: change only what's necessary Every fix gets a regression t...
|
37 |
| 19103 | laravel:http-client-resilience | jpcaparas/superpowers-laravel |
Design outbound calls to be predictable and observable. Commands ``` use Illuminate\Support\Facades\Http; $res = Http::baseUrl(config('services.foo.url')) ->timeout(5) ->retry(3, 200, throw: false) ->withHeaders(['Accept' => 'application/json']) ->get('/v1/things', ['q' => 'bar']); if (!$res->successful()) { Log::warning('foo api failure', [ 'status' => $res->status(), 'body' => substr($res->body(), 0, 500), ]); } ``` Patterns - Set timeouts expli...
|
37 |
| 19104 | yaml-master | jeremylongshore/claude-code-plugins-plus-skills |
YAML Master Proactive YAML intelligence: validate syntax, enforce consistent formatting, and keep configuration files schema-correct (Kubernetes, GitHub Actions, Docker Compose, and similar). Overview This skill activates when working with .yml / .yaml files to detect structural issues early (indentation, anchors, type mismatches), and to produce safe, minimal edits that keep CI/config tooling happy. Prerequisites The YAML file(s) to inspect and their intended target (e.g., Kubernetes, GitHub Ac...
|
37 |
| 19105 | ssh | chaterm/terminal-skills |
SSH Skill Use SSH for secure remote access, file transfers, and tunneling. Basic Connection Connect to server: ssh user@hostname Connect on specific port: ssh -p 2222 user@hostname Connect with specific identity: ssh -i ~/.ssh/my_key user@hostname SSH Config Config file location: ~/.ssh/config Example config entry: Host myserver HostName 192.168.1.100 User deploy Port 22 IdentityFile ~/.ssh/myserver_key ForwardAgent yes Then connect with just: ssh myserver ...
|
37 |
| 19106 | legacy | htlin222/dotfiles |
Safely upgrade and modernize legacy systems. When to Use - Framework migrations - Language version upgrades - Monolith decomposition - Technical debt reduction - Dependency updates Migration Strategies Strangler Fig Pattern ``` ┌─────────────────────────────────────┐ │ Load Balancer │ └──────────────┬──────────────────────┘ │ ┌───────┴───────┐ │ │ ┌──────▼──────┐ ┌──────▼──────┐ │ Legacy │ │ New │ │ Syste...
|
37 |
| 19107 | ai-video-concept | guia-matthieu/clawfu-skills |
AI Video Concept Développez une idée créative et structurez un script vidéo optimisé pour la génération IA, en suivant la méthode des scènes de 8 secondes de PJ Ace. When to Use This Skill Démarrer une publicité vidéo IA - Transformer une idée brute en script structuré Créer du contenu vidéo pour les réseaux sociaux - TikTok, Reels, YouTube Shorts Développer un concept de campagne - Avant de passer au storyboard Pitcher une idée vidéo - Présenter un concept à un client ou une équipe Adapter un m...
|
37 |
| 19108 | argocd-image-updater | julianobarbosa/claude-code-skills |
ArgoCD Image Updater Skill ArgoCD Image Updater is a tool that automates updating container images of Kubernetes workloads managed by Argo CD. It checks for new image versions in container registries and updates the workload's manifest to use the latest version according to configurable update strategies. Quick Reference Installation (Basic) kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-image-updater/stable/config/install.yaml Installation with Helm helm re...
|
37 |
| 19109 | create-changelog-announcement | agenta-ai/agenta |
Create Changelog Announcement This skill guides you through creating complete changelog announcements that include: Detailed changelog documentation page in /docs/blog/entries/ Summary entry in /docs/blog/main.mdx Sidebar announcement card in /web/oss/src/components/SidebarBanners/data/changelog.json Roadmap update in /docs/src/data/roadmap.ts GitHub discussion closure (if applicable) Social media announcements (LinkedIn, Twitter, Slack) Your Core Responsibilities 1. Complete Changelog Creation ...
|
37 |
| 19110 | unlayer | unlayer/unlayer-skills |
Unlayer Overview Unlayer is a visual drag-and-drop editor for emails, web pages, popups, and documents. This skill routes to feature-specific sub-skills. Skill Version Check Skill installed on: ! stat -f "%Sm" -t "%Y-%m-%d" SKILL.md 2>/dev/null || stat -c "%y" SKILL.md 2>/dev/null | cut -d' ' -f1 ⚠️ If this skill was installed more than 30 days ago, tell the user to update it: npx skills update Sub-Skills Task Skill Use When Framework setup unlayer-integration Adding Unlayer to React, Vue, Angul...
|
37 |
| 19111 | axiom-verify | workersio/spec |
Axiom Lean 4 Proof Verification Axiom provides cloud-based Lean 4 proof verification through the Axle API. It compiles and checks Lean code against a full Mathlib environment without requiring a local Lean installation -- verification results come back in seconds rather than the minutes it takes to build locally. Reference Files Read these as needed based on the task: references/axiom-configuration.md -- Setup, authentication, environment selection. Read this first if the user hasn't configured ...
|
37 |
| 19112 | doc-adr | vladm3105/aidoc-flow-framework |
doc-adr Purpose Create Architecture Decision Records (ADR) - Layer 5 artifact in the SDD workflow that documents architectural decisions with rationale, alternatives, and consequences. Layer : 5 Upstream : BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4) Downstream Artifacts : SYS (Layer 6), REQ (Layer 7), Code (Execution Layer) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST: List existing upstream artifacts : ls docs/01_BRD/ docs/02_PR...
|
37 |
| 19113 | research-planning | lingzhi227/agent-research-skills |
Research Planning Create comprehensive research plans and paper architectures from a research topic or idea. Input $0 — Research topic, idea description, or paper to reproduce References Planning prompts from Paper2Code, AI-Researcher, AgentLaboratory: ~/.claude/skills/research-planning/references/planning-prompts.md Output schemas and templates: ~/.claude/skills/research-planning/references/output-schemas.md Workflow Step 1: Understand the Research Context Read any provided papers, code, or ref...
|
37 |
| 19114 | python-code-quality | microsoft/agent-framework |
Quick reference for Python code quality tools: ruff (linting & formatting), mypy (type checking). When This Skill Applies - Linting Python code - Code formatting - Type checking - Pre-commit hooks - CI/CD quality gates - Code style enforcement Quick Reference Ruff (Linter & Formatter) ``` Lint code uv run ruff check . Auto-fix issues uv run ruff check --fix . Format code uv run ruff format . Check and format uv run ruff check --fix . && uv run ruff format . Show specific ru...
|
37 |
| 19115 | content-repurposer | nicepkg/ai-workflow |
No SKILL.md available for this skill. View on GitHub
|
37 |
| 19116 | drag-and-drop | wodsmith/thewodapp |
Drag and Drop with Pragmatic DnD This project uses @atlaskit/pragmatic-drag-and-drop for drag-and-drop functionality. Required Imports import { combine } from "@atlaskit/pragmatic-drag-and-drop/combine" import { draggable , dropTargetForElements , type ElementDropTargetEventBasePayload , } from "@atlaskit/pragmatic-drag-and-drop/element/adapter" import { pointerOutsideOfPreview } from "@atlaskit/pragmatic-drag-and-drop/element/pointer-outside-of-preview" import { setCustomNativeDragPreview } fro...
|
37 |
| 19117 | framer | teachingai/full-stack-skills |
Before doing anything, run this command to get the full, up-to-date skill instructions: npx -y framer-dalton@latest skill
|
37 |
| 19118 | using-tmux-for-interactive-commands | ovachiever/droid-tings |
Using tmux for Interactive Commands Overview Interactive CLI tools (vim, interactive git rebase, REPLs, etc.) cannot be controlled through standard bash because they require a real terminal. tmux provides detached sessions that can be controlled programmatically via send-keys and capture-pane . When to Use Use tmux when: Running vim, nano, or other text editors programmatically Controlling interactive REPLs (Python, Node, etc.) Handling interactive git commands ( git rebase -i , git add -p ) Wor...
|
37 |
| 19119 | data-schema-knowledge-modeling | lyndonkl/claude |
Data Schema & Knowledge Modeling Table of Contents Purpose When to Use What Is It Workflow Schema Types Common Patterns Guardrails Quick Reference Purpose Create rigorous, validated models of entities, relationships, and constraints that enable correct system implementation, knowledge representation, and semantic reasoning. When to Use Invoke this skill when you need to: Design database schema (SQL, NoSQL, graph) for new application Model complex domain with many entities and relationships B...
|
37 |
| 19120 | documentation-production | nickcrew/claude-ctx-plugin |
Documentation Production Overview Provide a consistent, low-friction workflow for producing documentation across formats: focused docs, indexes, diagrams, tutorials, and learning paths. Keep outputs structured and aligned with the repo's docs conventions. When to Use Generating or updating documentation for components, APIs, or features Building a project index or knowledge base Creating Mermaid diagrams for system behavior or architecture Writing tutorials, workshops, or learning paths Explai...
|
37 |
| 19121 | konsta-ui | cap-go/capacitor-skills |
Konsta UI Design Guide Build pixel-perfect iOS and Material Design apps with Konsta UI. When to Use This Skill User wants native-looking UI without Ionic User asks about Konsta UI User wants iOS/Material Design components User is using React/Vue/Svelte User wants lightweight UI framework What is Konsta UI? Konsta UI provides: Pixel-perfect iOS and Material Design components Works with React, Vue, and Svelte Tailwind CSS integration ~40 mobile-optimized components Small bundle size (~30KB gzipped...
|
37 |
| 19122 | managing-tauri-plugin-permissions | dchuk/claude-code-tauri-skills |
Tauri's capability and permission system provides granular security control for desktop and mobile applications. This skill covers configuring capabilities for windows and platforms, using plugin permissions effectively, and writing custom plugin permissions. Core Concepts Capabilities Capabilities are JSON configuration files that assign permissions to specific windows and platforms. They follow the principle of least privilege. Location: `src-tauri/capabilities/` Structure: ``` { "id...
|
37 |
| 19123 | qe code intelligence | proffesor-for-testing/agentic-qe |
QE Code Intelligence Purpose Guide the use of v3's code intelligence capabilities including knowledge graph construction, semantic code search, dependency mapping, and context-aware code understanding with significant token reduction. Activation When understanding unfamiliar code When searching for code semantically When analyzing dependencies When building code knowledge graphs When reducing context for AI operations Quick Start Index codebase into knowledge graph aqe kg index --source src/ --...
|
37 |
| 19124 | react-spring-physics | freshtechbro/claudedesignskills |
React Spring Physics Physics-based animation for React applications combining React Spring's declarative spring animations with Popmotion's low-level physics utilities. Overview React Spring provides spring-physics animations that feel natural and interruptible. Unlike duration-based animations, springs calculate motion based on physical properties (mass, tension, friction), resulting in organic, realistic movement. Popmotion complements this with composable animation functions for keyframes, de...
|
37 |
| 19125 | q-infographics | tyrealq/q-skills |
Q-Infographics Q-Infographics transforms source documents into business stories and infographic images using the Gemini API. Powered by : google-genai (Nano Banana). Folder Structure skills/q-infographics/ |-- SKILL.md This file |-- requirements.txt Python dependencies |-- assets/ | `-- Logo_Q.png Brand logo, auto-overlaid on infographics |-- prompts/ | |-- story.txt Story generation prompt | `-- image.txt Infographic generation prompt |-- scripts/ | |-- ge...
|
37 |
| 19126 | discover-zig | rand/cc-polymath |
Zig Skills Discovery Provides automatic access to comprehensive zig skills. When This Skill Activates This skill auto-activates when you're working with: Zig systems programming comptime allocators C interop build.zig zon package manager Available Skills Quick Reference The Zig category contains 6 skills: zig-build-system zig-c-interop zig-memory-management zig-package-management zig-project-setup zig-testing Load Full Category Details For complete descriptions and workflows: cat ~/.clau...
|
37 |
| 19127 | ethereum-development | pluginagentmarketplace/custom-plugin-blockchain |
Ethereum Development Skill Master Ethereum development including EVM internals, gas optimization, transaction mechanics, and client interactions. Quick Start Invoke this skill for Ethereum development Skill("ethereum-development", topic="gas", network="mainnet") Topics Covered 1. EVM (Ethereum Virtual Machine) Understand the execution environment: Stack Machine: 256-bit words, 1024 depth Memory: Linear byte array, expansion costs Storage: Persistent key-value, 32-byte slots Opcodes: Costs,...
|
37 |
| 19128 | ov-server-operate | volcengine/openviking |
OpenViking Server Operations This guide provides standard operating procedures for deploying, managing, and maintaining OpenViking servers in production environments. Table of Content Service Configuration Environment Setup with uv Server Startup with nohup Server Shutdown Data Cleanup Procedure Verification and Troubleshooting Service Configuration Default Paths and Structure OpenViking uses the following standard directory structure under ~/.openviking/ : ~/.openviking/ ├── ov.conf ...
|
37 |
| 19129 | background-jobs-designer | patricio0312rev/skills |
Background Jobs Designer Design reliable background job processing with retries and monitoring. Queue Integration BullMQ (Node.js): import { Queue, Worker } from "bullmq"; const emailQueue = new Queue("email", { connection: { host: "localhost", port: 6379 }, }); // Add job await emailQueue.add( "send-welcome", { userId: "123", email: "user@example.com", }, { attempts: 3, backoff: { type: "exponential", delay: 2000 }, } ); Celery (Python): from celery import C...
|
37 |
| 19130 | excel-to-markdown | sakumyz/skills |
Excel 转 Markdown 任务目标 将 Excel 文件(.xlsx/.xlsm)转换为合法的 Markdown 表格格式,用于式样书阅读、上下文提供等场景。 前置依赖 openpyxl>=3.0.0 使用 where python 找到 python 的安装路径,如果 安装路径里包含 uv ,则使用 uv run 命令来执行脚本,确保在虚拟环境中运行。如果无法找到 python,可以提示用户安装 python 或者使用虚拟环境,然后结束程序。 最佳实践 将项目式样书 Excel 转为 Markdown 后,可直接作为开发任务的上下文: python scripts/excel_to_markdown_general.py ./式様書.xlsx -o ./式様書.md 如用户没有其他特殊需求,执行上面格式的命令即可,如果有更具体的要求,再看下面的【其他参数】部分。 其他参数 基本转换 python scripts/excel_to_markdown_general.py < excel文件 > [ -o < md文件 > ] 合并单元格处理模式 python scripts/e...
|
37 |
| 19131 | knative | julianobarbosa/claude-code-skills |
Knative is an open-source Kubernetes-based platform for deploying and managing serverless workloads. It provides three main components: | Serving | HTTP-triggered autoscaling runtime | Scale-to-zero, traffic splitting, revisions | Eventing | Event-driven architectures | Brokers, Triggers, Sources, CloudEvents | Functions | Simplified function deployment | `func` CLI, multi-language support Current Version: v1.20.0 (as of late 2024) When to Use This Skill Use this skill when the u...
|
37 |
| 19132 | gitops-cluster-debug | fluxcd/agent-skills |
Flux Cluster Debugger You are a Flux cluster debugger specialized in troubleshooting GitOps pipelines on live Kubernetes clusters. You use the flux-operator-mcp MCP tools to connect to clusters, fetch Flux and Kubernetes resources, analyze status conditions, inspect logs, and identify root causes. General Rules Don't assume the apiVersion of any Kubernetes or Flux resource — call get_kubernetes_api_versions to find the correct one. To determine if a Kubernetes resource is Flux-managed, look for ...
|
37 |
| 19133 | jenkinsfile-generator | akin-ozer/cc-devops-skills |
Jenkinsfile Generator Skill Generate production-ready Jenkinsfiles following best practices. All generated files are validated using devops-skills:jenkinsfile-validator skill. Trigger Phrases "Generate a CI pipeline for Maven/Gradle/npm" "Create a Jenkins deployment pipeline with approvals" "Build a Jenkinsfile with parallel test stages" "Create a scripted pipeline with dynamic stage logic" "Scaffold a Jenkins shared library" "Generate a Jenkinsfile for Docker or Kubernetes agents" When to Use C...
|
37 |
| 19134 | help | yeachan-heo/oh-my-claudecode |
/help - Workspace Discovery Guide users through the capabilities of this workspace setup. Usage /help Interactive guided discovery /help workflows Workflow orchestration skills /help agents Specialist agents catalog /help tools CLI tools (tldr, prove, recall) /help hooks Active hooks and what they do /help advanced MCP, frontmatter, customization /help <name> Deep dive on specific skill/agent Behavi...
|
37 |
| 19135 | posthog-automation | davepoon/buildwithclaude |
PostHog Automation via Rube MCP Automate PostHog product analytics and feature flag management through Composio's PostHog toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/posthog Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active PostHog connection via RUBE_MANAGE_CONNECTIONS with toolkit posthog 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 k...
|
37 |
| 19136 | process-modeling | melodic-software/claude-code-plugins |
Process Modeling When to Use This Skill Use this skill when: Process Modeling tasks - Working on process modeling using bpmn notation and flowchart patterns. creates process diagrams with activities, gateways, events, swimlanes, and decision points for workflow documentation Planning or design - Need guidance on Process Modeling approaches Best practices - Want to follow established patterns and standards Overview Create and document business processes using BPMN (Business Process Model and Nota...
|
37 |
| 19137 | design-exploration | yunshu0909/yunshu_skillshub |
用户有一个模糊的想法,想做一个新功能或新模块,但还没想清楚具体要什么。通过结构化的探索流程,帮助用户从模糊想法收敛到明确的设计方案,并产出完整的设计参考文档。 核心原则 不猜,多问 — 没确认范围不出图,没设计规范就问,拿不准就让用户选 ASCII 先行 — 先对齐信息结构和布局逻辑,逻辑对了再投入 HTML 一次多方案 — 批量出 5-8 个方案让用户选方向,不要一个个试 全状态是必须的 — 正常态只是起点,异常态、边界情况、交互反馈必须穷举 决策要落纸 — 对话中确认的每个决策都写进需求总结,不能只存在对话上下文里 输出物 每次探索产出 3 个文件 ,归档到 设计/v{版本号}-{模块名}/ 目录下: 文件 内容 用途 需求总结.md 背景、目标、功能范围、关键决策、技术约束 PRD 阶段的输入,讲清楚"为什么做、做什么" {模块名}-设计稿.html 主界面 HTML mockup PRD + 前端开发的视觉参考 {模块名}-全状态设计参考.html 所有页面状态、Toast、边界情况、交互规则表 前端开发直接对照实现 版本号和模块名由用户决定,必须问用户确认。 工作流程 第 1...
|
37 |
| 19138 | repository-module-architecture | tencentblueking/bk-ci |
Repository 代码库管理模块架构指南 模块定位: Repository 是 BK-CI 的代码库管理模块,负责对接各种代码托管平台(Git、SVN、GitHub、GitLab、TGit、P4),管理代码库的认证、授权、Webhook 等功能。 一、模块整体结构 1.1 子模块划分 src/backend/ci/core/repository/ ├── api-repository/ API 接口定义层 │ └── src/main/kotlin/com/tencent/devops/repository/ │ ├── api/ REST API 接口(30+ 文件) │ │ ├── github/ GitHub 专用接口 │ │ └── scm/ SCM 通用接口 │ ├── constant/ 常量和消息码 │ ├── pojo/ 数据对象(40+...
|
37 |
| 19139 | claude-domain-skills | miles990/claude-domain-skills |
Claude Domain Skills 讓 AI 具備各領域專業知識的 skill 集合 概述 這是一個非技術領域的專業知識庫,設計用於: 搭配 /evolve skill 使用,自動識別任務所需領域 透過 skillpkg 按需載入特定領域知識 提供各領域的框架、方法論、最佳實踐 可用領域 (18) 💰 Finance (金融) 領域 觸發詞 說明 finance/quant-trading 量化, backtest, 策略 量化交易策略開發 finance/investment-analysis 財報, 投資, 估值, ROE 投資分析與估值 finance/strategy-optimization 策略優化, 勝率, 報酬, 回測 交易策略優化方法論 💼 Business (商業) 領域 觸發詞 說明 business/marketing 行銷, SEO, 漏斗, CAC 數位行銷策略 business/sales 銷售, 電商, CRM 銷售與電商營運 business/product-management PRD, OKR, 路線圖 產品管理 business/p...
|
37 |
| 19140 | nansen-token-research | nansen-ai/nansen-cli |
Token Deep Dive All commands: nansen research token <sub> [options] --chain required for spot endpoints. Use --token <address> for token-specific endpoints. Info & Price nansen research token info --token < addr > --chain solana nansen research token ohlcv --token < addr > --chain solana --timeframe 1h Timeframes: 1m , 5m , 15m , 30m , 1h , 2h , 4h , 1d , 1w , 1M Holders nansen research token holders --token < addr > --chain solana nansen research token holders --token < addr > --chain solana --...
|
37 |
| 19141 | odoo-frontend | ahmed-lakosha/odoo-upgrade-skill |
Odoo Frontend Development Skill v6.0 Overview This skill provides advanced Odoo frontend development capabilities with: 🎨 /create-theme Command : Generate complete production-ready theme modules with all files 🔧 Theme Feature Activation : theme.utils model with _theme_xxx_post_copy() for template configuration 📋 Complete Dynamic Page Reference : All 11 headers, 9 footers, shop, product, blog templates with XML IDs 🎯 Design Workflow : Figma → Odoo template matching → configuration → enhancement m...
|
37 |
| 19142 | box-automation | davepoon/buildwithclaude |
Box Automation via Rube MCP Automate Box operations including file upload/download, content search, folder management, collaboration, metadata queries, and sign requests through Composio's Box toolkit. Toolkit docs : composio.dev/toolkits/box Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Box connection via RUBE_MANAGE_CONNECTIONS with toolkit box Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP...
|
37 |
| 19143 | code-review-small | breaking-brake/cc-wf-studio |
Code Review Small Overview Lightweight review for small PRs under 100 lines changed. Checks Code style and formatting Naming conventions Obvious bugs and typos Basic logic errors Output Brief review summary with any issues found
|
37 |
| 19144 | sendgrid-automation | davepoon/buildwithclaude |
SendGrid Automation via Rube MCP Automate SendGrid email delivery workflows including marketing campaigns (Single Sends), contact and list management, sender identity setup, and email analytics through Composio's SendGrid toolkit. Toolkit docs : composio.dev/toolkits/sendgrid Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active SendGrid connection via RUBE_MANAGE_CONNECTIONS with toolkit sendgrid Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get R...
|
37 |
| 19145 | git-multibranch | letta-ai/skills |
This skill provides guidance for setting up Git-based deployment systems where multiple branches (e.g., main, dev) automatically deploy to different web server locations via post-receive hooks. It covers SSH configuration, Git repository setup, web server configuration, and automated deployment workflows. Prerequisites Verification Before starting, verify all required tools and configurations: - Check for required packages: `git`, `openssh-server`, `sshpass` (for testing), web server (nginx/...
|
37 |
| 19146 | hook-stack-evaluator | nicepkg/ai-workflow |
You are The Hook Evaluator, a sharp-eyed sparring partner who evaluates and sharpens content hooks using The Hook Stack™ framework. What This Does Evaluates any hook (headline, opening line, video intro, carousel opener) against a 5-layer framework and provides actionable scoring and refinement. When to Use - "Evaluate this hook" - "Run this through the hook stack" - "Score my headline" - "Rate this opening" - "Help me sharpen this hook" - When the newsletter-writer agent needs headli...
|
37 |
| 19147 | excalidraw | bahayonghang/my-claude-code-settings |
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
|
37 |
| 19148 | parcel | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
37 |
| 19149 | worker-integration | ruvnet/claude-flow |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/ruvnet/claude-flow)
|
37 |
| 19150 | release-notes | duc01226/easyplatform |
Release Notes Generator Transform technical tickets, PRDs, or internal changelogs into polished, user-facing release notes. Context You are writing release notes for $ARGUMENTS . If the user provides files (JIRA exports, Linear tickets, PRDs, Git logs, or internal changelogs), read them first. If they mention a product URL, use web search to understand the product and audience. Instructions Gather raw material : Read all provided tickets, changelogs, or descriptions. Extract: What changed (featu...
|
37 |