apple-dash-docsets

apple-dash-docsets is a skill for Codex from Syniox5334/apple-dev-skills. It costs 41 tokens per session (1,208 once invoked), scanned A, original, Apache-2.0.

A workflow for managing Dash documentation sets and cheatsheets on macOS. Dash is an app that lets developers search local programming documentation.

In plain words
What is it for?
Searching Dash, installing documentation sets, generating guidance, and choosing fallback methods for accessing Apple or other developer documentation.
Why use it?
It clarifies how to search for documentation, install missing sets, or prepare alternatives when a set is unavailable.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/syniox5334/apple-dev-skills/apple-dash-docsets
Any agent
npx skills add Syniox5334/apple-dev-skills --skill apple-dash-docsets
Clone the repo
git clone --depth 1 https://github.com/Syniox5334/apple-dev-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apple-dash-docsets

README.md
[![agentmods](https://agentmods.dev/badge/skills/syniox5334/apple-dev-skills/apple-dash-docsets.svg)](https://agentmods.dev/skills/syniox5334/apple-dev-skills/apple-dash-docsets)
Your own site
<a href="https://agentmods.dev/skills/syniox5334/apple-dev-skills/apple-dash-docsets"><img src="https://agentmods.dev/badge/skills/syniox5334/apple-dev-skills/apple-dash-docsets.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,208 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.01208
Opus 5 $0.00020 $0.00604
Sonnet 5 $0.00008 $0.00242
Haiku 4.5 $0.00004 $0.00121

Measured 5d ago against content hash 61833316f651, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

apple-dash-docsets scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/customization_config.py, scripts/dash_api_probe.py, scripts/dash_catalog_match.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/apple-dash-docsets/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Apple Dash Docsets

Purpose

Manage Dash docsets and cheatsheets on macOS with one top-level entry point. scripts/run_workflow.py is the authoritative runtime path for stage selection, fallback order, source priority, approval gating, and structured generation guidance; it does not replace the agent's own Dash access methods.

When To Use

  • Use this skill for Dash search and discovery requests.
  • Use this skill for Dash installation requests after search has identified a missing docset.
  • Use this skill for Dash generation guidance when installation cannot complete.
  • Use this skill when the user needs the exact fallback path between agent-side Dash MCP usage, local HTTP, and URL or Service integration.
  • Recommend apple-xcode-workflow when the user needs Apple or Swift execution, diagnostics, build or test work, or Apple docs reasoning outside Dash management.
  • Recommend apple-swift-package-bootstrap when the user is starting a brand new Swift package rather than managing Dash content.

Single-Path Workflow

  1. Classify the request into one stage:
    • search
    • install
    • generate
  2. If no stage is explicit, start at search.
  3. Run scripts/run_workflow.py with the selected stage:
    • search: applies configured fallback order and returns a structured access-path decision
    • install: applies configured source priority and approval gating
    • generate: returns structured automation-first guidance
  4. If the selected stage cannot complete, hand off forward through references/stage-handoff-contract.md:
    • search -> install
    • install -> generate
  5. Return one status, one path_type, and one output contract for the stage that ran.

Inputs

  • stage: search, install, or generate
  • query: required for search
  • docset_identifiers: optional for search; use installed identifiers only
  • docset_request: required for install and generate
  • approval: required before side-effectful install actions
  • Defaults:
    • runtime entrypoint: python3 scripts/run_workflow.py
    • search access order is mcp -> http -> url-service
    • install source priority is built-in,user-contributed,cheatsheet
    • default search result limit is 20
    • default search snippets setting is true

Read the full file on GitHub · 121 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 121 lines · 41 tokens per session scan A 61833316f651

Subscribe to this mod's changes

apple-dash-docsets is a skill published in the GitHub repository Syniox5334/apple-dev-skills (3 stars, last pushed 2d ago), licensed Apache-2.0. It adds 41 tokens to every session and 1,208 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

deconstruct-bias-dialogue

Guided bias-deconstruction dialogue that combines Madhyamaka catuskoti, phenomenological epoche, Socratic elenchus, and Popperian falsification into progressive questions. Use when the user asks to examine assumptions, biases, beliefs, polarizing claims, identity or group judgments, ethical or political disputes…

0xagi-bsky-social/Codex-Skills · 99 tokens

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.

nexu-io/html-anything · 25 tokens

best-practices

Searchable knowledge base of 152+ programming best practices across 30+ languages and frameworks. BM25-powered search over curated resources from industry leaders (Google, Airbnb, Uber, Mozilla, Shopify, OWASP).

dereknguyen269/programing-best-practices · 0 tokens