generating-swift-package-docs

Generates comprehensive API documentation for Swift package dependencies on-demand. This skill helps you quickly obtain documentation for packages used in Xcode projects when you encounter unfamiliar module imports. Automatically resolves modules to packages and caches documentation for reuse. This is the primary tool for understanding individual `import` statements. Use when user asks "what's import X?" or "what does import X do?", encountering unfamiliar import statements, exploring a dependency's API, or user asks about package documentation

$ Instalar

git clone https://github.com/czottmann/claude-code-stuff /tmp/claude-code-stuff && cp -r /tmp/claude-code-stuff/generating-swift-package-docs ~/.claude/skills/claude-code-stuff

// tip: Run this command in your terminal to install the skill