mdskills

skills

作成者: @dillionbender0 · 146件のスキル

このコレクションをインストール

npx mdskills install @dillionbender0/skills

プロジェクトのルートで実行すると、このリストのすべてのスキルがインストールされます。

Gemini API Dev

Skill

Use this skill when building applications with Gemini models, Gemini API, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai for JavaScript/TypeScript, com.google.genai:google-genai for Java, google.golang.org/genai for Go), model selection, and API capabilities.

8.04005by google-gemini

Smart Tree

Skill

After install, run st --cleanup to scan for and remove any malicious AI integrations. Security scanner detects supply chain attacks targeting AI assistants. Why this matters: Some npm packages install MCP servers that phone home to external endpoints, fetch mutable content via IPFS/IPNS, and can inject behavioral modifications into your AI sessions. These supply chain attacks are difficult to dete

8.04004by 8b-is

Linkedin Automation

Skill

Automate LinkedIn tasks via Rube MCP (Composio): create posts, manage profile, company info, comments, and image uploads. Always search tools first for current schemas.

8.04002by sickn33

Canva Automation

Skill

Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas.

8.04002by sickn33

N8n Expression Syntax

Skill

Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.

8.04002by czlonkowski

Voice Agents

Skill

Voice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis, it's achieving natural conversation flow with sub-800ms latency while handling interruptions, background noise, and emotional nuance. This skill covers two architectures: speech-to-speech (OpenAI Realtime API, lowest latency, most natural) and pipeline (STT→LLM→TTS, more control, easier to debug). Key insight: latency is the constraint. Hu

4.02002by sickn33

Features

Skill

Google News MCP Server A Model Context Protocol (MCP) server implementation that provides Google News search capabilities via SerpAPI integration. Automatically categorizes news results and supports multiple languages and regions. Comprehensive search capabilities including query-based search, topic search, publication filtering and story coverage. Supports multiple languages and regions through c

7.03502by ChanMeng666

Everything MCP Server

Skill

Architecture This MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be a useful server, but rather a test server for builders of MCP clients. It implements prompts, tools, resources, sampling, and more to showcase MCP capabilities. A complete list of the registered MCP primitives and other protocol features demonstrated can be found in the Server Features

8.04002by modelcontextprotocol

N8n Code Javascript

Skill

Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.

8.04002by czlonkowski

Youtube Automation

Skill

Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools first for current schemas.

8.04002by sickn33

Moodle External API Development

Skill

Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom plugin functionality. Covers parameter validation, database operations, error handling, service registration, and Moodle coding standards.

9.04501by sickn33

Reddit MCP Buddy

Skill

A Model Context Protocol (MCP) server that enables Claude Desktop and other AI assistants to browse Reddit, search posts, and analyze user activity. Clean, fast, and actually works - no API keys required. Claude analyzing real-time sentiment about H-1B visa changes across r/cscareerquestions and r/india - What makes Reddit MCP Buddy different? - Quick Start - What can it do? - Available Tools - Au

8.04002by karanb192

Graphql Architect

Skill

Master modern GraphQL with federation, performance optimization,

7.03501by sickn33

Agents SDK

Skill

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.

8.04001by cloudflare

RAGStack MCP Server

Skill

MCP (Model Context Protocol) server for RAGStack knowledge bases. Enables AI assistants to search, chat, upload documents/media, and scrape your knowledge base. Get your GraphQL endpoint and API key from the RAGStack dashboard: Settings → API Key Edit ~/Library/Application Support/Claude/claudedesktopconfig.json (Mac) or %APPDATA%\Claude\claudedesktopconfig.json (Windows): Edit ~/.aws/amazonq/mcp.

9.04501by HatmanStack

N8n Code Python

Skill

Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.

8.04001by czlonkowski

Coda Automation

Skill

Automate Coda tasks via Rube MCP (Composio): manage docs, pages, tables, rows, formulas, permissions, and publishing. Always search tools first for current schemas.

8.0400by sickn33

Daily News Report

Skill

Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.

8.0400by sickn33

Azure Cosmos DB Py

Skill

Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".

9.0450by sickn33

Helpdesk Automation

Skill

Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.

8.0400by sickn33

Financial UI Patterns

Skill

