Help us improve
Share bugs, ideas, or general feedback.
Private plugin marketplace with mobile development agents, skills, and commands
npx claudepluginhub alexey1312/agents-pluginsPrivate 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
Native iOS development agent with Swift/SwiftUI, Core Data, UIKit, and networking
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
Cross-platform Flutter/Dart development agent with state management and platform integrations
Converts JSON/XML/YAML to compact TOON format with 30-60% token savings
Spawn parallel mobile agents for coordinated development
GitHub PR workflow: create PRs and generate summaries
Comprehensive Swift code review using swift-expert agent
Analyze xcodebuild output with xcsift and convert to TOON format
Generate changelog from git commits following conventional commits format
Automation hooks for build suggestions, SwiftLint reminders, and coverage tips
Recovers branch context by analyzing commits, changed files, and diffs
Strip AI-writing tells from prose — inflated symbolism, em-dash overuse, rule of three, AI vocabulary, passive voice, and negative parallelisms.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.