{"id":"1amageek-swift-skeleton","name":"swift-skeleton","af_score":59.8,"security_score":23.8,"reliability_score":22.5,"what_it_does":"swift-skeleton builds an index of a codebase and extracts a “skeleton” view (type declarations, properties, method signatures, inheritance/relations, file paths, and line ranges) for use by LLM coding agents. It provides embedded library usage, a CLI/daemon interface, and an MCP server for Claude Code to query code structure.","best_when":"You want fast, local-to-agent structural indexing of a project to reduce tokens/context before deeper code reading.","avoid_when":"You need complete source code, semantic correctness of implementation details, or you cannot safely scan local project files.","last_evaluated":"2026-03-30T15:39:18.916784+00:00","has_mcp":true,"has_api":false,"auth_methods":[],"has_free_tier":false,"known_gotchas":["MCP server runs over stdin/stdout; ensure the agent/tool integration supports that transport.","The tool extracts skeletons (declarations/signatures); it will not provide full implementation details.","Symbol queries depend on the quality/completeness of parsed files; generated code or unusual build setups may reduce accuracy."],"error_quality":0.0}