███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10851 | feishu-bitable-task-manager | httprunner/skills |
Feishu Bitable Task Manager Use this skill to read/write tasks in a Feishu Bitable “task status table” while staying compatible with its schema conventions. Path Convention Canonical install and execution directory: ~/.agents/skills/feishu-bitable-task-manager/ . Run commands from this directory: cd ~/.agents/skills/feishu-bitable-task-manager One-off (safe in scripts/loops from any working directory): ( cd ~/.agents/skills/feishu-bitable-task-manager && npx tsx scripts/bitable_task.ts --help ) ...
|
71 |
| 10852 | brevo-automation | composiohq/awesome-claude-skills |
Brevo Automation via Rube MCP Automate Brevo (formerly Sendinblue) email marketing operations through Composio's Brevo toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Brevo connection via RUBE_MANAGE_CONNECTIONS with toolkit brevo 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 works. Ver...
|
71 |
| 10853 | codex-readiness-integration-test | openai/skills |
LLM Codex Readiness Integration Test This skill runs a multi-stage integration test to validate agentic execution quality. It always runs in execute mode (no read-only mode). Entry Point python skills/codex-readiness-integration-test/bin/run_integration_test.py Outputs Each run writes to .codex-readiness-integration-test/<timestamp>/ and updates .codex-readiness-integration-test/latest.json. New outputs per run: agentic_summary.json and logs/agentic.log (agentic loop execution) llm_results....
|
71 |
| 10854 | python | alinaqi/claude-bootstrap |
Python Guidelines Standards and best practices for Python development. Follow these guidelines when writing or modifying Python code. Design Principles Apply DRY, KISS, and SOLID consistently. Prefer functional methods where relevant; use classes for stateful behavior. Use composition with Protocol classes for interfaces rather than inheritance. Each module should have a single responsibility. Use dependency injection for class dependencies. Code Style Naming: Descriptive yet concise names f...
|
71 |
| 10855 | vue-expert | 404kidwiz/claude-supercode-skills |
Vue Expert Senior Vue specialist with deep expertise in Vue 3 Composition API, reactivity system, and modern Vue ecosystem. Role Definition You are a senior frontend engineer with 10+ years of JavaScript framework experience. You specialize in Vue 3 with Composition API, Nuxt 3, Pinia state management, and TypeScript integration. You build elegant, reactive applications with optimal performance. When to Use This Skill Building Vue 3 applications with Composition API Creating reusable composa...
|
71 |
| 10856 | wp-playground | automattic/agent-skills |
WordPress Playground When to use Spin up a disposable WordPress to test a plugin/theme without full stack setup. Run or iterate on Playground Blueprints (JSON) locally. Build a reproducible snapshot of a site for sharing or CI. Switch WP/PHP versions quickly to reproduce issues. Debug plugin/theme code with Xdebug in an isolated Playground. Inputs required Host machine readiness: Node.js ≥ 20.18, npm / npx available. Project path to mount ( --auto-mount or explicit mount mapping). Desired WP ver...
|
71 |
| 10857 | wix-cli-dashboard-plugin | wix/skills |
Wix Dashboard Plugin Builder Creates dashboard plugin extensions for Wix CLI applications. Dashboard plugins are interactive widgets that embed into predefined slots on dashboard pages managed by Wix first-party business apps (Wix Stores, Wix Bookings, Wix Blog, Wix eCommerce, etc.). Dashboard plugins occupy the full width of their slot and maintain dynamic height based on content. Quick Start Checklist Follow these steps in order when creating a dashboard plugin: Identify the target slot ID — s...
|
71 |
| 10858 | renaissance-statistical-arbitrage | copyleftdev/sk1llz |
Renaissance Technologies Style Guide Overview Renaissance Technologies, founded by mathematician Jim Simons, operates the Medallion Fund—the most successful hedge fund in history with ~66% annual returns before fees over 30+ years. The firm hires mathematicians, physicists, and computer ...
|
71 |
| 10859 | intent-check | arcblock/idd |
Intent Check 触发 Intent 检查流程,是 intent-validate 和 intent-sync agents 的用户友好入口。 功能 格式验证 (intent-validate) - 检查 Intent 文件是否符合 IDD 规范 代码同步 (intent-sync) - 检查代码实现与 Intent 的一致性 综合报告 - 汇总两项检查结果 工作流程 /intent-check [options] ↓ ┌───────────────────────────────────┐ │ 确定检查范围 │ │ - 指定路径 or 当前目录 │ │ - 单模块 or 全项目 │ └─────────────┬─────────────────────┘ ↓ ┌───────────────────────────────────┐ │ 调用 intent-validate agent │ │ → 格式合规报告...
|
71 |
| 10860 | aws-cloudformation-task-ecs-deploy-gh | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation Task ECS Deploy with GitHub Actions Comprehensive skill for deploying ECS containers using GitHub Actions CI/CD pipelines with CloudFormation infrastructure management. Overview Deploy containerized applications to Amazon ECS using GitHub Actions workflows. This skill covers the complete deployment pipeline: authentication with AWS (OIDC recommended), building Docker images, pushing to Amazon ECR, updating task definitions, and deploying ECS services. Integrate with CloudForma...
|
71 |
| 10861 | bamboohr-automation | composiohq/awesome-claude-skills |
BambooHR Automation via Rube MCP Automate BambooHR human resources operations through Composio's BambooHR toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/bamboohr Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active BambooHR connection via RUBE_MANAGE_CONNECTIONS with toolkit bamboohr 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 — ...
|
71 |
| 10862 | tailwindcss-plugins | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Plugins Official Plugins @tailwindcss/typography Beautiful typographic defaults for content you don't control (Markdown, CMS content). Installation npm install -D @tailwindcss/typography @import "tailwindcss"; @plugin "@tailwindcss/typography"; Basic Usage <article class="prose"> <h1>Article Title</h1> <p>This content gets beautiful default styles...</p> </article> Size Modifiers Class Description prose-sm Smaller text (14px base) prose Default (16px base) prose-lg Larger t...
|
71 |
| 10863 | academic-researcher | silupanda/academic-researcher |
Academic Researcher You are an academic research assistant with expertise across disciplines for literature reviews, paper analysis, and scholarly writing. When to Apply Use this skill when: Conducting literature reviews Summarizing research papers Analyzing research methodologies Structuring academic arguments Formatting citations (APA, MLA, Chicago, etc.) Identifying research gaps Writing research proposals Paper Analysis Framework When reviewing academic papers, address: 1. Research Question ...
|
71 |
| 10864 | axiom-xcode-mcp-tools | charleswiltgen/axiom |
Xcode MCP Tool Workflows Core principle : Xcode MCP gives you programmatic IDE access. Use workflow loops, not isolated tool calls. Window Targeting (Critical Foundation) Most tools require a tabIdentifier . Always call XcodeListWindows first. 1. XcodeListWindows → list of (tabIdentifier, workspacePath) pairs 2. Match workspacePath to your project 3. Use that tabIdentifier for all subsequent tool calls Cache the mapping for the session. Only re-fetch if: A tool call fails with an invalid tab ide...
|
71 |
| 10865 | qa-testing-ios | vasilyu1983/ai-agents-public |
QA Testing (iOS) Use xcodebuild + Xcode Simulator (simctl) to build, run, and stabilize iOS tests. Primary docs: XCTest, Swift Testing, simctl, Xcode testing Inputs to Confirm Xcode entrypoint: -workspace or -project -scheme (and optional -testPlan) Destination(s): simulator name + iOS runtime (or OS=latest), and whether real devices are required UI-test hooks: launch arguments/env toggles (stubs, demo data, auth bypass, disable animations) Artifact needs: xcresult, coverage, screenshots/vide...
|
71 |
| 10866 | aws-cloudformation-lambda | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation Lambda Serverless Overview Create production-ready serverless infrastructure using AWS CloudFormation templates. This skill covers Lambda functions, layers, event sources, API Gateway, Step Functions, cold start optimization, and best practices for parameters, outputs, and cross-stack references. When to Use Use this skill when: Creating new Lambda functions with CloudFormation Configuring Lambda layers for shared code Integrating Lambda with API Gateway (REST and HTTP API) Im...
|
71 |
| 10867 | docx | dedalus-erp-pas/foundation-skills |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
71 |
| 10868 | basecamp-automation | composiohq/awesome-claude-skills |
Basecamp Automation via Rube MCP Automate Basecamp operations including project management, to-do list creation, task management, message board posting, people management, and to-do group organization through Composio's Basecamp toolkit. Toolkit docs : composio.dev/toolkits/basecamp Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Basecamp connection via RUBE_MANAGE_CONNECTIONS with toolkit basecamp Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setu...
|
71 |
| 10869 | linux-privilege-escalation | sickn33/antigravity-awesome-skills |
Linux Privilege Escalation Purpose Execute systematic privilege escalation assessments on Linux systems to identify and exploit misconfigurations, vulnerable services, and security weaknesses that allow elevation from low-privilege user access to root-level control. This skill enables comprehensive enumeration and exploitation of kernel vulnerabilities, sudo misconfigurations, SUID binaries, cron jobs, capabilities, PATH hijacking, and NFS weaknesses. Inputs / Prerequisites Required Access Low-p...
|
71 |
| 10870 | intent-story | arcblock/idd |
Intent Story 通过采访式对话,帮助用户分享 IDD (Intent Driven Development) 的采用经验,生成传播 IDD 方法论的博客文章。 核心理念 采访式创作:AI 分析 + 提问 + 用户回答 + AI 按风格整合 真实故事:基于用户真实经验,不编造案例 传播 IDD:每篇文章都自然介绍 IDD 理念和工具 Workflow /intent-story ↓ ┌───────────────────────────────────┐ │ Phase 1: 背景分析 │ │ - 检测输入语言 │ │ - 加载写作风格(如有) │ │ - 了解用户 IDD 使用背景 │ └─────────────┬─────────────────────┘ ↓ ┌───────────────────────────────────┐ │ Phase 2: 结构化采访 │ │ - 采...
|
71 |
| 10871 | youtube-transcript-cn | zephyrwang6/myskill |
从 YouTube 视频提取字幕,输出中文文字稿。 快速使用 ``` python3 scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID" ``` 工作流程 - 获取视频链接:从用户消息中提取 YouTube URL - 运行脚本:执行 `scripts/get_transcript.py` 提取字幕 - 处理输出: 如果字幕是中文:直接输出 - 如果字幕是英文:翻译为中文后输出 - 保存结果:根据用户需求保存为 Markdown 文件 脚本参数 | `url` | YouTube 视频链接或 ID | 必填 | `-f, --format` | 输出格式: `text`, `markdown`, `json` | `markdown` | `-t, --timestamps` | 包含时间戳 | 否 | `-l, --lang` | 首选语言(逗号分隔) | `zh,en` | `-o, --output` | 输出文件路径 | std...
|
71 |
| 10872 | site-audit | webflow/webflow-skills |
Comprehensive audit of a Webflow site's structure, content health, and quality with detailed analysis and multiple export formats. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cm...
|
71 |
| 10873 | app-store-aso | timbroddin/app-store-aso-skill |
Apple App Store ASO Optimization Overview This skill enables comprehensive Apple App Store Optimization (ASO) analysis and metadata generation. Analyze existing app listings, generate optimized metadata following Apple's guidelines and character limits, provide competitive insights, and recommend screenshot storyboard strategies. Core Workflow When a user requests ASO optimization or metadata review: Analyze the App Context Understand the app's purpose, features, and target audience Identify uni...
|
71 |
| 10874 | ai-video-generation | mindmorass/reflex |
AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a video with Veo infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Available Models Text-to-Video Model App ID Best For Veo 3.1 Fast google/veo-3-1-fast Fast, with optional audio Veo 3.1 google/veo-3-1 Best quality, frame interpolatio...
|
71 |
| 10875 | test-generator | oimiragieo/agent-studio |
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Step 1: Identify Test Type Determine what type of test is needed: Unit Test : Component/function testing Integration Test : Service/API integration E2E Test : Full user flow testing API Test : Endpoint testing Step 2: Analyze Target Code Examine code to test (Use Parallel Read/Grep/Glob): Read component/function code Identify test cases Understand dependencies Note edge cases Step 3: Analyze Test Patterns Review...
|
71 |
| 10876 | git-best-practices | 0xbigboss/claude-code |
Git Best Practices Always Active Principles When this skill is loaded, follow these directives for all git operations: Discover before acting — run branch discovery to determine the repo's default and production branches before branching, merging, or opening PRs Conventional commits — every commit uses type(scope): description format Stage explicitly — add files by name so only intended changes are committed Protect shared history — use --force-with-lease for force pushes; confirm with the user ...
|
71 |
| 10877 | pii-sanitizer | jorgealves/agent_skills |
PII Sanitizer Purpose and Intent The pii-sanitizer is a data protection tool designed to identify and mask Personally Identifiable Information (PII) from datasets, logs, or communications to comply with privacy regulations like GDPR and CCPA. When to Use Log Scrubbing : Clean application logs before sending them to centralized logging platforms (e.g., ELK, Datadog). Dataset Preparation : Sanitize production data before using it in staging or training environments. Customer Support : Mask sensiti...
|
71 |
| 10878 | swift-best-practices | secondsky/claude-skills |
Swift Best Practices Skill Overview Apply modern Swift development best practices focusing on Swift 6+ features, concurrency safety, API design principles, and code quality guidelines for iOS and macOS projects targeting macOS 15.7+. When to Use This Skill Use this skill when: Writing new Swift code for iOS or macOS applications Reviewing Swift code for correctness, safety, and style Implementing Swift concurrency features (async/await, actors, MainActor) Designing Swift APIs and public interfac...
|
71 |
| 10879 | react | dalestudy/skills |
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
|
71 |
| 10880 | security-scan | jwynia/agent-skills |
Security Scan Skill Audit your Claude Code configuration for security issues using AgentShield . When to Activate Setting up a new Claude Code project After modifying .claude/settings.json , CLAUDE.md , or MCP configs Before committing configuration changes When onboarding to a new repository with existing Claude Code configs Periodic security hygiene checks What It Scans File Checks CLAUDE.md Hardcoded secrets, auto-run instructions, prompt injection patterns settings.json Overly permissive all...
|
71 |
| 10881 | indicator-setup | marketcalls/openalgo-indicator-skills |
Set up the complete Python environment for OpenAlgo indicator analysis, charting, and dashboard development. Arguments $0 = Python version (optional, default: python3 ). Examples: python3.12 , python3.13 Steps Step 1: Detect Operating System uname -s 2 > /dev/null || echo "Windows" Map: Darwin = macOS, Linux = Linux, MINGW* / CYGWIN* / Windows = Windows. Step 2: Create Virtual Environment macOS / Linux: python3 -m venv venv source venv/bin/activate pip install --upgrade pip Windows: python -m ve...
|
71 |
| 10882 | live-feed | marketcalls/openalgo-indicator-skills |
Create a real-time indicator feed using OpenAlgo WebSocket streaming. Arguments Parse $ARGUMENTS as: symbol exchange mode $0 = symbol (e.g., SBIN, RELIANCE, NIFTY). Default: SBIN $1 = exchange (e.g., NSE, NSE_INDEX). Default: NSE $2 = mode (e.g., ltp, quote, depth, multi). Default: quote If no arguments, ask user for symbol and what data they want. Instructions Read the indicator-expert rules, especially: rules/websocket-feeds.md — WebSocket connection and subscription rules/data-fetching.md — H...
|
71 |
| 10883 | grill-me | tkersey/dotfiles |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
71 |
| 10884 | mcp-builder | dedalus-erp-pas/foundation-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
71 |
| 10885 | lerna | mindrally/skills |
Lerna Monorepo Development You are an expert in Lerna, the fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages. Project Structure Organize packages following Lerna conventions: packages/ - All package directories (default) Can customize with multiple directories in lerna.json Each package should be self-contained with its own: package.json Source code Tests Build configuration Lerna Configuration Configure lerna.json at the root: { "$schema": "http...
|
71 |
| 10886 | tech-debt-analyzer | ailabs-393/ai-labs-claude-skills |
Technical Debt Analyzer Overview Systematically identify, analyze, document, and track technical debt in JavaScript/TypeScript codebases. This skill provides automated analysis tools, comprehensive debt categorization frameworks, and documentation templates to maintain a technical debt register. Core Workflow 1. Automated Analysis Run automated scripts to detect technical debt indicators across the codebase. Code Smell Detection Identify code quality issues using the automated detector: py...
|
71 |
| 10887 | aws-cloudformation-s3 | giuseppe-trisciuoglio/developer-kit |
AWS CloudFormation S3 Patterns Create production-ready Amazon S3 infrastructure using AWS CloudFormation templates. This skill covers S3 bucket configurations, bucket policies, versioning, lifecycle rules, and template structure best practices. When to Use Use this skill when: Creating S3 buckets with custom configurations Implementing bucket policies for access control Configuring S3 versioning for data protection Setting up lifecycle rules for data management Creating Outputs for cross-stack r...
|
71 |
| 10888 | improve-game | opusgamelabs/game-creator |
Improve Game Make your game better. This command deep-audits gameplay, visuals, code quality, performance, and player experience, then implements the highest-impact improvements. Run it as many times as you want — each pass finds the next most impactful thing to fix. Instructions Improve the game in the current directory. If $ARGUMENTS specifies a focus area (e.g., "gameplay", "visuals", "performance", "polish", "game-over"), weight that area higher but still audit everything. Step 1: Deep audit...
|
71 |
| 10889 | data-journalism | jamditis/claude-skills-journalism |
Data journalism methodology Systematic approaches for finding, analyzing, and presenting data in journalism. Data acquisition Public data sources Federal data sources General - Data.gov - Federal open data portal - Census Bureau (census.gov) - Demographics, economic data - BLS (bls.gov) - Employment, inflation, wages - BEA (bea.gov) - GDP, economic accounts - Federal Reserve (federalreserve.gov) - Financial data - SEC EDGAR - Corporate filings Specific domains - EPA (epa.gov/data) - Envir...
|
71 |
| 10890 | graphql-expert | martinholovsky/claude-skills-generator |
GraphQL API Development Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement GraphQL features, you MUST: Verify Before Implementing ✅ Check official Apollo Server 4+ documentation ✅ Confirm GraphQL spec compliance for directives/types ✅ Validate DataLoader patterns are current ❌ Never guess Apollo Server configuration options ❌ Never invent GraphQL directives ❌ Never assume federati...
|
71 |
| 10891 | implement | yonatangross/orchestkit |
Implement Skill Quick Ref: Execute single issue end-to-end. Output: code changes + commit + closed issue. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execute a single issue from start to finish. CLI dependencies: bd (issue tracking), ao (ratchet gates). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use the issue description directly and track progress via TaskList instead of beads. Execution Steps Given /implement <issue-id-or-description> : St...
|
71 |
| 10892 | convertkit-automation | composiohq/awesome-claude-skills |
ConvertKit (Kit) Automation via Rube MCP Automate ConvertKit (now known as Kit) email marketing operations through Composio's Kit toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/kit Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Kit connection via RUBE_MANAGE_CONNECTIONS with toolkit kit 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 ...
|
71 |
| 10893 | implementing-jsc-classes-cpp | oven-sh/bun |
For publicly accessible Constructor and Prototype, create 3 classes: - `class Foo : public JSC::DestructibleObject` - if C++ fields exist; otherwise use `JSC::constructEmptyObject` with `putDirectOffset` - `class FooPrototype : public JSC::JSNonFinalObject` - `class FooConstructor : public JSC::InternalFunction` No public constructor? Only Prototype and class needed. Iso Subspaces Classes with C++ fields need subspaces in: - `src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h` - `src/b...
|
71 |
| 10894 | pipedrive-automation | composiohq/awesome-claude-skills |
Pipedrive Automation via Rube MCP Automate Pipedrive CRM workflows including deal management, contact and organization operations, activity scheduling, notes, and pipeline/stage queries through Composio's Pipedrive toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Pipedrive connection via RUBE_MANAGE_CONNECTIONS with toolkit pipedrive Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server...
|
71 |
| 10895 | miro-automation | composiohq/awesome-claude-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 ...
|
71 |
| 10896 | cloud-architect | 404kidwiz/claude-supercode-skills |
Cloud Architect Senior cloud architect specializing in multi-cloud strategies, migration patterns, cost optimization, and cloud-native architectures across AWS, Azure, and GCP. Role Definition You are a senior cloud architect with 15+ years of experience designing enterprise cloud solutions. You specialize in multi-cloud architectures, migration strategies (6Rs), cost optimization, security by design, and operational excellence. You design highly available, secure, and cost-effective cloud in...
|
71 |
| 10897 | video-clipper | dkyazzentwatwa/chatgpt-skills |
Cut and trim video segments with precise timestamp control. Features - Timestamp Clipping: Cut segments by start/end times - Multi-Segment: Extract multiple clips from one video - Split by Duration: Auto-split into equal chunks - Trim: Remove start/end portions - Format Preservation: Maintain quality and format CLI Usage ``` python video_clipper.py --input video.mp4 --start 00:01:00 --end 00:02:30 --output clip.mp4 python video_clipper.py --input video.mp4 --split 60 --output clips/ `...
|
71 |
| 10898 | stata-regression | meleantonio/awesome-econ-ai-stuff |
Stata Regression Purpose This skill produces reproducible regression analysis workflows in Stata, including model diagnostics and publication-ready tables using esttab or outreg2 . When to Use Estimating linear or nonlinear regression models in Stata Producing tables for academic papers and reports Running robustness checks and alternative specifications Instructions Follow these steps to complete the task: Step 1: Understand the Context Before generating any code, ask the user: What is the depe...
|
71 |
| 10899 | debugging | pluginagentmarketplace/custom-plugin-python |
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
|
71 |
| 10900 | moai-lang-python | modu-ai/moai-adk |
Quick Reference (30 seconds) Python 3.13+ Development Specialist - FastAPI, Django, async patterns, pytest, and modern Python features. Auto-Triggers: Python files with .py extension, pyproject.toml, requirements.txt, pytest.ini, FastAPI or Django discussions Core Capabilities: Python 3.13 Features: JIT compiler via PEP 744, GIL-free mode via PEP 703, pattern matching with match and case statements Web Frameworks: FastAPI 0.115 and later, Django 5.2 LTS Data Validation: Pydantic v2.9 with mo...
|
71 |