.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/houseofmvps/codesight
home/mcp-servers/houseofmvps/codesight
houseofmvps avatar

codesight

byhouseofmvps· 1 MCP server

Installs

5.6k

Stars

1.3k

Forks

115

Category

Code Review & Refactor

View on GitHub

TL;DR

4,000+ downloads and counting.

How to install codesight?

houseofmvps/codesight
$git clone https://github.com/houseofmvps/codesight

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install codesight by running `git clone https://github.com/houseofmvps/codesight`, then use it for the current task and follow its documentation at https://github.com/houseofmvps/codesight.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3### Your AI assistant wastes thousands of tokens every conversation just figuring out your project. codesight fixes that in one command.
4 
5**4,000+ downloads and counting.**
6 
7**Zero dependencies. AST precision. 30+ framework detectors. 14 ORM parsers. 14 MCP tools. One `npx` call.**
8 
9**Works with TypeScript, JavaScript, Python, Go, Ruby, Elixir, Java, Kotlin, Rust, PHP, Dart, Swift, C#, and BrightScript/BrighterScript (
10Roku).** TypeScript projects get full AST precision. Everything else uses battle-tested regex detection across the same 30+ frameworks.
11 
12[![npm version](https://img.shields.io/npm/v/codesight?style=for-the-badge&logo=npm&color=CB3837)](https://www.npmjs.com/package/codesight)
13[![npm downloads](https://img.shields.io/npm/dm/codesight?style=for-the-badge&logo=npm&color=blue&label=Monthly%20Downloads)](https://www.npmjs.com/package/codesight)
14[![npm total](https://img.shields.io/npm/dt/codesight?style=for-the-badge&logo=npm&color=cyan&label=Total%20Downloads)](https://www.npmjs.com/package/codesight)
15[![GitHub stars](https://img.shields.io/github/stars/Houseofmvps/codesight?style=for-the-badge&logo=github&color=gold)](https://github.com/Houseofmvps/codesight/stargazers)
16[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge&logo=opensourceinitiative)](LICENSE)
17 
18---
19 
20[![Follow @kaileskkhumar](https://img.shields.io/badge/Follow%20%40kaileskkhumar-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/kaileskkhumar)
21[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-0A66C2?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/kailesk-khumar)
22[![houseofmvps.com](https://img.shields.io/badge/houseofmvps.com-Website-green?style=for-the-badge&logo=google-chrome&logoColor=white)](https://houseofmvps.com)
23[![kailxlabs.co](https://img.shields.io/badge/kailxlabs.co-Website-6366F1?style=for-the-badge&logo=google-chrome&logoColor=white)](https://www.kailxlabs.co)
24 
25**Built by [Kailesk Khumar](https://www.linkedin.com/in/kailesk-khumar), founder of [HouseofMVPs](https://houseofmvps.com)
26and [Kailxlabs](https://www.kailxlabs.co)**
27 
28*Also: [ultraship](https://github.com/Houseofmvps/ultraship) (39 expert skills for Claude
29Code) · [claude-rank](https://github.com/Houseofmvps/claude-rank) (SEO/GEO/AEO plugin for Claude Code)*
30 
31</div>
32 
33---
34 
35```
360 dependencies · Node.js >= 18 · 145 tests · 14 MCP tools · MIT · tested on 25+ OSS projects across 14 languages
37```
38 
39## Works With
40 
41**Claude Code, Cursor, GitHub Copilot, OpenAI Codex, Windsurf, Cline, Aider**, and anything that reads markdown.
42 
43## Install
44 
45```bash
46npx codesight
47```
48 
49That's it. Run it in any project root. No config, no setup, no API keys.
50 
51```bash
52npx codesight --wiki # Generate wiki knowledge base (.codesight/wiki/)
53npx codesight --init # Generate CLAUDE.md, .cursorrules, codex.md, AGENTS.md
54npx codesight --open # Open interactive HTML report in browser
55npx codesight --mcp # Start as MCP server (14 tools) for Claude Code / Cursor
56npx codesight --blast src/lib/db.ts # Show blast radius for a file
57npx codesight --profile claude-code # Generate optimized config for a specific AI tool
58npx codesight --benchmark # Show detailed token savings breakdown
59npx codesight --native-ast # Opt-in: AST plugins for more languages (see docs/wasm-plugins.md)
60npx codesight --mode knowledge # Map knowledge base (.md notes → KNOWLEDGE.md)
61npx codesight --mode knowledge ~/vault # Map Obsidian vault, ADRs, meeting notes, retros
62```
63 
64## Wiki Knowledge Base (v1.6.2)
65 
66Inspired by [Karpathy's LLM wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) — but compiled from AST, not an
67LLM. Zero API calls. 200ms.
68 
69```bash
70npx codesight --wiki
71```
72 
73Generates `.codesight/wiki/` — a persistent knowledge base of your codebase that survives across every sessi

Preview

houseofmvps/codesighthouseofmvps/codesight

### Your AI assistant wastes thousands of tokens every conversation just figuring out your project. codesight fixes that in one command.

**4,000+ downloads and counting.**

**Zero dependencies. AST precision. 30+ framework detectors. 14 ORM parsers. 14 MCP tools. One `npx` call.**

Repohouseofmvps/codesight
TypeMCP Servers
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaiclaude

Related

6 picks
Type
  1. tirth8205 avatarcode-review-graphLocal-first knowledge graph for token-efficient code review through MCP and CLIMCP ServersJul 2026377k27k
  2. repowise-dev avatarrepowiseCodebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.MCP ServersJul 202622k4.3k
  3. aashari avatarmcp-server-atlassian-bitbucketNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.MCP ServersMar 202612k159
  4. jamubc avatargemini-mcp-toolMCP server for Gemini CLI integrationMCP ServersJul 202611k2.3k
  5. giancarloerra avatarsocraticodeEnterprise-grade (40m+ LOC) codebase intelligence, zero-setup, local & private Plugin/Skill/Extension or MCP: hybrid semantic search, polyglot dependency graphs, symbol-level impact analysis & call-flow, interactive HTML viewer, cross-project & branch-aware search, DB/API/infra…MCP ServersJul 20269.7k3.2k
  6. chayan-1906 avatargithub-mcpProduction-ready Model Context Protocol server providing Claude with complete GitHub integration - comprehensive tools for repository management, branch operations, file handling, issue tracking, and collaboration features with OAuth 2.0 authentication and MongoDB persistence.MCP ServersJun 20267.5k5