mdskills
← All tags

Claude Code AI Agent Skills

Browse AI agent skills tagged "Claude Code". Find and install skills, MCP servers, and plugins for your AI coding assistant.

160 listings

Claude Code Plugins

Skill

Plugins for Claude Code. Your world at a glance, without leaving the terminal. Track PRs, calendar, Slack, stocks, music—all in your statusline. The flow: /hub-setup → add monitors → alerts appear → /hub-ack for smart actions (merge PR, join meeting, reply to Slack). → Full documentation — workflow examples, all services, commands AI-powered market screening, without leaving the terminal. Screen s

8.0404by fiale-plus

Frontend Developer

Subagent

Ships React/Next.js UI components with accessibility, state management, and performance baked in. Use when building or refactoring UI code.

by wshobson

MCP Ragchat

MCP

mcp-ragchat An MCP server that adds RAG-powered AI chat to any website. One command from Claude Code. Tell Claude Code "add AI chat to mysite.com" and it will crawl your content, build a local vector store, spin up a chat server, and hand you an embed snippet. No cloud infra. No database. Just one API key. 1. Clone and build 2. Configure Claude Code (~/.claude/mcp.json) Open Claude Code and say: C

8.0400by gogabrielordonez

Nks Hub/rybbit MCP

MCP

Instead of manually checking the Rybbit dashboard, let your AI assistant query analytics data directly: - "How many users visited the site today?" - "Show me the top pages by bounce rate this week" - "What errors occurred in the last hour?" - "Show user journey from homepage to checkout" - "Compare browser usage between mobile and desktop" Or clone and build: Add to your ~/.claude/settings.json or

8.2410by nks-hub

Outlook Assistant

MCP

Outlook Assistant MCP server for Outlook email, calendar, and contacts — let your AI assistant manage your inbox directly from the conversation. Outlook Assistant connects AI assistants to your Microsoft Outlook account through the Model Context Protocol. Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings — without leaving th

8.7446by littlebearapps

Varlock Skill for Claude Code

Skill

Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminals, logs, traces, or Claude's context. Trigger phrases include "environment variables", "secrets", ".env", "API key", "credentials", "sensitive", "Varlock".

9.0459by wrsmith108

Gitea/Forgejo MCP Server

MCP

A Model Context Protocol (MCP) server that enables you to manage Gitea/Forgejo repositories through AI assistants like Claude, Gemini, and Copilot. If you want to: - Smart progress tracking: Let AI help you track project progress and analyze bottlenecks - Automated issue categorization: Automatically tag issue labels and set milestones based on content - Priority sorting: Let AI analyze issue cont

7.0390by raohwork

Block Force Push

Hook

PreToolUse hook that blocks any Bash tool call matching `git push --force` or `git push -f`. Prevents accidental history rewrite on shared branches.

by disler

Agent Skills for Makepad

Skill

8.01.1kby ZhangHanDong

Bulk Update

MCP

Update properties or content across many pages in a Notion database with dry-run and error recovery

8.7454by n24q02m

Honey

Skill

Write less code and say less about it. Honey (I Shrunk the AI) by GreenPT is a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — making agents emit less code and less prose without losing correctness. It works with Claude (claude.ai and the API), Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline, OpenClaw, Kiro, and Kilo Code. Three independent

8.3624by robertkeus

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.7457by andyzengmath

Code Graph RAG

MCP

Code-Graph-RAG parses a multi-language codebase with Tree-sitter, builds a knowledge graph of its structure in Memgraph, and lets you query, edit, and optimise that code in plain English. It works across a monorepo of mixed languages under one unified graph schema. - Ruby Support: Ruby joins the graph through a new pluggable ast-grep tier that adds a language from a single YAML pattern file, emitt

7.82.7kby vitali87

pr-review-skill-generator

Skill

A skill that generates a skill to review PRs. Mine your last 100 merged PRs into an AI reviewer that knows your business logic, your team's past decisions, and the module that has burned you three times. Why · How it works · Quick start · FAQ · Roadmap AI code reviewers are great at syntax and generic best practices — and blind to everything that makes review actually hard: - the invariant your bi

6.8340by gaurav3017

MCP Claude Code

MCP

An implementation of Claude Code capabilities using the Model Context Protocol (MCP). This project provides an MCP server that implements Claude Code-like functionality, allowing Claude to directly execute instructions for modifying and improving project files. By leveraging the Model Context Protocol, this implementation enables seamless integration with various MCP clients including Claude Deskt

8.0696by SDGLBL

Enterprise Readiness Skill

Skill

Netresearch AI skill for assessing and enhancing software projects to meet enterprise-grade standards for security, quality, and automation. This is an Agent Skill following the open standard originally developed by Anthropic and released for cross-platform use. Supported Platforms: - ✅ Claude Code (Anthropic) - ✅ GitHub Copilot - ✅ Other skills-compatible AI agents - OpenSSF Framework Alignment -

7.8393by netresearch

Backend Architect

Subagent

Designs RESTful APIs, microservice boundaries, and database schemas. Use for new backend services or when refactoring cross-service contracts.

by wshobson

Kubernetes Architect

Subagent

Designs Kubernetes clusters, ingress topology, RBAC, and workload placement. Use for greenfield k8s setups or when scaling past 10 services on a single cluster.

by wshobson

MedSci Skills

Skill

59 skills that actually work. Built by a physician-researcher, tested on real publications. MedSci Skills is an end-to-end research tool for physician and medical-engineering researchers — design → scaffold → validate → publish — for the clinical manuscript and the medical-AI model behind it. Its moat is the compliance layer — 49 reporting guidelines and risk-of-bias tools, referenc

261by Aperivue

Cursor Handbook

Tool

Live handbook: https://girijashankarj.github.io/cursor-handbook/ The open-source rules engine for Cursor IDE — 117 components (rules, agents, skills, commands, hooks) that turn your AI into a senior engineer who follows your standards, knows your codebase, and never wastes a token. If cursor-handbook helps you, consider giving it a ⭐ — it helps others discover it. - Ways to use - The Problem -

7.2366by girijashankarj

Testing With Pitlane

MCP

A feedback loop for people building AI skills and MCP servers. You're building a skill, an MCP server, or a custom prompt strategy that's supposed to make an AI coding assistant better at a specific job. But how do you know it actually works? How do you know your latest commit made things better and not worse? Pitlane gives you the answer. Define the tasks your skill should help with, set up a bas

8.7440by pitlane-ai

TDD Orchestrator

Subagent

Drives strict red-green-refactor: writes a failing test, runs it, implements just enough to pass, refactors. Use when you want to enforce TDD on a new feature.

by wshobson

Bash statusline (community)

Statusline

Minimal bash statusline showing model, git branch, and directory. Zero dependencies — a single shell script you drop into your Claude Code settings.

by anthropics

Improve Agent

Command

Analyze an existing sub-agent .md file and suggest tightenings — clearer trigger, tighter tool scope, better output-shape contract.

by wshobson