AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Apple Dash Docsets

skill-syniox5334-apple-dev-skills-apple-dash-docsets · by Syniox5334

Manage Dash docsets and cheatsheets on macOS. Use when tasks involve Dash search and discovery, installing missing docsets, or generating guidance when a docset is unavailable.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-syniox5334-apple-dev-skills-apple-dash-docsets

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-syniox5334-apple-dev-skills-apple-dash-docsets)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Apple Dash Docsets? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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
  1. If no stage is explicit, start at search.
  2. 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
  1. If the selected stage cannot complete, hand off forward through references/stage-handoff-contract.md:
  • search -> install
  • install -> generate
  1. 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

Outputs

  • status
  • success: the selected stage completed on its primary or fallback path
  • blocked: prerequisites, approval, or usable access paths are missing
  • handoff: the current stage is handing off to the next Dash stage
  • path_type
  • primary: the selected stage completed normally
  • fallback: the selected stage completed through its documented fallback path
  • output
  • stage
  • access_path or source_path
  • matches
  • install result or generation guidance when applicable
  • one next step when follow-up is required

Guards and Stop Conditions

  • Do not run install actions without explicit user approval.
  • Do not invent docset identifiers or catalog matches.
  • Stop with blocked when agent-side Dash MCP usage, HTTP, and URL or Service paths are all unusable for search.
  • Stop with blocked when install or generate lacks a concrete docset request.
  • Keep search, install, and generate in forward stage order; do not blend them into competing primary workflows.

Fallbacks and Handoffs

  • search falls back in this order: agent-side Dash MCP usage, local HTTP API, then URL or Service guidance.
  • install hands off to generate when no installable catalog match exists.
  • generate falls back from stable automation to deterministic manual guidance.
  • Use references/stage-handoff-contract.md when search transitions to install or install transitions to generate.
  • Recommend apple-xcode-workflow directly when the user’s task shifts from docs management to Apple or Swift execution work.
  • Recommend apple-swift-package-bootstrap directly when the user needs new Swift package scaffolding.
  • scripts/run_workflow.py is the only local runtime entrypoint for stage behavior; helper scripts remain implementation details behind it.

Customization

  • Use references/customization-flow.md.
  • scripts/customization_config.py stores and reports customization state.
  • scripts/run_workflow.py loads and enforces the runtime-safe knobs documented in references/customization-flow.md.

References

Workflow References

  • references/dash_mcp_tools.md
  • references/dash_http_api.md
  • references/dash_url_and_service.md

Contract References

  • references/stage-handoff-contract.md
  • references/automation-prompts.md
  • references/customization-flow.md

Support References

  • Recommend references/snippets/apple-swift-core.md when the user needs a reusable Apple and Swift baseline snippet in their own repo alongside Dash-based docs workflows.
  • references/catalog_built_in_docsets.json
  • references/catalog_user_contrib_docsets.json
  • references/catalog_cheatsheets.json
  • references/snippets/apple-swift-core.md

Script Inventory

  • scripts/run_workflow.py
  • scripts/dash_api_probe.py
  • scripts/dash_catalog_match.py
  • scripts/dash_catalog_refresh.py
  • scripts/dash_url_search.py
  • scripts/dash_url_install.py

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.