Commander
Description
A Swifty take on Commander.js and alternative to Swift's ArgumentParser.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Commander 🎛️ — Swift-first parsing, zero forks
**Swift-first parsing. Total command over your CLI.**
**One signature. Infinite tooling.**
**All the ergonomics, none of the forks.**
Commander is Peekaboo's Swift-native command-line framework. It combines declarative property wrappers, a lightweight parser/router, and runtime helpers that integrate tightly with async/await + approachable concurrency.
**Platform story:** Commander targets the platforms we actively test: macOS, Linux, and Apple simulators (iOS/tvOS/watchOS/visionOS). Windows and Android builds are not supported or exercised in CI, so we no longer advertise them.
Highlights
- Property-wrapper ergonomics –
@Option,@Argument,@Flag, and@OptionGroupmirror the Swift Argument Parser API but simply register metadata. You keep writing declarative commands while Commander handles parsing and validation centrally. - Command signatures everywhere –
CommandSignaturereflects every option/flag/argument so docs, help output, agent metadata, and tests all rely on the exact same definitions. - Source-of-truth metadata –
CommandDescriptionreplaces the old ArgumentParserCommandConfiguration, giving us Commander-native builders
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11