Sherlock: Apple Developer Docs as Local MCP for Claude Code

Sherlock is a Claude Code plugin that gives Claude a local, searchable copy of Apple's full developer documentation. It indexes ~70,000 symbols across 300+ frameworks into SQLite FTS5 and serves them as MCP tools. The goal: stop Claude from hallucinating Apple API method names, deprecated symbols, or non-existent frameworks.
What It Does
Sherlock provides 5 MCP tools for querying the local doc index, plus 3 skills that auto-trigger lookups when you ask about Apple APIs. This grounds Claude in actual Apple documentation rather than relying on training data.
Installation
Add the plugin from the Claude Code plugin marketplace:
/plugin marketplace add hotfix-jobs/sherlock
/plugin install sherlock
Technical Details
The plugin uses SQLite FTS5 for full-text search across all indexed symbols. It covers 300+ Apple frameworks with roughly 70,000 symbols. The tool set allows Claude to look up specific APIs, search by keyword, and retrieve documentation snippets directly.
Who It's For
iOS/macOS developers using Claude Code who need reliable API references without leaving the editor.
Source & Repo
Open source project by hotfix-jobs on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Structured Reasoning Template Improves AI Code Review Accuracy
A Reddit user shares a structured reasoning template adapted from Meta research that forces AI models to complete specific analytical steps before generating code reviews, improving accuracy by 5-12 percentage points according to arXiv:2603.01896.

OpenClaw-Superpowers: A Native Port of Jesse Vincent's Superpowers Framework Without Claude Code Dependency
A Reddit user ported obra/superpowers to OpenClaw with dedicated agents (coding orchestrator, implementer, reviewer) and native commands like sessions_spawn and update_plan, removing Claude Code dependency.

Markdown Manager: A Simple Markdown Editor for macOS
Markdown Manager is a free, open-source macOS app for managing Markdown files, featuring document conversion and preview capabilities.

CLAUDE.md: Drop-in file reduces Claude output tokens by 63%
CLAUDE.md is a single file that cuts Claude output verbosity by approximately 63% without code changes. It targets sycophancy, verbosity, and formatting noise in Claude's responses.