Use when building any UI that displays prices, P&L, holdings, orders, trades, charts, order books, watchlists, or streaming market data. Covers patterns from Kraken, Coinbase, TradingView, Bloomberg, Robinhood. Read before writing JSX for any financial surface.

8.743539by rgourley

Impeccable

Plugin

Design guidance for AI coding agents. 1 skill, 23 commands, live browser iteration, and 60 deterministic detector rules for AI-generated frontend design. Anthropic's frontend-design was the first widely-used design skill for Claude. Impeccable started from there. Every model trained on the same SaaS templates. Skip the guidance and you get the same handful of tells on every project: Inter for ever

8.7435542by pbakaus

Clean Code

Rules

Guidelines for writing clean, maintainable, and human-readable code. Apply these rules when writing or reviewing code to ensure consistency and quality.

5.025061by PatrickJS

Python

Rules

You are an AI assistant specialized in Python development.

7.03507by PatrickJS

QA Bug Report

Rules

Bug Report: [Clear, concise title describing the issue]

7.03503by PatrickJS

Playwright E2e Testing

Rules

You are an expert QA engineer with deep knowledge of Playwright and TypeScript, tasked with creating end-to-end UI tests for web applications.

8.04001by PatrickJS

R

Rules

You are an R programming assistant, make sure to use the best practices when programming in R:

7.03501by PatrickJS

SwiftUI Guidelines

Rules

you are an expert in coding with swift, swift ui. you always write maintainable code and clean code.

4.02001by PatrickJS

Playwright API Testing

Rules

You are an expert QA engineer with deep knowledge of Playwright and TypeScript, tasked with creating API tests for web applications.

7.0350by PatrickJS

Github Code Quality

Rules

"name": "Verify Information",

7.0350by PatrickJS

UIKit Guidelines

Rules

you are an expert in coding with swift, iOS, UIKit. you always write maintainable code and clean code.

7.0350by PatrickJS

Playwright Integration Testing

Rules

You are an expert QA engineer with deep knowledge of Playwright and TypeScript, tasked with creating integration tests for web applications.

8.0400by PatrickJS

Solidity Foundry

Rules

You are an expert in Solidity and smart contract security.

7.0350by PatrickJS

Kotlin Spring Boot Best Practices

Rules

Kotlin Coding Best Practices for Spring Boot Development

8.04001by PatrickJS

Go Servemux REST API

Rules

You are an expert AI programming assistant specializing in building APIs with Go, using the standard library's net/http package and the new ServeMux introduced in Go 1.

7.0350by PatrickJS

Playwright Defect Tracking

Rules

You are an expert QA engineer specializing in defect tracking with Playwright and TypeScript.

7.0350by PatrickJS

Gherkin Style Testing

Rules

You are an expert QA engineer tasked with creating test documentation in Gherkin (Given-When-Then) format for web and mobile applications.

7.0350by PatrickJS

Pr Template

Rules

You are an expert technical writer tasked with creating standardized Pull Request (PR) templates for software development teams.

7.0350by PatrickJS

Web App Optimization

Rules

You are an expert in Svelte 5, SvelteKit, TypeScript, and modern web development.

8.0400by PatrickJS

World Intelligence MCP Server

MCP

Real-time global intelligence across 30+ domains with 109 MCP tools, a live ops-center dashboard, a CLI, and a Qdrant vector store for enterprise-grade semantic search across accumulated intelligence. All data comes from free, public APIs — no paid subscriptions required. Built for AI agents that need world awareness: market conditions, geopolitical risk, military posture, supply chain disruptions

8.74358by marc-shade

Playwright MCP Server 🎭

MCP

MseeP.ai Security Assessment A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scrapes the page and execute JavaScript in a real browser environment. Test your web applications on real device profiles with a simple command: Natural Language Support for AI Ass

8.040087by executeautomation

Excel CLI

MCP

9.045070by sbroenne

Token Optimizer MCP

MCP

Token Optimizer MCP is a Model Context Protocol (MCP) server that reduces context window usage by 60-90% through intelligent caching, compression, and smart tool replacements. By storing compressed content externally in SQLite and providing optimized alternatives to standard tools, the server helps you maximize your available context window. Production Results: 60-90% token reduction across 38,000

