carloshpdoc/ios-workflow-claude

7 stars · Last commit 2026-06-08

iOS-opinionated Claude Code workflow automation: Swift 6 migration, Apollo->native SDK removal, stacked PRs, Jira integration, Xcode build optimization.

README preview

# ios-workflow-claude

**English** · [Português brasileiro](README.pt-br.md)

Reusable Claude Code slash-commands, skills, and workflows extracted from real iOS / backend projects. Packaged as three installable plugins - register the marketplace and `/plugin install` what you need.

![demo](docs/assets/demo.gif)

No per-project setup: the commands resolve project-specific values (app scheme, Jira key, feature-flag files, …) at runtime by detecting them, inferring from git, or asking.

> The GIF above is reproducible - see [`docs/assets/demo.tape`](docs/assets/demo.tape). Install [VHS](https://github.com/charmbracelet/vhs) (`brew install vhs`) and run `vhs docs/assets/demo.tape`.

---

## Why this exists

There are good Claude Code kits for iOS, and good kits for workflow automation. There aren't any that do both.

| Kit | What it covers | What it doesn't |
|---|---|---|

View full repository on GitHub →