swiftzilla/skills

swift_onboard

>- Use this skill for architecture documentation and generating high-level system overviews. It generates an ARCHITECTURE.md for your project. Use when onboarding to a new codebase, documenting project structure, creating system overviews, or understanding how components connect — even if they don't mention "architecture" but describe understanding or documenting a project's structure.

First seen Apr 1, 2026

Installation

$ npx skills add swiftzilla/skills --skill swift_onboard

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from swiftzilla/skills · top by installs.

npx skills add swiftzilla/skills

Browse all from swiftzilla/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License Proprietary
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version21eb566
LicenseProprietary
CompatibilityRequires macOS 14+. Universal macOS executable (arm64 + x86_64).
More metadata
author
SwiftZilla
version
21eb566

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,594 B
  • docs SUMMARY.md 408 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Swift Onboard: Architecture Documentation

Generate or update your project's ARCHITECTURE.md with a high-level system overview.

Tool Usage

scripts/swift_onboard

Gotchas

  • The tool scans the current working directory — make sure you're in the project root before running.
  • If the project already has an ARCHITECTURE.md, the tool will update it rather than overwrite. Review the diff after generation.
  • For large projects, the initial scan may take time. The output quality depends on the codebase's structural clarity — heavily nested or unconventional layouts may need manual supplementation.

Workflow

  1. Orient: Navigate to the project root and run scripts/swift_onboard
  2. Review: Read the generated ARCHITECTURE.md to understand core components and entry points
  3. Supplement: Add any domain-specific context the tool couldn't infer automatically
  4. Maintain: Re-run after significant structural changes to keep documentation current