8.040011by ooples

Travel Hacking Toolkit

MCP

Airline alliance reference (Star Alliance, oneworld, SkyTeam) and key cross-alliance booking relationships. Maps which loyalty programs can book which airlines. Load when researching award flights, deciding which program to book through, or when partnerships and alliance membership matter.

7.63806by borski

AI Video Remix

MCP

Generate styled video compositions from your local video footage library using natural language. ShotAI handles shot-level indexing and semantic search; this tool handles the planning, music, and rendering. This repo ships a ready-to-install Claude Agent Skill in the skill/ directory. Install in Claude Code: Or point Claude Code settings to the local skill/ folder. Once installed, just describe wh

7.83904by abu-ShotAI

Memory MCP Server

MCP

An MCP (Model Context Protocol) server that provides memory management and context window caching for AI coding environments like Cursor and Claude Desktop. - 💾 Persistent Storage – MongoDB-backed memory that survives sessions - 🧠 Context Caching – Intelligent archiving and retrieval of conversation context - 🏷️ Tag-based Search – Organize and find memories by tags - 📊 Relevance Scoring – Auto

8.04004by JamesANZ

MCP Wireshark

MCP

An MCP server that exposes Wireshark/tshark capabilities to AI tools and IDEs. Capture live traffic, analyze .pcap files, apply display filters, follow TCP/UDP streams, and export to JSON — all via Claude Desktop, VS Code Copilot, or any MCP-compatible client. - Python 3.10+ - Wireshark/tshark installed and on PATH Linux: add your user to the wireshark group for non-root capture: Or with uv: ~/Lib

8.24103by khuynh22

Jupyter MCP Server

MCP

An MCP server developed for AI to connect and manage Jupyter Notebooks in real-time Developed by Datalayer - Key Features - MCP Overview - Getting Started - Best Practices - Contributing - Resources - ⚡ Real-time control: Instantly view notebook changes as they happen. - 🔁 Smart execution: Automatically adjusts when a cell run fails thanks to cell output feedback. - 🧠 Context-aware: Understands

8.04003by datalayer

Reddit MCP Server

MCP

A Model Context Protocol (MCP) server that provides AI assistants with access to Reddit data. Built on top of redd — no API keys required. 1. Features 2. Quick Start 3. Available Tools 4. Configuration 5. Architecture 6. Contributing - Search — Search all of Reddit or within a specific subreddit - Subreddit Posts — Browse hot, top, new, or rising posts from any subreddit - Post Details —

7.03503by eliasbiondo

Awesome Ionic MCP server

MCP

Your comprehensive Ionic coding companion powered by the Model Context Protocol (MCP). This intelligent server provides seamless access to Ionic Framework components, Capacitor plugins, developer resources, and CLI command execution to accelerate your mobile app development workflow. Whether you're building cross-platform applications with React, Angular, Vue, or Vanilla JavaScript, this MCP serve

8.04003by Tommertom

YouTube Transcript Server

MCP

A Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video captions and subtitles through a simple interface. To install YouTube Transcript Server for Claude Desktop automatically via Smithery: - gettranscript - Extract transcripts from YouTube videos - url (string, required): YouTube video URL, Shorts URL, or video ID - l

7.03501by kimtaeyoon83

Obsidian MCP Server

MCP

