mdskills
← All tags

Code Analysis AI Agent Skills

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

9 listings

Skill Seekers

English | 简体中文 🧠 The data layer for AI systems. Skill Seekers turns any documentation, GitHub repo, or PDF into structured knowledge assets—ready to power AI Skills (Claude, Gemini, OpenAI), RAG pipelines (LangChain, LlamaIndex, Pinecone), and AI coding assistants (Cursor, Windsurf, Cline) in minutes, not hours. Skill Seekers is the universal preprocessing layer that sits between raw documentatio

2.02 weeklyyusufkaraaslan/Skill_Seekers

SharpLensMcp

MCP Server

A Model Context Protocol (MCP) server providing 58 AI-optimized tools for .NET/C semantic code analysis, navigation, refactoring, and code generation using Microsoft Roslyn. Built for AI coding agents - provides compiler-accurate code understanding that AI cannot infer from reading source files alone. Then run with: 1. Install the tool globally: 2. Create .mcp.json in your project root: 3. Restart

8.02 weeklypzalutski-pixel/sharplens-mcp

Lucidity MCP 🔍

MCP Server

Clarity in Code, Confidence in Creation Lucidity is a Model Context Protocol (MCP) server designed to enhance the quality of AI-generated code through intelligent, prompt-based analysis. By providing structured guidance to AI coding assistants, Lucidity helps identify and address common quality issues, resulting in cleaner, more maintainable, and more robust code. Before you commit, just ask Lucid

7.0hyperb1iss/lucidity-mcp

Desktop Commander MCP

Work with code and text, run processes, and automate tasks, going far beyond other AI editors - while using host client subscriptions instead of API token costs. - How to install - Remote MCP (ChatGPT, Claude Web) - Getting Started - Handling Long-Running Commands - Work in Progress and TODOs - Sponsors and Supporters - Testimonials - Frequently Asked Questions - Contributing All of your AI develo

8.0wonderwhy-er/DesktopCommanderMCP

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.0pzalutski-pixel/javalens-mcp

Sourcerer MCP 🧙

MCP Server

An MCP server for semantic code search & navigation that helps AI agents work efficiently without burning through costly tokens. Instead of reading entire files, agents can search conceptually and jump directly to the specific functions, classes, and code chunks they need. - OpenAI API Key: Required for generating embeddings (local embedding support planned) - Git: Must be a git repository (respec

8.0st3v3nmw/sourcerer-mcp

Empathy Framework

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.0Smart-AI-Memory/empathy-framework

MCP Codebase Index

MCP Server

A structural codebase indexer with an MCP server for AI-assisted development. Zero runtime dependencies — uses Python's ast module for Python analysis and regex-based parsing for TypeScript/JS, Go, and Rust. Requires Python 3.11+. Indexes codebases by parsing source files into structural metadata -- functions, classes, imports, dependency graphs, and cross-file call chains -- then exposes 18 query

9.0MikeRecognex/mcp-codebase-index

Source Code to Knowledge Base Generator with MCP Server

Convert any source code repository into a searchable knowledge base with automatic chunking, embedding generation, and intelligent search capabilities. Now with MCP (Model Context Protocol) support for Claude Code and Cursor integration! 📦 Now available on npm! Install with: npm install -g @vezlo/src-to-kb After installation, you'll have access to these commands: - src-to-kb - Generate knowledge

8.0vezlo/src-to-kb