mdskills
← All tags

Ai Agents AI Agent Skills

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

85 listings

Claude Code Game Studios

Plugin

A comprehensive AI-powered game development studio with 36 specialized skills for Claude Code. Includes tools for game design, sprint planning, code review, performance profiling, asset auditing, team management, and release workflows across Unity, Unreal, and Godot engines.

8.072 downloadsDonchitos/Claude-Code-Game-Studios

AI Slop Cleaner

Tool

Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode

8.317 downloadsYeachan-Heo/oh-my-claudecode

Claude Mem

Plugin

Persistent memory compression system built for Claude Code. Gives your AI agent long-term memory across sessions with automatic context compression and retrieval.

8.07 downloadsthedotmack/claude-mem

OpenBrowser - Claude Code Plugin

Plugin

AI-powered browser automation for Claude Code. Control real web browsers directly from Claude -- navigate websites, fill forms, extract data, inspect accessibility trees, and automate multi-step workflows. - Chrome or Chromium installed on your system - Python 3.12+ with uv package manager - Claude Code CLI This installs the MCP server, 5 skills, and auto-enables the plugin. Restart Claude Code to

8.06 downloadsbilly-enrizky/openbrowser-ai

Content Research Writer

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

9.05 downloadsComposioHQ/awesome-claude-skills

Everything Claude Code Conventions

Starter Kit Plugin

Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.

8.24 downloadsaffaan-m/everything-claude-code

Angular Architect

Use when building Angular 17+ applications with standalone components or signals. Invoke for enterprise apps, RxJS patterns, NgRx state management, performance optimization, advanced routing.

7.03 downloadsJeffallan/claude-skills

JavaLens: AI-First Code Analysis for Java

MCP Server

An MCP server providing 56 semantic analysis tools for Java, built directly on Eclipse JDT for compiler-accurate code understanding. JavaLens exists because AI systems need compiler-accurate insights that reading source files cannot provide. When an AI uses grep or Read to find usages of a method, it cannot distinguish: - A method call from a method with the same name in an unrelated class - A fie

8.02 downloadspzalutski-pixel/javalens-mcp

AXME Code

MCP Server Plugin

AXME Code is an MCP server plugin for Claude Code that gives your AI coding agent persistent memory, architectural decisions, and safety guardrails — across every session, automatically. Stop re-explaining your architecture on session 47. Stop losing context between sessions. Stop hoping the agent won't run git push --force to main. AXME Code handles context engineering, session continuity, and ha

9.22 downloadsAxmeAI/axme-code

Changelog Generator

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

7.01 downloadsComposioHQ/awesome-claude-skills

MCP Browser Agent

MCP Server

A powerful Model Context Protocol (MCP) integration that provides Claude Desktop with autonomous browser automation capabilities. - Advanced Browser Automation - Navigate to any URL with customizable load strategies - Capture full-page or element-specific screenshots - Perform precise DOM interactions (click, fill, select, hover) - Execute arbitrary JavaScript in browser context with console logs

8.01 downloadsimprvhub/mcp-browser-agent

Meeting Insights Analyzer

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.

9.01 downloadsComposioHQ/awesome-claude-skills

Image Enhancer

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

4.01 downloadsComposioHQ/awesome-claude-skills

N8n MCP Tools Expert

Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats, and common patterns.

8.01 downloadsczlonkowski/n8n-skills

iOS Simulator Skill for Claude Code

Production-ready automation for iOS app testing and building. 21 scripts optimized for both human developers and AI agents. This is basically a Skill version of my XCode MCP: https://github.com/conorluddy/xc-mcp MCPs load a lot of tokens into the context window when they're active, but also seem to work really well. Skills don't load in any context. I'll make a plugin next and try to find the bala

7.01 downloadsconorluddy/ios-simulator-skill

N8n Workflow Patterns

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, or scheduled tasks.

9.01 downloadsczlonkowski/n8n-skills

N8n Code Javascript

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.01 downloadsczlonkowski/n8n-skills

N8n Expression Syntax

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.01 downloadsczlonkowski/n8n-skills

N8n Validation Expert

Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, or the validation loop process.

8.01 downloadsczlonkowski/n8n-skills

N8n Node Configuration

Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type.

8.01 downloadsczlonkowski/n8n-skills

aiagentflow

A local-first CLI that orchestrates multi-agent AI workflows for software development. Give it a task — or feed it your specs, PRDs, and guidelines — and it coordinates specialized agents to architect, code, review, test, and ship automatically. No cloud dependency. Bring your own API keys. Your code stays on your machine. Each stage uses a specialized AI agent with tuned prompts and parameters. T

aiagentflow/aiagentflow

Competitive Ads Extractor

Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.

8.0ComposioHQ/awesome-claude-skills

OMOP MCP Server

MCP Server

Model Context Protocol (MCP) server for mapping clinical terminology to Observational Medical Outcomes Partnership (OMOP) concepts using Large Language Models (LLMs). The vocabulary API is supported by OMOP HUB, and you can obtain an API key from omophub.com. This server provides an agentic framework to standardize medical terms into the OMOP Common Data Model (CDM). It uses the OMOPHub API for vo

7.0OHNLP/omop_mcp

mcp-gopls – MCP server for Go (gopls)

MCP Server

A Model Context Protocol (MCP) server that lets AI assistants use Go’s LSP (gopls) for navigation, diagnostics, testing, coverage, and more. This MCP server helps AI assistants to: - Use LSP to analyze Go workspaces - Navigate to definitions, references, and workspace symbols - Format, rename, and inspect code actions without leaving MCP - Run Go tests, coverage, go mod tidy, govulncheck, and modu

8.0hloiseaufcms/mcp-gopls