Connect Claude, ChatGPT, and other AI assistants to your Obsidian vault. If you find this MCP server useful, please consider supporting its development! 👉 Click here to support this project Your support helps maintain and improve this tool. Thank you! 🙏 Claude Desktop: Add to ~/Library/Application Support/Claude/claudedesktopconfig.json (Mac) or %APPDATA%\Claude\claudedesktopconfig.json (Windows

7.03501by louis030195

Cloud Cost MCP

MCP

Multi-cloud pricing comparison MCP server for AWS, Azure, GCP, and OCI. Compare compute, storage, egress, and Kubernetes costs across all major cloud providers with a single query. - Comprehensive Coverage: 2,700+ instance types across all providers - AWS: 1,147 EC2 instances + 353 RDS database types + Lightsail - Azure: 1,199 VM types - GCP: 287 instance types across 40+ regions - OCI: 600+ produ

8.0400by jasonwilbur

TheBrain MCP Server

MCP

An MCP (Model Context Protocol) server that enables AI assistants to interact with TheBrain's knowledge management system. This server provides comprehensive access to TheBrain's API, focusing on natural language interaction with TheBrain's powerful knowledge management capabilities. MCP (Model Context Protocol) is a standard that lets AI assistants like Claude connect to external tools and servic

7.8390by redmorestudio

Life OS

MCP

A personal filesystem that works as your life operating system — designed to be read, queried, and operated on by an AI agent. Life OS is a structured set of markdown files that give an AI agent (Goose, Claude, or any LLM with filesystem access via MCP) persistent context about your life — who you are, what you're working on, what you're learning, and what's happened. The AI reads these files at t

7.2360by picturpoet

LinkedIn MCP Server

MCP

A Model Context Protocol (MCP) server for LinkedIn. Search people, companies, and jobs, scrape profiles, and retrieve structured JSON data from any MCP-compatible AI client. Built with FastMCP, Patchright, and a clean hexagonal architecture. The getpersonprofile tool supports granular section scraping. Request only the sections you need: - Main profile (always included) — name, headline, location,

8.7435by eliasbiondo

Knowledge-to-Action MCP

MCP

knowledge-to-action-mcp is an MCP server for people whose real project context lives in notes, decisions, roadmaps, and meeting docs, not just code. Most Obsidian MCP servers stop at "read a note" or "search a vault." This one goes further: That means an MCP client can move from: If you work out of Obsidian, your important context is usually spread across: - roadmap notes - meeting notes - decisio

7.8390by tac0de

MacOS Resource Monitor MCP Server

MCP

A Model Context Protocol (MCP) server that identifies resource-intensive processes on macOS across CPU, memory, and network usage. MacOS Resource Monitor is a lightweight MCP server that exposes an MCP endpoint for monitoring system resources. It analyzes CPU, memory, and network usage, and identifies the most resource-intensive processes on your Mac, returning data in a structured JSON format. -

8.0400by Pratyay

Fast Filesystem MCP

MCP

Advanced filesystem operations for Claude Desktop with large file handling capabilities and Claude-optimized features. Add to your Claude Desktop config. - Basic setup - With backup files enabled Control backup file creation behavior. - CREATEBACKUPFILES=false (default): Disables backup file creation to reduce clutter - CREATEBACKUPFILES=true: Creates backup files before modifications Note: Backup

8.0400by efforthye

Apple Shortcuts MCP Server 🤖

MCP

A Model Context Protocol (MCP) server that lets AI assistants like Claude control Apple Shortcuts automations. This enables AI models to trigger shortcuts and automate tasks on macOS in a safe and controlled way. The Model Context Protocol (MCP) is a system that lets AI apps, like Claude Desktop, connect to external tools and data sources. It gives a clear and safe way for AI assistants to work wi

7.0350by recursechat

Video Edit MCP Server 🎬

MCP

A powerful Model Context Protocol (MCP) server designed for advanced video and audio editing operations. This server enables MCP clients—such as Claude Desktop, Cursor, and others—to perform comprehensive multimedia editing tasks through a standardized and unified interface. - Basic Editing: Trim, merge, resize, crop, rotate videos - Effects: Speed control, fade in/out, grayscale, mirror - Overlay

8.0400by Aditya2755

NS Travel Information MCP Server

MCP

Transform your AI assistant into a Dutch railways expert! This MCP server connects Claude to real-time NS (Nederlandse Spoorwegen) travel information, making it your perfect companion for navigating the Netherlands by train. You can install this server in three ways: Update your Claude configuration file (~/Library/Application Support/Claude/claudedesktopconfig.json): You can get an API key from N

8.0400by r-huijts

Ntfy Me MCP

MCP

ntfy-me-mcp provides AI assistants with the ability to send real-time notifications to your devices through the ntfy service (either public or selfhosted with token support). Get notified when your AI completes tasks, encounters errors, or reaches important milestones - all without constant monitoring. The server includes intelligent features like automatic URL detection for creating view actions

7.0350by gitmotion

Flight Planner MCP Server

MCP

A Model Context Protocol server that creates travel agent-level flight plans using the fast-flights API. - Search for one-way and round-trip flights - Create comprehensive travel plans based on trip parameters - Get airport code information - Use templates for common travel queries 1. Make sure you have Python 3.10 or higher installed 2. Install the required packages: You can run the server direct

7.2360by salamentic

Zabbix MCP Server

MCP

A comprehensive Model Context Protocol (MCP) server for Zabbix integration using FastMCP and python-zabbix-utils. This server provides complete access to Zabbix API functionality through MCP-compatible tools. - hostget - Retrieve hosts with advanced filtering - hostcreate - Create new hosts with interfaces and templates - hostupdate - Update existing host configurations - hostdelete - Remove hosts

8.0400by mpeirone

Hacker News MCP Server

MCP

A Model Context Protocol (MCP) server that provides tools for fetching information from Hacker News. - getstories Fetching (top, new, askhn, showhn) stories - getstoryinfo Fetching comments associated with a story - searchstories Searching for stories by query - getuserinfo Fetching user info Use prompts like the following: A more detailed example with the puppeteer MCP server: To install Hacker N

6.0300by erithwik

Bug Triage

MCP

mcp.apify.com The Apify Model Context Protocol (MCP) server at mcp.apify.com enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, and any other website using thousands of ready-made scrapers, crawlers, and automation tools from Apify Store. It supports OAuth, allowing you to connect from clients like Claude.ai or Visual Studio Code using just the URL.

8.3415by apify

Cloudflare MCP Server

MCP

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account. These MCP servers allow your MCP Client

7.0350by cloudflare

Agents 🤖

MCP

A collection of AI agents for various tasks. Welcome to the agents repository! This project contains various AI agent definitions. The definitions can be used by any agentic system that supports markdown. An MCP (Model Context Protocol) server that delivers AI agent instructions on demand from this repository's collection of 42+ specialized agents. The server exposes 3 MCP tools: List all availabl

7.0350by valado

Domain Search MCP

MCP

Fast, local-first domain availability checks for MCP clients. Works with zero configuration using public RDAP/WHOIS, and optionally enriches results with registrar pricing via a backend you control. 🆕 v1.10.0: GoDaddy public endpoint integration! Enhanced fallback chain (RDAP → GoDaddy → WHOIS) with premium/auction domain detection. Circuit breaker pattern ensures resilience. 🤖 v1.9.0+: AI-power

8.0400by dorukardahan

Security Operations Multi-Tool Platform (MCP)

MCP

A comprehensive security operations platform that integrates multiple security tools into a unified interface. This platform provides a centralized way to run various security scanning and testing tools. - Unified Interface: Single entry point for multiple security tools - Docker Support: Easy deployment using Docker - JSON Output: Consistent JSON output format across all tools - Error Handling: R

7.0350by securityfortech

SSH MCP

MCP

SSH MCP is an MCP server that runs locally on your host that provides the ability to manage and interact with remote SSH hosts. It supports organizing hosts into groups and executing commands across multiple hosts simultaneously. - addhost - Adds a new Linux or Windows host to the SSH configuration with automatic OS detection. Username and password are optional in the connection string - if not pr

8.0400by blakerouse

Mobile Design

Skill

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or native mobile apps.

8.040054by sickn33

Stitch UI Design

Skill

Expert guide for creating effective prompts for Google Stitch AI UI design tool. Use when user wants to design UI/UX in Stitch, create app interfaces, generate mobile/web designs, or needs help crafting Stitch prompts. Covers prompt structure, specificity techniques, iteration strategies, and design-to-code workflows for Stitch by Google.

8.040012by sickn33

SwiftUI Agent Skill for AI Coding Assistants

Skill

SwiftUI Agent Skill for AI Coding Assistants An agent skill that helps AI coding assistants write smarter, simpler, and more modern SwiftUI, including guidance on API usage, design, performance, and accessibility. Covers navigation, layout, animations, state management, VoiceOver, deprecated API, and more, targeting the mistakes LLMs actually make. Also available: - SwiftData Pro - Swift Concurren

7.83908by twostraws

Senior Architect

Skill

Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. Includes architecture diagram generation, system design patterns, tech stack decision frameworks, and dependency analysis. Use when designing system architecture, making technical decisions, creating architecture diagrams, evaluating trade-offs, or defining integration patterns.

4.02005by sickn33

Game Development

Skill

Game development orchestrator. Routes to platform-specific skills based on project needs.

7.03506by sickn33

Multi Platform Apps Multi Platform

Skill

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

8.04005by sickn33

Mobile Games

Skill

Mobile game development principles. Touch input, battery, performance, app stores.

4.02005by sickn33

swiftui-microinteractions

Skill

Generate premium SwiftUI animations in the legendary-Animo style — spring physics, CoreHaptics, glass morphism, SF Symbols 7 draw animations, complete compilable files.

8.34154by iAmVishal16

App Store Optimization

Skill

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

7.03503by sickn33

Swift Patterns

Skill

Review, refactor, or build SwiftUI features with correct state management, modern API usage, optimal view composition, navigation patterns, performance optimization, and testing best practices.

9.04501by efremidze

Expo Deployment

Skill

Deploy Expo apps to production

5.0250by sickn33

React Native Architecture

Skill

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.

5.0250by sickn33

Bash Pro

Skill

Master of defensive Bash scripting for production automation, CI/CD

9.04501by sickn33

Agent Breadcrumbs 🍞

Skill

Lightweight logging & observability for agent work across clients (Codex, Claude, Cursor, ChatGPT, OpenClaw, and others). - One MCP tool (logwork) that aggregates work done across different agents for single or multiple users. - Define your own logging structure with custom schemas (or use built-in profiles) once, and the MCP schema will guide clients to log with correct payloads. - This lets team

8.04001by ejcho623

Computer Use Agents

Skill

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use when: computer use, desktop automation agent, screen control AI, vision-based agent, GUI automation.

8.04001by sickn33

Secrets Management

Skill

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.

8.04001by sickn33

Skill Creator

Skill

Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.

8.0400by sickn33

ML Engineer

Skill

Build production ML systems with PyTorch 2.x, TensorFlow, and

7.03505by sickn33

Pentest Checklist

Skill

This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "follow security testing best practices", or needs a structured methodology for penetration testing engagements.

8.04005by sickn33

Reviewing Code

Skill

Review code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.

8.04005by jlowin

Skills

Skill

Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or documentation.

9.04504by Shpigford

Ethical Hacking Methodology

Skill

This skill should be used when the user asks to "learn ethical hacking", "understand penetration testing lifecycle", "perform reconnaissance", "conduct security scanning", "exploit vulnerabilities", or "write penetration test reports". It provides comprehensive ethical hacking methodology and techniques.

7.03504by sickn33

SQL Injection Testing

Skill

This skill should be used when the user asks to "test for SQL injection vulnerabilities", "perform SQLi attacks", "bypass authentication using SQL injection", "extract database information through injection", "detect SQL injection flaws", or "exploit database query vulnerabilities". It provides comprehensive techniques for identifying, exploiting, and understanding SQL injection attack vectors across different database systems.

8.04003by sickn33

Code Guardian Studio

Skill

Version: 4.1.0 | License: MIT (open-core) Website & Docs: https://codeguardian.studio CCG stands out as the most comprehensive MCP server for Claude Code: Key Differentiators: - All-in-one: Guard + Metrics + Workflow + Memory in a single server - 113+ MCP tools: The most comprehensive toolset available - Session management: Resume work across conversations - Real-time progress: Track refactoring p

8.04003by phuongrealmax

Develop Web Game

Skill

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

8.04002by openai

Codebase Cleanup Refactor Clean

Skill

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.

7.03502by sickn33

Parallel Agents

Skill

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

8.04002by sickn33

Burp Suite Web Application Testing

Skill

This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp Repeater", "analyze HTTP history", or "configure proxy for web testing". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.

8.04002by sickn33

E2e Testing Patterns

Skill

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

6.03002by sickn33

Empathy Framework

Skill

AI-powered developer workflows with cost optimization and pattern learning. Run code review, debugging, testing, and release workflows from your terminal or Claude Code. Smart tier routing saves 34-86% on LLM costs. -brightgreen) Empathy Framework is evolving to focus exclusively on Anthropic/Claude to unlock features impossible with multi-provider abstraction: - 📦 Prompt Caching: 90% cost reduct

