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.
FAQ
ios-workflow-claude is a Claude Code plugin with 11 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes content, create-tasks, knowledge. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add carloshpdoc/ios-workflow-claude
Repo: carloshpdoc/ios-workflow-claude
English Β· PortuguΓͺs brasileiro
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.

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. Install VHS (brew install vhs) and runvhs docs/assets/demo.tape.
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 |
|---|---|---|
| keskinonur/claude-code-ios-dev-guide (705β) | iOS architect agent, SwiftUI specialist, Swift reviewer | Jira, PRs via gh, stacked PRs, Apolloβnative, feature-flag cleanup, perf playbook, SwiftLint fixer |
| schovi/claude-schovi (MIT) | Jira auto-detect, /review, /publish | Anything iOS |
| kylehughes/apple-platform-build-tools (57β) | xcodebuild / simctl / devicectl wrapper, builder subagent | Workflow automation |
ios-workflow-claude (this repo) | The intersection. Swift 6 migration pipeline, Apolloβnative SDK removal, stacked PRs β€600 lines, Jira-driven PR opener, Xcode build orchestrator, perf playbook with concrete pattern matches, SwiftLint fixer | - |
Two things in here I couldn't find anywhere else public:
/swift6-check β /swift6-fix one category at a time β /swift6-status). Most kits give you a Swift reviewer that flags issues; this one runs the loop until you're done./apollo-*). Five commands built for Apollo iOS removal, but the pattern - investigate one repo β migrate to a protocol-based replacement with mandatory tests β self-review β stacked PRs - maps to any SDK swap: Realm β SwiftData, Combine β async/await, custom networking β URLSession.Zero per-project setup is also rare - instead of a template system you fork and edit by hand, every command resolves project-specific values (scheme, Jira key, flag files) at runtime by detecting them, inferring from git, or asking.
Not for you if: you're not on iOS, you don't use Jira, or your team doesn't ship through GitHub PRs reviewed via gh. The xcode-build-suite plugin is the most stack-portable piece - install just that one if Xcode optimization is all you want.
commands/ - slash commands| Command | What it does | Triggers on |
|---|---|---|
swift6-check / swift6-fix / swift6-status | Swift 6 concurrency migration: scan β fix one category at a time β track progress. | Swift codebases moving 5 β 6 |
apollo-check / apollo-migrate / apollo-review / apollo-status / apollo-tasks | Apollo iOS SDK removal pipeline: investigate one repo β migrate to native GraphQLClientProtocol with mandatory tests β self-review β PR. The pattern generalizes to any SDK removal (Realm β SwiftData, Combine β async/await, etc.). | iOS projects on Apollo |
feature-flag-check / feature-flag-remove / feature-flag-completed / feature-flag-status | Feature-flag cleanup: trace the dependency chain β remove dead code β tests β Slack/Notion post. | Any codebase with flags |
code-review | Apply DRY / SOLID / naming / formatting standards to changed files. | After implementation, before PR |
stacked-prs | Split a branch into semantic commits and stacked upstream PRs β€600 lines each. | Large multi-concern branches |
verified-pr | Gate: full local build + test pass before opening a PR. Use when CI doesn't run tests on PRs. | iOS projects |
create-pr-from-staged-changes | Open a PR directly from staged changes (skips build/test gates). | Quick PRs |
request-review | Re-request review on an existing PR. | Existing PRs |
update-jira | Update a Jira task with PR link / status. | Jira-driven workflows |
perf-investigate | Performance / leak investigation playbook (Time Profiler + memgraph). | "App is slow", "leak suspected" |
bump | Bump app version / build number across all Xcode targets. | Pre-release iOS |
open-pr | Opinionated PR opener: detects Jira ticket from branch, attaches evidence screenshots, transitions the Jira status. |
skills/ - model-invoked skills| Skill | What it does |
|---|---|
create-tasks | Turn meeting notes / specs / feature descriptions into Jira tasks with sequencing, dependencies, and acceptance criteria. |
xcode-build-orchestrator + xcode-build-benchmark + xcode-compilation-analyzer + xcode-project-analyzer + xcode-build-fixer | End-to-end Xcode build-time optimization: benchmark β analyze (compile / project / SPM) β recommend β apply with approval β re-benchmark. |
spm-build-analysis | Audit SwiftPM dependencies, plugins, module variants, CI overhead. |
content | Turn recent technical work (bug fix / release / case study) into LinkedIn / Twitter / Instagram drafts. Saves to /content/drafts/. Acts both reactively (/content linkedin <topic>) and proactively (suggests at end of content-worthy sessions). |
knowledge | Federated search + lifecycle for .md docs across ~/Desktop/knowledge/, the current repo, and Claude's memory dir. Subcommands: stale, drafts, related, suggest, new, index. |
local-fast / local-smart | Delegate low-risk / heavier-reasoning tasks to a local LLM via ollama. Requires: bin/qwen-task.sh + bin/dots-task.sh placed at the project's .claude/bin/, plus ollama with the referenced models pulled. See bin/ for the wrapper scripts. |
agents/ - specialized subagentsDrop into .claude/agents/ (or ~/.claude/agents/) and they become available via the Agent tool.
| Agent | Use for |
|---|---|
ios-code-reviewer | Swift / iOS code review - proactively after features, refactors, or before PRs. Returns prioritized findings with rationale. |
ios-test-writer | XCTest suite generation with proper mocking. Triggers on "write tests", "add coverage", or after new features. |
swiftlint-fixer | Check + fix SwiftLint violations against the project's .swiftlint.yml. |
These ship as Claude Code plugins. Don't copy them here - install them so you get upstream updates. See docs/PLUGINS.md for one-command install steps.
ios-swift-skills (Patrick Serrano, MIT) - SwiftUI performance audit, native app profiling via xctrace, Swift concurrency expert, SwiftUI view refactor, SwiftUI patterns, Liquid Glass (iOS 26+), iOS debugger agent, App Store release changelog, macOS SPM packagingmemorydetective (Apache 2.0) - Disciplined iOS perf + leak investigation playbooks via MCPcodex (OpenAI, Apache 2.0) - Delegate stuck/second-opinion tasks to Codex CLI (/codex:setup, /codex:rescue)code-review (official) - Generic code review commandsecurity-guidance (official) - /security-review for pending changespr-review-toolkit (official) - /review PR + subagents (simplifier, comment-analyzer, type-design)Available out of the box - just invoke them. See docs/BUILTINS.md for short descriptions.
/init - bootstrap CLAUDE.md from the current codebase/loop - run a prompt / slash command on an interval or self-paced/schedule - cron-style scheduled remote agentsclaude-api - build/debug Anthropic SDK apps (caching, model migration)update-config (hooks/permissions/env), keybindings-help, fewer-permission-prompts, simplify, init# Inside Claude Code, one-time: register this repo as a marketplace
/plugin marketplace add carloshpdoc/ios-workflow-claude
# Then install whichever plugins you want
/plugin install xcode-build-suite@carloshpdoc-plugins # Xcode build-time optimizer
/plugin install ios-workflow@carloshpdoc-plugins # iOS commands + agents
/plugin install claude-utilities@carloshpdoc-plugins # content, knowledge, create-tasks
New slash commands appear in Claude Code tab-completion immediately. There is no setup step - project-specific values (app scheme, Jira key, feature-flag files, β¦) are auto-detected from the project, inferred from git/the branch name, or asked at runtime.
This repo is a Claude Code plugin marketplace (.claude-plugin/marketplace.json) shipping three independent plugins. Register it once, then install just the plugins you need:
/plugin marketplace add carloshpdoc/ios-workflow-claude
/plugin install xcode-build-suite@carloshpdoc-plugins
/plugin install ios-workflow@carloshpdoc-plugins
/plugin install claude-utilities@carloshpdoc-plugins
| Plugin | What you get | Stack |
|---|---|---|
xcode-build-suite | Build benchmark β compile/project/SPM analysis β recommend β apply β re-benchmark | Any Xcode project |
ios-workflow | Swift 6 migration, Apolloβnative removal, stacked PRs, Jira-driven PR opener, feature-flag cleanup, perf playbook, SwiftLint fixer, iOS code-review / test-writer agents | iOS + Jira + GitHub PRs |
claude-utilities | content (work β LinkedIn/Twitter drafts), knowledge (federated doc search), create-tasks (notes β Jira tickets) | Cross-stack |
Run /plugin to see installed plugins. Restart Claude Code if new commands don't show up in tab-completion.
Earlier versions copied files into each project and substituted {{PLACEHOLDER}} tokens via a bootstrap.sh script. That step is gone - plugins can't template at install time, and they don't need to. The commands now resolve project-specific values at runtime:
| Value | How it's resolved |
|---|---|
| App scheme / test target | xcodebuild -list -json; if ambiguous, asks |
| Jira project key | inferred from the branch name (feature/KEY-123-β¦); else asks |
| GitHub repo / owner | gh repo view / git remote get-url origin |
| Jira host / board / cloud / assignee | discovered via the Atlassian MCP, or asked |
| Feature-flag enum / files, font tokens | found by searching the codebase; else asked |
Nothing to edit, nothing to re-run when values change.
To hack on the plugins, clone the repo and add it as a local marketplace:
/plugin marketplace add /path/to/ios-workflow-claude
The local-fast / local-smart skills and the bin/ wrapper scripts are not part of any plugin (they depend on a personal local-LLM runtime). Copy them into ~/.claude/ by hand if you want them - see the local-fast / local-smart section below.
ios-workflow-claude/
βββ .claude-plugin/
β βββ marketplace.json # marketplace manifest (3 plugins under ./plugins)
βββ plugins/
β βββ xcode-build-suite/
β β βββ .claude-plugin/plugin.json
β β βββ skills/ # 6 Xcode build-optimization skills
β βββ ios-workflow/
β β βββ .claude-plugin/plugin.json
β β βββ commands/ # slash commands (.md per command)
β β βββ agents/ # specialized subagents (Agent tool)
β βββ claude-utilities/
β βββ .claude-plugin/plugin.json
β βββ skills/ # content, knowledge, create-tasks
βββ skills/ # NOT plugins: local-fast / local-smart (personal runtime)
βββ bin/ # helper scripts for local-fast / local-smart
βββ docs/
β βββ PLUGINS.md # third-party plugin install steps
β βββ BUILTINS.md # Claude Code built-in commands cheat sheet
βββ README.md
These two skills delegate to local LLMs via ollama. If you don't use them, skip this section.
# 1. Install ollama and pull the models referenced by the wrapper scripts
brew install ollama
ollama pull qwen3.5:35b-a3b-coding-nvfp4 # used by local-fast
ollama pull dots.llm1 # used by local-smart
# 2. Drop the wrapper scripts into your project's .claude/bin/
mkdir -p .claude/bin
cp ~/Development/ios-workflow-claude/bin/*.sh .claude/bin/
chmod +x .claude/bin/*.sh
If you prefer different local models, edit the scripts in bin/ - they're 3-line wrappers around ollama run <model>.
The commands, skills, and agents in plugins/ are released under Apache 2.0 - see LICENSE.
Third-party plugins documented in docs/PLUGINS.md keep their own licenses (MIT for ios-swift-skills, Apache 2.0 for codex and memorydetective, Anthropic license for the official claude-plugins-official set).
.claude-plugin/
marketplace.json
.github/
ISSUE_TEMPLATE/
bug_report.yml
config.yml
feature_request.yml
PULL_REQUEST_TEMPLATE.md
workflows/
plugin-validate.yml
.gitignore
bin/
dots-task.sh
qwen-task.sh
CHANGELOG.md
docs/
assets/
demo.gif
demo.tape
BUILTINS.md
PLUGINS.md
examples/
claude-settings.json
LICENSE
plugins/
claude-utilities/
.claude-plugin/
plugin.json
skills/
content/
SKILL.md
create-tasks/
SKILL.md
knowledge/
SKILL.md
ios-workflow/
.claude-plugin/
plugin.json
agents/
ios-code-reviewer.md
ios-test-writer.md
swiftlint-fixer.md
commands/
apollo-check.md
apollo-migrate.md
apollo-review.md
apollo-status.md
apollo-tasks.md
bump.md
code-review.md
create-pr-from-staged-changes.md
feature-flag-check.md
feature-flag-completed.md
feature-flag-remove.md
feature-flag-status.md
open-pr.md
perf-investigate.md
request-review.md
review-pr.md
stacked-prs.md
swift6-check.md
swift6-fix.md
swift6-status.md
update-jira.md
verified-pr.md
xcode-build-suite/
.claude-plugin/
plugin.json
skills/
spm-build-analysis/
references/
build-optimization-sources.md
recommendation-format.md
spm-analysis-checks.md
SKILL.md
xcode-build-benchmark/
references/
benchmark-artifacts.md
benchmarking-workflow.md
SKILL.md
xcode-build-fixer/
references/
build-settings-best-practices.md
fix-patterns.md
recommendation-format.md
SKILL.md
xcode-build-orchestrator/
references/
benchmark-artifacts.md
build-settings-best-practices.md
orchestration-report-template.md
recommendation-format.md
SKILL.md
xcode-compilation-analyzer/
references/
build-optimization-sources.md
code-compilation-checks.md
recommendation-format.md
SKILL.md
xcode-project-analyzer/
references/
build-optimization-sources.md
build-settings-best-practices.md
project-audit-checks.md
recommendation-format.md
SKILL.md
README.md
README.pt-br.md
skills/
local-fast/
SKILL.md
local-smart/
SKILL.mdΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic
| Jira-driven workflows |
review-pr | Friendly PR review on a branch or PR number - posts inline comments via gh. | Reviewing teammates' PRs |