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
Test Automator
Writes unit, integration, and e2e tests. Picks the right framework, structures the test suite, and generates fixtures. Use when a feature ships without tests.
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 -
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.
Professional Writeup
Full-sentence explanations with clear structure. Suitable for post-work summaries, RFC drafts, and PR descriptions where the reader is not the person who ran the command.
Performance Engineer
Profiles hot paths, spots N+1 queries, suggests caching layers, and fixes render bottlenecks. Use when a page or endpoint is slow and root cause is unknown.
Recursive Decomposition Skill
Recursive Decomposition Skill Handle long-context tasks with Claude Code through recursive decomposition What It Does • Installation • How It Works • Benchmarks • Acknowledgments When analyzing large codebases, processing many documents, or aggregating information across dozens of files, Claude's context window becomes a bottleneck. As context grows, "context rot" degrades performance: - Missed de
Restart Claude Desktop. Your tool is live.
Photon turns a single TypeScript file into: - MCP server for AI agents - CLI tool for automation - Web interface for humans Photon is free and open source software released under the MIT license. Interfaces are optional. Intent is mandatory. That's a complete photon. From this single file you get: No decorators. No registration. No server boilerplate. Just define the intent. Photon handles the res
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".
mcpwall
iptables for MCP. Blocks dangerous tool calls, scans for secret leakage, logs everything. No AI, no cloud, pure rules. Sits between your AI coding tool (Claude Code, Cursor, Windsurf) and MCP servers, intercepting every JSON-RPC message and enforcing YAML-defined policies. MCP servers have full access to your filesystem, shell, databases, and APIs. When an AI agent calls tools/call, the server exe
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
Content Experimentation Best Practices
A/B testing and content experimentation methodology for data-driven content optimization. Use when implementing experiments, analyzing results, or building experimentation infrastructure.
AWS Skills for Claude Code
Claude Code plugins for AWS development with specialized knowledge and MCP server integrations, including CDK, serverless architecture, cost optimization, and Bedrock AgentCore for AI agent deployment. Shared AWS agent skills including AWS Documentation MCP configuration for querying up-to-date AWS knowledge. - AWS MCP server configuration guide - Documentation MCP setup for querying AWS knowledge
Agent Skills for Makepad
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
Claude Critical Rules MCP Server
An MCP (Model Context Protocol) server that makes critical best practices automatically available to Claude AI in every conversation. Based on exhaustive analysis of 96+ real documented failures over 6+ months of intensive production usage. The system provides 21 numbered rules organized into 5 categories, with automatic verification checklists, rule summaries, and auto-update capabilities. - 21 C
Apple Notes
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks to add a note, list notes, search notes, or manage note folders.
Cloud Cost 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
secretctl
Stop pasting API keys into AI chat. When you paste sk-proj-xxx into Claude Code, that secret is now in your conversation history, Anthropic's logs, and potentially exposed to prompt injection attacks. secretctl fixes this. Your AI gets command results, never secret values. Every day, developers paste secrets into AI coding assistants: This is a security incident waiting to happen. - Secrets in con
Swift Patterns MCP
An MCP server providing curated Swift and SwiftUI best practices from leading iOS developers — with intelligent search, persistent memory, and optional premium integrations. If you want a lightweight, portable Swift/SwiftUI best-practices package without runtime tooling, check out: swift-patterns-skill: Designed as a portable Agent Skill focused on Swift/SwiftUI patterns, architecture guidance, an
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
Monet
Mission Control for Claude Code. Native desktop app to browse, search, and drive Claude Code sessions with live status and diff review.
JSON query
The semantic engine for MCP clients. Define metrics once, query from anywhere. Docs · Getting Started · Changelog · Discord · Bonnard is an agent-native semantic layer CLI. Deploy an MCP server and governed analytics API in minutes -for AI agents, BI tools, and data teams. Define metrics and dimensions in YAML, validate locally, and ship to production. Works with Snowfl
Firefox DevTools MCP
Model Context Protocol server for automating Firefox via WebDriver BiDi (through Selenium WebDriver). Works with Claude Code, Claude Desktop, Cursor, Cline and other MCP clients. Repository: https://github.com/freema/firefox-devtools-mcp - Node.js ≥ 20.19.0 - Firefox 100+ installed (auto‑detected, or pass --firefox-path) Recommended: use npx so you always run the latest published version from npm.
Multi-agent Optimize
Coordinate multiple sub-agents to profile and optimize a codebase. Runs performance-engineer, then architect, then refactorer in sequence.