7.03502by Smart-AI-Memory

Firmware Analyst

Skill

Expert firmware analyst specializing in embedded systems, IoT

8.04001by sickn33

Agent Orchestration Improve Agent

Skill

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.

8.04001by sickn33

LLM Evaluation

Skill

LLM evaluation and testing patterns including prompt testing, hallucination detection, benchmark creation, and quality metrics. Use when testing LLM applications, validating prompt quality, implementing systematic evaluation, or measuring LLM performance.

7.03501by applied-artificial-intelligence

Linux Production Shell Scripts

Skill

This skill should be used when the user asks to "create bash scripts", "automate Linux tasks", "monitor system resources", "backup files", "manage users", or "write production shell scripts". It provides ready-to-use shell script templates for system administration.

8.04001by sickn33

HTML Injection Testing

Skill

This skill should be used when the user asks to "test for HTML injection", "inject HTML into web pages", "perform HTML injection attacks", "deface web applications", or "test content injection vulnerabilities". It provides comprehensive HTML injection attack techniques and testing methodologies.

8.04001by sickn33

UI Visual Validator

Skill

Rigorous visual validation expert specializing in UI testing,

8.04001by sickn33

Windows Privilege Escalation

Skill

This skill should be used when the user asks to "escalate privileges on Windows," "find Windows privesc vectors," "enumerate Windows for privilege escalation," "exploit Windows misconfigurations," or "perform post-exploitation privilege escalation." It provides comprehensive guidance for discovering and exploiting privilege escalation vulnerabilities in Windows environments.

