███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11301 | typescript-advanced-patterns | nickcrew/claude-ctx-plugin |
TypeScript Advanced Patterns Expert guidance for leveraging TypeScript's advanced type system features to build robust, type-safe applications with sophisticated type inference, compile-time guarantees, and maintainable domain models. When to Use This Skill Building type-safe APIs with strict contracts and validation Implementing complex domain models with compile-time enforcement Creating reusable libraries with sophisticated type inference Enforcing business rules through the type system Bui...
|
68 |
| 11302 | woocommerce-markdown | woocommerce/woocommerce |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/woocommerce/woocommerce)
|
68 |
| 11303 | vercel-storage-data | bobmatnyc/claude-mpm-skills |
Vercel Storage and Data Skill progressive_disclosure: entry_point: summary: "Vercel data and storage: Postgres, Redis, Vercel Blob, Edge Config, and data cache." when_to_use: - "When selecting a data store or cache" - "When using managed Postgres or Redis" - "When storing files with Vercel Blob" quick_start: - "Choose Postgres, Redis, or Blob" - "Configure Edge Config or data cache" - "Connect from Functions or apps" - "Monitor usage" token_estimate: entry: 90-110 full: 3800-4800 Overview Verce...
|
68 |
| 11304 | sendgrid-automation | sickn33/antigravity-awesome-skills |
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...
|
68 |
| 11305 | frontend-ui-ux-design | dauquangthanh/hanoi-rainbow |
This skill enables creation of production-ready frontend UI/UX designs from research through implementation. Follow a structured design process that balances user needs, business goals, technical constraints, and accessibility requirements. Design Workflow 1. Understand Requirements Gather Context: - Project goals and success metrics - Target audience and user personas - Technical constraints (frameworks, browsers, devices) - Brand guidelines and design language - Accessibility require...
|
68 |
| 11306 | godot-autoload-architecture | thedivergentai/gd-agentic-skills |
AutoLoad Architecture AutoLoads are Godot's singleton pattern, allowing scripts to be globally accessible throughout the project lifecycle. This skill guides implementing robust, maintainable singleton architectures. NEVER Do NEVER access AutoLoads in _init() — AutoLoads aren't guaranteed to exist yet during _init(). Use _ready() or _enter_tree() instead. NEVER create circular dependencies — If GameManager depends on SaveManager and SaveManager depends on GameManager, initialization deadlocks. U...
|
68 |
| 11307 | git | epicenterhq/epicenter |
Git Git 버전 관리 모범 관례 및 워크플로우 가이드. 커밋 메시지 컨벤션 Conventional Commits 사용 커밋 메시지는 <type>: <description> 형식을 따른다: feat: add form validation to login page fix: prevent duplicate email check error on signup docs: add installation guide to README refactor: extract auth logic into separate module test: add payment feature tests chore: update dependencies 주요 타입 타입 설명 예시 feat 새로운 기능 추가 feat: add dark mode support fix 버그 수정 fix: prevent token deletion on logout docs 문서 변경 (코드 변경 없음) docs: update API documenta...
|
68 |
| 11308 | brutal-honesty-review | proffesor-for-testing/agentic-qe |
Brutal Honesty Review <default_to_action> When brutal honesty is needed: CHOOSE MODE: Linus (technical), Ramsay (standards), Bach (BS detection) VERIFY CONTEXT: Senior engineer? Repeated mistake? Critical bug? Explicit request? STRUCTURE: What's broken → Why it's wrong → What correct looks like → How to fix ATTACK THE WORK, not the worker ALWAYS provide actionable path forward Quick Mode Selection: Linus: Code is technically wrong, inefficient, misunderstands fundamentals Ramsay: Quality is ...
|
68 |
| 11309 | edge-concept-synthesizer | tradermonty/claude-trading-skills |
Edge Concept Synthesizer Overview Create an abstraction layer between detection and strategy implementation. This skill clusters ticket evidence, summarizes recurring conditions, and outputs edge_concepts.yaml with explicit thesis and invalidation logic. When to Use You have many raw tickets and need mechanism-level structure. You want to avoid direct ticket-to-strategy overfitting. You need concept-level review before strategy drafting. Prerequisites Python 3.9+ PyYAML Ticket YAML directory fro...
|
68 |
| 11310 | documentation | sickn33/antigravity-awesome-skills |
When to use Use this skill when you need to create, review, or improve technical documentation following the Diátaxis framework. Examples include: Creating user guides API documentation Tutorial content Restructuring existing documentation to better serve different user needs and contexts Instructions Organize documentation into four distinct types — tutorials, how-to guides, reference material, and explanations — each serving different user needs and contexts. Always ask clarifying questions ab...
|
68 |
| 11311 | sentiment-analyzer | dkyazzentwatwa/chatgpt-skills |
Sentiment Analyzer Analyze the sentiment of text content with detailed scoring, emotion detection, and visualization capabilities. Process single texts, CSV files, or track sentiment trends over time. Quick Start from scripts . sentiment_analyzer import SentimentAnalyzer Analyze single text analyzer = SentimentAnalyzer ( ) result = analyzer . analyze ( "I love this product! It's amazing." ) print ( f"Sentiment: { result [ 'sentiment' ] } ( { result [ 'score' ] : .2f } )" ) Batch analyze CSV re...
|
68 |
| 11312 | tunnel-doctor | daymade/claude-code-skills |
Tunnel Doctor Diagnose and fix conflicts when Tailscale coexists with proxy/VPN tools on macOS, with specific guidance for SSH access to WSL instances. Five Conflict Layers Proxy/VPN tools on macOS create conflicts at five independent layers. Layers 1-3 affect Tailscale connectivity; Layer 4 affects SSH git operations; Layer 5 affects VM/container runtimes: Layer What breaks What still works Root cause 1. Route table Everything (SSH, curl, browser) tailscale ping tun-excluded-routes adds en0 rou...
|
68 |
| 11313 | geo-aeo-optimization | schwepps/skills |
GEO & AEO Optimization Framework Professional methodology for visibility in AI-powered search engines and generative AI responses. Understanding GEO vs AEO vs SEO SEO → Rank in traditional search results (blue links) AEO → Appear in featured snippets, AI Overviews, voice answers GEO → Get cited in generative AI responses (ChatGPT, Claude, Perplexity) 2025 Reality: 58% of queries are conversational AI Overviews appear in ~47% of Google searches Traditional CTR dropped 34.5% for top result...
|
68 |
| 11314 | sales-engineer | borghei/claude-skills |
Sales Engineer Skill A production-ready skill package for pre-sales engineering that bridges technical expertise and sales execution. Provides automated analysis for RFP/RFI responses, competitive positioning, and proof-of-concept planning. Overview Role: Sales Engineer / Solutions Architect Domain: Pre-Sales Engineering, Solution Design, Technical Demos, Proof of Concepts Business Type: SaaS / Pre-Sales Engineering What This Skill Does RFP/RFI Response Analysis - Score requirement coverage, ide...
|
68 |
| 11315 | oss-hunter | sickn33/antigravity-awesome-skills |
OSS Hunter 🎯 A precision skill for agents to find, analyze, and strategize for high-impact Open Source contributions. This skill helps you become a top-tier contributor by identifying the most "mergeable" and influential issues in trending repositories. When to Use Use when the user asks to find open source issues to work on. Use when searching for "help wanted" or "good first issue" tasks in specific domains like AI or Web3. Use to generate a "Contribution Dossier" with ready-to-execute strateg...
|
68 |
| 11316 | anti-cheat-systems | gmh5225/awesome-game-security |
Anti-Cheat Systems & Analysis Overview This skill covers anti-cheat systems used in games, their detection mechanisms, and research techniques. Understanding anti-cheat helps both defenders (game developers) and security researchers. Major Anti-Cheat Systems Easy Anti-Cheat (EAC) Kernel-mode driver protection Process integrity verification Memory scanning Used by: Fortnite, Apex Legends, Rust BattlEye Kernel driver with ring-0 access Screenshot capture capability Network traffic analysis Used ...
|
68 |
| 11317 | sherpa | simota/agent-skills |
You are "Sherpa" - a workflow guide and task breakdown specialist who helps the developer climb the mountain of implementation one step at a time. Your mission is to take a complex objective (Epic) and break it down into "Atomic Steps" (< 15 mins), ensuring the developer never feels overwhelmed or lost. You identify dependencies, assess risks, and coordinate with Scout for investigation phases. Boundaries Always do: - Break tasks down until they are "Atomic" (testable, committable units) ...
|
68 |
| 11318 | atlassian-cli | onnokh/atlassian-cli |
Atlassian CLI (acli) Use acli to automate and operate Atlassian Cloud workflows from the terminal (Jira, Admin, and Rovo Dev). Workflow Install or upgrade acli (pick the OS-specific path). Authenticate (pick token vs OAuth vs admin API key). Discover the exact command/flags via acli help ... and --help . Prefer machine-readable output ( --json ) for automation; parse with jq . Handle bulk operations with --ignore-errors where appropriate; capture trace IDs on unexpected errors. Decision Tree Ins...
|
68 |
| 11319 | docker configuration validator | rknall/claude-skills |
Docker Configuration Validator This skill provides comprehensive validation for Dockerfiles and Docker Compose files, ensuring compliance with best practices, security standards, and modern syntax requirements. When to Use This Skill Activate this skill when the user requests: Validate Dockerfiles or Docker Compose files Review Docker configurations for best practices Check for Docker security issues Verify multi-stage build implementation Audit Docker setup for production readiness Ensure moder...
|
68 |
| 11320 | ux-design-systems | hoodini/ai-agents-skills |
UX Design Systems Build consistent, maintainable design systems with tokens, components, and theming. Design Tokens CSS Variables :root { /* Colors */ --color-primary-50: eff6ff; --color-primary-500: 3b82f6; --color-primary-900: 1e3a8a; /* Typography */ --font-sans: 'Inter', system-ui, sans-serif; --font-size-sm: 0.875rem; --font-size-base: 1rem; --font-size-lg: 1.125rem; /* Spacing */ --space-1: 0.25rem; --space-2: 0.5rem; --space-4: 1rem; --space-8: 2rem; ...
|
68 |
| 11321 | esp32-debugging | laurigates/mcu-tinkering-lab |
ESP32 Firmware Debugging Guide When to Use This Skill Apply this skill when the user: Encounters compilation errors in ESP-IDF projects Sees runtime panics or "Guru Meditation Error" messages Has memory-related crashes or stack overflows Experiences I2C/SPI/UART communication failures Needs help interpreting serial monitor output Debugging Techniques 1. Compilation Error Analysis Missing Includes fatal error: driver/gpio.h: No such file or directory Fix: Check CMakeLists.txt and add the componen...
|
68 |
| 11322 | web-accessibility | hoodini/ai-agents-skills |
Web Accessibility (A11y) When to use this skill New UI Component Development : Designing accessible components Accessibility Audit : Identifying and fixing accessibility issues in existing sites Form Implementation : Writing screen reader-friendly forms Modals/Dropdowns : Focus management and keyboard trap prevention WCAG Compliance : Meeting legal requirements or standards Input Format Required Information Framework : React, Vue, Svelte, Vanilla JS, etc. Component Type : Button, Form, Modal, Dr...
|
68 |
| 11323 | circleci-automation | composiohq/awesome-claude-skills |
CircleCI Automation via Rube MCP Automate CircleCI CI/CD operations through Composio's CircleCI toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/circleci Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active CircleCI connection via RUBE_MANAGE_CONNECTIONS with toolkit circleci 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 t...
|
68 |
| 11324 | redteam | danielmiessler/personal_ai_infrastructure |
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/RedTeam/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. RedTeam Skill Military-grade adversarial analysis using parallel agent deployment. Breaks arguments into atomic components, attacks from 32 expert perspectives (engineers, architec...
|
67 |
| 11325 | biome-js | paulrberg/agent-skills |
BiomeJS Skill Quick guidance for BiomeJS configuration based on Sablier project patterns. Core Concepts Extending Shared Configs Extend shared configs via npm package exports. The consuming project must always provide its own files.includes : { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "extends": ["@sablier/devkit/biome"], "files": { "includes": ["/*.{js,json,jsonc,ts}", "!node_modules//*"] } } For UI projects, extend both base and ui configs: { "extends": ["@sablier/...
|
67 |
| 11326 | miro-automation | sickn33/antigravity-awesome-skills |
Miro Automation via Rube MCP Automate Miro whiteboard operations through Composio's Miro toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/miro Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Miro connection via RUBE_MANAGE_CONNECTIONS with toolkit miro Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it ...
|
67 |
| 11327 | create-pr | tartinerlabs/skills |
Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format <type>(<scope>): <summary> Types (required) Type Description Changelog feat New feature Yes fix Bug fix Yes perf Performance improvement Yes test Adding/correcting tests No docs Documentation only No refactor Code change (no bug fix or feature) No build Build system or dependencies No ci CI configuration No chore Routine tasks, maintenance No Scopes (optional but recommended) API -...
|
67 |
| 11328 | find-skills | apolinariolanga/skills |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
67 |
| 11329 | bright-data | vm0-ai/vm0-skills |
Bright Data Web Scraper API Use the Bright Data API via direct curl calls for social media scraping , web data extraction , and account management . Official docs: https://docs.brightdata.com/ When to Use Use this skill when you need to: Scrape social media - Twitter/X, Reddit, YouTube, Instagram, TikTok, LinkedIn Extract web data - Posts, profiles, comments, engagement metrics Monitor usage - Track bandwidth and request usage Manage account - Check status and zones Prerequisites Sign up at Brig...
|
67 |
| 11330 | system-prompt-engineering | melodic-software/claude-code-plugins |
System Prompt Engineering Skill Design effective system prompts for custom agents that establish identity, rules, and behavior. Purpose Create system prompts that shape agent behavior across all conversations. System prompts are orders of magnitude more important than user prompts. When to Use Creating new custom agents Establishing agent expertise Defining persistent rules Building specialized assistants System Prompt vs User Prompt Aspect System Prompt User Prompt Scope All conversations S...
|
67 |
| 11331 | pipeline | jwilger/agent-skills |
Pipeline Skill Overview The pipeline skill enables chaining multiple agents together in defined workflows where the output of one agent becomes the input to the next. This creates powerful agent pipelines similar to Unix pipes but designed for AI agent orchestration. Core Concepts 1. Sequential Pipelines The simplest form: Agent A's output flows to Agent B, which flows to Agent C. explore -> architect -> executor Flow: Explore agent searches codebase and produces findings Architect receives find...
|
67 |
| 11332 | go-testing-code-review | existential-birds/beagle |
Go Testing Code Review Quick Reference Issue Type Reference Test structure, naming references/structure.md Mocking, interfaces references/mocking.md Review Checklist Tests are table-driven with clear case names Subtests use t.Run for parallel execution Test names describe behavior, not implementation Errors include got/want with descriptive message Cleanup registered with t.Cleanup Parallel tests don't share mutable state Mocks use interfaces defined in test file Coverage includes edge c...
|
67 |
| 11333 | react-native-r3f | mindrally/skills |
React Native R3F (React Three Fiber) You are an expert in React, Vite, Tailwind CSS, three.js, React Three Fiber, and Next UI. Core Principles Write concise, technical responses with accurate React examples Employ functional, declarative programming paradigms; avoid class-based approaches Prioritize iteration and modularity over code duplication Use descriptive variable names incorporating auxiliary verbs (e.g., isLoading, hasError) Directory naming: lowercase with dashes (e.g., components/aut...
|
67 |
| 11334 | rust-errors | epicenterhq/epicenter |
When passing errors from Rust to TypeScript through Tauri commands, use internally-tagged enums to create discriminated unions that TypeScript can handle naturally. Rust Error Definition ``` use serde::{Deserialize, Serialize}; use thiserror::Error; [derive(Error, Debug, Serialize, Deserialize)] [serde(tag = "name")] pub enum TranscriptionError { [error("Audio read error: {message}")] AudioReadError { message: String }, [error("GPU error: {message}")] GpuError { message: Str...
|
67 |
| 11335 | micro-landing-builder | shipshitdev/library |
Micro Landing Builder Create config-driven NextJS landing pages for startups. Concept Each landing page is a standalone NextJS app where: Content is defined in app.json config file UI comes from @agenticindiedev/ui Deploy independently to any domain via Vercel Prerequisites You need a published landing UI components package. The skill expects: Package name (default: @agenticindiedev/ui) Components: Hero, Features, Pricing, FAQ, CTA, Testimonials, Stats, EmailCapture, Header, Footer Usage ...
|
67 |
| 11336 | redux | teachingai/full-stack-skills |
@json-render/redux Redux adapter for json-render's StateStore interface. Wire a Redux store (or Redux Toolkit slice) as the state backend for json-render. Installation npm install @json-render/redux @json-render/core @json-render/react redux or with Redux Toolkit (recommended): npm install @json-render/redux @json-render/core @json-render/react @reduxjs/toolkit Usage import { configureStore , createSlice } from "@reduxjs/toolkit" ; import { reduxStateStore } from "@json-render/redux" ; import {...
|
67 |
| 11337 | vercel-teams-billing | bobmatnyc/claude-mpm-skills |
Vercel Teams and Billing Skill progressive_disclosure: entry_point: summary: "Vercel teams and billing: accounts, plans, spend management, and team settings." when_to_use: - "When configuring teams or account ownership" - "When selecting plans or managing spend" - "When controlling billing and usage limits" quick_start: - "Review account and team settings" - "Select a plan that matches usage" - "Set spend management policies" - "Monitor usage and costs" token_estimate: entry: 90-110 full: 3200-4...
|
67 |
| 11338 | api-testing | sgcarstrends/sgcarstrends |
API Testing Expert knowledge for testing HTTP APIs with Supertest (TypeScript/JavaScript) and httpx/pytest (Python). TypeScript/JavaScript (Supertest) Installation Using Bun bun add -d supertest @types/supertest or: npm install -D supertest @types/supertest Basic Setup import { describe , it , expect } from 'vitest' import request from 'supertest' import { app } from './app' describe ( 'API Tests' , ( ) => { it ( 'returns health status' , async ( ) => { const response = await request ( app ) ....
|
67 |
| 11339 | early-hiring-advisor | shipshitdev/library |
Early Hiring Advisor - First 10 Hires Playbook Overview Help indie founders make critical first hires using Hexa's methodology. Guide users through role prioritization, compensation frameworks, and equity allocation. Hexa Principle: "Launching a project is not about building a product within the team, but about gathering a team to build it themselves." When This Activates "Who should I hire first" Making first hires Equity for employees Compensation/salaries "Should I hire or outsource" Build...
|
67 |
| 11340 | language-learning | jackjin1997/clawforge |
Language Learning Tutor You are an expert polyglot language tutor powered by AI. You teach ANY language through adaptive, conversational methods that are more effective than traditional apps. You adjust to the learner's level, goals, and preferred learning style. Supported Languages You support EVERY human language, including but not limited to: Tier 1 (Full curriculum support): Spanish, French, German, Italian, Portuguese, Japanese, Chinese (Mandarin), Chinese (Cantonese), Korean, Arabic (MSA +...
|
67 |
| 11341 | postgres-code-review | existential-birds/beagle |
PostgreSQL Code Review Quick Reference Issue Type Reference Missing indexes, wrong index type, query performance references/indexes.md JSONB queries, operators, GIN indexes references/jsonb.md Connection leaks, pool configuration, timeouts references/connections.md Isolation levels, deadlocks, advisory locks references/transactions.md Review Checklist WHERE/JOIN columns have appropriate indexes Composite indexes match query patterns (column order matters) JSONB columns use GIN indexes when qu...
|
67 |
| 11342 | powershell-5.1-expert | 404kidwiz/claude-supercode-skills |
Provides expertise in Windows PowerShell 5.1 for legacy Windows environments. Specializes in WMI queries, ADSI operations, COM automation, and maintaining scripts compatible with older Windows Server systems. When to Use - Scripting for Windows Server 2012/2016/2019 - Working with WMI for system management - Active Directory operations via ADSI - COM automation (Office, legacy apps) - Maintaining backward compatibility - DSC (Desired State Configuration) - Windows-specific automation -...
|
67 |
| 11343 | frontend-ui-ux | yeachan-heo/oh-my-claudecode |
Role: Designer-Turned-Developer You are a designer who learned to code. You see what pure developers miss—spacing, color harmony, micro-interactions, that indefinable "feel" that makes interfaces memorable. Even without mockups, you envision and create beautiful, cohesive interfaces. Mission: Create visually stunning, emotionally engaging interfaces users fall in love with. Obsess over pixel-perfect details, smooth animations, and intuitive interactions while maintaining code quality. Work Pr...
|
67 |
| 11344 | day1-test-skill | ai-native-camp/camp-1 |
Day 1 Test Skill 이 스킬이 실행되었다면, Skill 시스템이 정상 동작하고 있다는 뜻이다. 실행 지시 아래 메시지를 그대로 출력하라: 🎉 Skill 실행 성공! 축하합니다! 방금 여러분의 첫 번째 Skill을 실행했습니다. ┌─────────────────────────────────────────┐ │ /day1-test-skill 을 입력했더니 │ │ → Claude가 SKILL.md를 읽고 │ │ → 이 메시지를 출력했습니다 │ │ │ │ 이것이 Skill의 원리입니다: │ │ 필요할 때만 로딩되는 업무 레시피 📖 │ └─────────────────────────────────────────┘ 그 다음, 한 줄 띄고 아래 설명을 추가하라: 방금 일어난 일: /day1-test-skill 입력 → Cla...
|
67 |
| 11345 | pagerduty-automation | composiohq/awesome-claude-skills |
PagerDuty Automation via Rube MCP Automate PagerDuty incident management and operations through Composio's PagerDuty toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/pagerduty Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active PagerDuty connection via RUBE_MANAGE_CONNECTIONS with toolkit pagerduty 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 ...
|
67 |
| 11346 | dart-cli-app-best-practices | kevmoo/dash_skills |
Dart CLI Application Best Practices 1. When to use this skill Use this skill when: Creating a new Dart CLI application. Refactoring an existing CLI entrypoint ( bin/ ). Reviewing CLI code for quality and standards. Setting up executable scripts for Linux/Mac. 2. Best Practices Entrypoint Structure ( bin/ ) Keep the contents of your entrypoint file (e.g., bin/my_app.dart ) minimal. This improves testability by decoupling logic from the process runner. DO: // bin/my_app.dart import 'package:my_app...
|
67 |
| 11347 | instantly | vm0-ai/vm0-skills |
Instantly API Use the Instantly API via direct curl calls to automate cold email outreach, manage campaigns, leads, and sending accounts. Official docs: https://developer.instantly.ai/ When to Use Use this skill when you need to: Manage email campaigns - create, launch, pause campaigns Handle leads - add, update, list leads in campaigns Manage sending accounts - list and configure email accounts Automate outreach - schedule sends and manage lead lists Prerequisites Sign up at Instantly.ai (...
|
67 |
| 11348 | sentry-automation | sickn33/antigravity-awesome-skills |
Sentry Automation via Rube MCP Automate Sentry error tracking and monitoring operations through Composio's Sentry toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/sentry Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Sentry connection via RUBE_MANAGE_CONNECTIONS with toolkit sentry 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 ...
|
67 |
| 11349 | using-git-worktrees | izyanrajwani/agent-skills-library |
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
|
67 |
| 11350 | moai-foundation-quality | modu-ai/moai-adk |
Enterprise Code Quality Orchestrator Enterprise-grade code quality management system that combines systematic code review, proactive improvement suggestions, and automated best practices enforcement. Provides comprehensive quality assurance through TRUST 5 framework validation with Context7 integration for real-time best practices. Quick Reference (30 seconds) Core Capabilities: TRUST 5 Validation: Testable, Readable, Unified, Secured, Trackable quality gates Proactive Analysis: Automated is...
|
67 |