doq

Search Apple SDK documentation for symbols, declarations, and API relationships.

10|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Aayush9029/homebrew-tap --skill doq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doq
Source: https://github.com/Aayush9029/homebrew-tap/tree/main/skills/doq
Command: npx skills add https://github.com/Aayush9029/homebrew-tap --skill doq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers waste time manually browsing Apple documentation for APIs, symbols, and declarations. doq accelerates access to SDK docs directly from the terminal, reducing context switching.

Core Features & Use Cases

  • Symbol search and lookup for Apple SDK APIs
  • View declarations, docs, availability, and API relationships
  • Use in workflows to quickly inspect symbol details and indexed frameworks

Quick Start

Use doq to search Apple developer documentation and inspect symbols directly from the terminal.

Frequently Asked Questions about doq

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Apple developer documentation directly from the terminal?

Apple SDK symbol lookup from the terminal requires a locally installed SDK index and access to the installed SDK documentation files. The tool queries this local index to retrieve symbol details, declarations, and availability information.

Can I view API declarations and availability for Apple SDKs without a browser?

Yes, you can inspect API declarations, availability, and relationships directly in your terminal workflow. The tool queries the local SDK index to retrieve and display this detailed framework and symbol documentation instantly.

What do I need to inspect Apple SDK symbols locally using a terminal command?

You need a locally generated SDK index and access to installed SDK documentation on your machine. The tool queries this local index to retrieve symbol details, declarations, and availability information.

What is the best way to reduce context switching when looking up Apple API declarations?

The best way to reduce context switching is to query Apple developer documentation directly from the terminal. This accelerates access to SDK docs, allowing you to inspect symbol details and indexed frameworks without leaving your coding environment.

Are there limitations to searching Apple developer docs from a terminal workflow?

The main limitation is the strict dependency on having a local SDK index and installed SDK documentation. If the local index is not built or the SDK documentation is not installed, the terminal search cannot retrieve symbol declarations or availability.