8.04001by sickn33

Writing Skills

Skill

Use when creating, updating, or improving agent skills.

8.04001by sickn33

Network 101

Skill

This skill should be used when the user asks to "set up a web server", "configure HTTP or HTTPS", "perform SNMP enumeration", "configure SMB shares", "test network services", or needs guidance on configuring and testing network services for penetration testing labs.

9.0450by sickn33

Ql Brainstorm

Skill

Part of the quantum-loop autonomous development pipeline (brainstorm \u2192 spec \u2192 plan \u2192 execute \u2192 review \u2192 verify). Deep Socratic exploration of a feature idea before implementation. Asks questions one at a time, proposes 2-3 alternative approaches with trade-offs, presents design section-by-section for approval, and saves an approved design document. Use when starting a new feature, exploring an idea, or before writing a spec.

8.7435by andyzengmath

Browser Automation

Skill

Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the better choice in 202

6.0300by sickn33

Awesome X402

Skill

- 🎯 Quick Start - Become an x402 Champion - 📚 Official Resources - 📖 Protocol Documentation - 🚀 Quickstart Guides - ⚙️ Protocol Implementations - 🏭 Production Implementations - 🛠️ SDKs & Client Libraries - 🔧 Server Frameworks & Middleware - 🏗️ Facilitators - 💡 Example Applications - 🎨 Use Cases & Patterns - 🤖 AI Agent Integration - 🔨 Tools & Utilities - 🧪 Testing & Development - 📚 Tu

