Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub alexey1312/agents-plugins --plugin to-toonShare bugs, ideas, or general feedback.
Private plugin marketplace with mobile development agents, skills, commands, and automation for Claude Code.
Version: 1.0.0
# Add marketplace
/plugin marketplace add alexey1312/agents-marketplace
# Install individual plugins
/plugin install ios-developer@aleksei-plugins
/plugin install swift-expert@aleksei-plugins
/plugin install xcode-builder@aleksei-plugins
/plugin install review-swift@aleksei-plugins
| Plugin | Model | Category | Description |
|---|---|---|---|
ios-developer | opus | development | Native iOS with Swift/SwiftUI, Core Data, UIKit |
android-developer | opus | development | Native Android with Kotlin/Jetpack Compose, Material Design 3 |
swift-expert | opus | development | Swift 5.9+ expert, async/await, protocol-oriented design |
flutter-expert | sonnet | development | Cross-platform Flutter with Dart, state management |
| Plugin | Category | Description |
|---|---|---|
xcode-builder | development | Builds and tests Swift/Xcode projects with xcsift TOON output |
to-toon | productivity | Converts JSON/XML/YAML to compact TOON format (30-60% token savings) |
xcsift | development | Wraps swift/xcodebuild commands through xcsift for TOON output |
simulator-manager | development | Manages iOS simulators — list, create, boot, configure devices |
swiftlint-fixer | development | Detects and auto-fixes SwiftLint violations in Swift code |
branch-recall | productivity | Recovers branch context — analyzes commits and diffs to continue work |
humanizer | productivity | Identifies and removes AI-generated writing patterns (blader/humanizer) |
| Plugin | Category | Description |
|---|---|---|
spawn | development | Spawn parallel mobile agents for coordinated development |
pr | productivity | GitHub PR workflow: create PRs and generate summaries |
review-swift | development | Comprehensive Swift code review |
analyze-build | development | Analyze xcodebuild output with xcsift + TOON |
generate-changelog | productivity | Generate changelog from git commits |
| Plugin | Category | Description |
|---|---|---|
hooks-collection | productivity | Build suggestions, SwiftLint reminders, coverage tips |
.
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── plugins/
│ ├── agents/
│ │ ├── ios-developer/
│ │ ├── android-developer/
│ │ ├── swift-expert/
│ │ └── flutter-expert/
│ ├── skills/
│ │ ├── xcode-builder/
│ │ ├── to-toon/
│ │ ├── xcsift/
│ │ ├── simulator-manager/
│ │ ├── swiftlint-fixer/
│ │ ├── branch-recall/
│ │ └── humanizer/
│ ├── commands/
│ │ ├── spawn/
│ │ ├── pr/
│ │ ├── review-swift/
│ │ ├── analyze-build/
│ │ └── generate-changelog/
│ └── hooks/
│ └── hooks-collection/
├── CLAUDE.md
└── README.md
Each plugin contains:
plugin-name/
.claude-plugin/plugin.json
agents/ | skills/ | commands/ | hooks/
README.md
"use ios-developer to review this SwiftUI code"
"use android-developer to implement this feature in Compose"
"use swift-expert to optimize this async code"
"use flutter-expert to set up state management"
/spawn --agents ios-developer,android-developer "Payment screen"
/pr:summary
/pr:create --draft
/review-swift Sources/
/analyze-build --test --coverage
/generate-changelog --unreleased
Skills are auto-invoked:
"build the app for simulator" # xcode-builder
"convert this to TOON format" # to-toon
"list available simulators" # simulator-manager
"fix SwiftLint issues" # swiftlint-fixer
"recall what was done in this branch" # branch-recall
"humanize this text" # humanizer
brew install ldomaradzki/tap/xcsift # xcode-builder, xcsift, analyze-build
brew install swiftlint # swiftlint-fixer
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Query, transform, and convert structured data files (JSON, YAML, TOML, XML, CSV, HCL, INI) using dasel v3. Provides reference syntax, exploration workflows, transformation patterns, and cross-platform installation.
Automatically pipe xcodebuild and swift build output through xcsift for structured TOON format optimized for LLM consumption
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive code formatting plugin with Prettier integration. Use when you need to format code, validate formatting, or maintain consistent code style. Activates with phrases like 'format my code', 'check formatting', or 'apply code style'. Supports JavaScript, TypeScript, JSON, CSS, Markdown, and many other file types with automatic formatting on file operations.
GitHub PR workflow: create PRs and generate summaries
Comprehensive Swift code review using swift-expert agent
Generate changelog from git commits following conventional commits format
Native Android development agent with Kotlin, Jetpack Compose, and Material Design 3
Expert Swift developer agent for Swift 5.9+, async/await, SwiftUI, and protocol-oriented programming
Convert Claude-generated HTML design prototypes (URL or .tar.gz) into SwiftUI View files.
Frontend design skill for UI/UX implementation