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
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
Frontend Developer
Ships React/Next.js UI components with accessibility, state management, and performance baked in. Use when building or refactoring UI code.
MCP Ragchat
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
Nks Hub/rybbit 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
Outlook Assistant
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
Varlock Skill for Claude Code
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".
Gitea/Forgejo MCP Server
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
Block Force Push
PreToolUse hook that blocks any Bash tool call matching `git push --force` or `git push -f`. Prevents accidental history rewrite on shared branches.
Agent Skills for Makepad
Bulk Update
Update properties or content across many pages in a Notion database with dry-run and error recovery
Honey
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
Ql Brainstorm
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.
Code Graph RAG
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
pr-review-skill-generator
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
MCP Claude Code
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
Enterprise Readiness 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 -
Backend Architect
Designs RESTful APIs, microservice boundaries, and database schemas. Use for new backend services or when refactoring cross-service contracts.
Kubernetes Architect
Designs Kubernetes clusters, ingress topology, RBAC, and workload placement. Use for greenfield k8s setups or when scaling past 10 services on a single cluster.
MedSci Skills
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
Cursor Handbook
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 -
Testing With Pitlane
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
TDD Orchestrator
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.
Bash statusline (community)
Minimal bash statusline showing model, git branch, and directory. Zero dependencies — a single shell script you drop into your Claude Code settings.
Improve Agent
Analyze an existing sub-agent .md file and suggest tightenings — clearer trigger, tighter tool scope, better output-shape contract.