5.0250by xpaysh

Cross-Site Scripting and HTML Injection Testing

Skill

This skill should be used when the user asks to "test for XSS vulnerabilities", "perform cross-site scripting attacks", "identify HTML injection flaws", "exploit client-side injection vulnerabilities", "steal cookies via XSS", or "bypass content security policies". It provides comprehensive techniques for detecting, exploiting, and understanding XSS and HTML injection attack vectors in web applications.

8.0400by sickn33

Code Refactoring Tech Debt

Skill

You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti

8.0400by sickn33

Metasploit Framework

Skill

This skill should be used when the user asks to "use Metasploit for penetration testing", "exploit vulnerabilities with msfconsole", "create payloads with msfvenom", "perform post-exploitation", "use auxiliary modules for scanning", or "develop custom exploits". It provides comprehensive guidance for leveraging the Metasploit Framework in security assessments.

8.0400by sickn33

IDOR Vulnerability Testing

Skill

This skill should be used when the user asks to "test for insecure direct object references," "find IDOR vulnerabilities," "exploit broken access control," "enumerate user IDs or object references," or "bypass authorization to access other users' data." It provides comprehensive guidance for detecting, exploiting, and remediating IDOR vulnerabilities in web applications.

9.0450by sickn33

Broken Authentication Testing

