Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by 1amageek • Uncategorized
An MCP server that provides structural codebase skeletons for LLM coding agents.
A structural overview of a codebase without full source access.
Query code symbols and declarations efficiently.
Integrate with MCP protocol to explore project architecture.
swift-skeleton extracts declaration skeletons from codebases across multiple languages, enabling LLM coding agents to understand project architecture without reading full source code. It supports querying symbols and retrieving skeletons via an MCP server interface, facilitating efficient code exploration and indexing. Built on Tree-sitter for fast parsing, it helps agents gain a structural overview before diving into implementation details.