What problem does it solve?
This skill provides a structured reference for DocC markup and syntax, enabling users to learn and apply DocC directives, metadata, and documentation layouts to Swift frameworks and packages.
DocC users gain a clear guide to organize references, tutorials, and articles, ensuring consistent documentation practices across projects.
Core Features & Use Cases
- Comprehensive reference: explains how to compose Symbol links, Metadata, DocumentationExtension, and page customization.
- Documentation catalog guidance: covers structuring Articles, Tutorials, and Resources with consistent navigation.
- Real-world use cases: demonstrates documenting a Swift framework with examples of symbol references and tutorial content.
Quick Start
Review the included DocC references to begin a minimal catalog: create a .docc directory adjacent to your target, add a SKILL.md with the proper name and description, and populate pages using DocC directives. Then use Swift DocC tooling to preview or publish the documentation.