Skill

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.

9.0450by sickn33

Design Studio

Skill

Instead of generic AI design help, Design Studio loads specialized design knowledge for each task — the right expertise activates based on what you're building. Quick Start · Commands · The Team · How It Works · Changelog Running /design Build a pricing page with monthly/annual toggle automatically loads UI Designer, Content Designer, Motion Designer, and Design System Lead references — each contr

8.1405121by Adityaraj0421

UI UX Designer

Skill

Create interface designs, wireframes, and design systems. Masters

7.035054by sickn33

Figma Implement Design

Skill

Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection.

9.045024by openai

Enhance Prompt

Skill

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

8.040020by google-labs-code

Tailwind Design System

Skill

Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

4.020015by sickn33

Game Art

Skill

Game art principles. Visual style selection, asset pipeline, animation workflow.

6.030010by sickn33

Agent Skills

Skill

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.

8.040010by openai

Plain Language

Skill

Simplification and readability techniques. Use when writing for broad audiences or simplifying complex content. Covers active voice, short sentences, jargon elimination, and accessibility principles from the Plain Language Movement.

8.04009by applied-artificial-intelligence

Imagen - AI Image Generation Skill

Skill

6.03008by sanjay3290

Design Skill OS Pro Max ⚡

Skill

Design Skill OS is not just a document; it's a professional-grade reasoning layer that transforms standard AI outputs into elite-level design masterworks. We have exhaustively synthesized principles from the "Design Bibles" to prime your AI agent with the strategic intent of a world-class Creative Director. The intelligence core is distilled from the collective wisdom of masters: - Milton Glaser (

6.83407by frhscopex

Website Downloader MCP Server

Skill

This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally. The server requires wget to be installed on your system. Using Homebrew: 1. Using Chocolatey: 2. Or download the binary from: https://eternallybored.org/misc/wget/ - Download the latest wget.exe - Place it in a directory that's in your PATH (e.g., C:\Window

7.03504by pskill9

Agent Skills

Skill

Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

8.04003by openai

Theme Factory

Skill

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

7.03504by anthropics

Figma Automation

Skill

Automate Figma tasks via Rube MCP (Composio): files, components, design tokens, comments, exports. Always search tools first for current schemas.

8.04004by sickn33

Design Orchestration

Skill

7.03502by sickn33

Domain Driven Design

Skill

Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.

8.04002by sickn33

Tool Design

Skill

This skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces.

8.04001by muratcankoylan

App Builder

Skill

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.

6.03001by sickn33

Next Upgrade

Skill

Upgrade Next.js to the latest version following official migration guides and codemods

8.04001by vercel-labs

Software Architecture

Skill

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

6.03001by sickn33

Brand Guidelines

Skill

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

5.0250by sickn33

Context Fundamentals

Skill

This skill should be used when the user asks to "understand context", "explain context windows", "design agent architecture", "debug context issues", "optimize context usage", or discusses context components, attention mechanics, progressive disclosure, or context budgeting. Provides foundational understanding of context engineering for AI agent systems.

7.0350by muratcankoylan

Agent Manager Skill

Skill

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.

5.0250by sickn33

Academic CV Builder

Skill

Format CVs for academic positions with publications, grants, and teaching

8.040089by Paramchoudhary

Free Tool Strategy

Skill

When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," "generator," "interactive tool," "lead gen tool," "build a tool for leads," or "free resource." This skill bridges engineering and marketing — useful for founders and technical marketers.

8.040014by sickn33

Wp Playground

Skill

Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run-blueprint, build-snapshot), auto-mounting plugins/themes, switching WP/PHP versions, blueprints, and debugging (Xdebug).

8.04002by WordPress

macOS (recommended)

Skill

container-use Containerized environments for coding agents. (📦🤖) (📦🤖) (📦🤖) Container Use lets coding agents do their work in parallel environments without getting in your way. Go from babysitting one agent at a time to enabling multiple agents to work safely and independently with your preferred stack. See the full documentation. It's an open-source MCP server that works as a CLI tool with C

8.0400by dagger