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

Claude Code Dynamic Workflows: Parallel Subagents & UltraCode Mode
Claude Code introduces dynamic workflows that orchestrate tens to hundreds of parallel subagents for complex tasks like codebase-wide bug hunts, large migrations, and multi-angle verification. UltraCode mode auto-triggers workflows on hard problems.

Deploy OpenClaw on VPS with a One-Command CLI
A Reddit user claims to have developed a CLI that deploys OpenClaw on a $4.99/month VPS with a single command, offering a cost-effective alternative to using Mac Minis.

Agint: A Rust CLI tool that detects contradictions in AI agent instruction files
Agint is a free, open-source Rust CLI tool that scans instruction files like CLAUDE.md and AGENTS.md for contradictions, missing file references, and sync issues. It uses static analysis for structural problems and optionally calls Claude API for semantic contradiction detection.

NPCterm: Full PTY Terminal Emulator for AI Agents via MCP
NPCterm provides AI agents with full terminal access through a headless, in-memory PTY terminal emulator exposed via MCP. It includes 15 MCP tools for terminal control, process state detection, and support for TUI applications.