AI development plugins and multi-agent tools
npx claudepluginhub alejandrolaborda/agent-toolsGet second opinions from external AI agents (OpenAI, Gemini, GitHub). Features OAuth for GitHub (via gh CLI) and interactive API key setup - no manual file editing required.
A Claude Code plugin marketplace for Apple platform development, with specialized agents and reusable skills.
Load plugins directly from this directory:
# Load a single plugin
claude --plugin-dir ./plugins/apple-shared
# Load multiple plugins
claude --plugin-dir ./plugins/apple-shared --plugin-dir ./plugins/apple-tv-dev
Once this repo is published to GitHub:
# 1. Add the marketplace (one-time setup)
/plugin marketplace add alejandrolaborda/agent-tools
# 2. Install plugins
/plugin install apple-shared@agent-tools
/plugin install apple-tv-dev@agent-tools
Or use the interactive plugin browser:
/plugin
# Navigate to "Discover" tab → select marketplace → choose plugin
# User scope (default) - available in all your projects
/plugin install apple-shared@agent-tools
# Project scope - shared with team via .claude/settings.json
claude plugin install apple-shared@agent-tools --scope project
# Local scope - gitignored, personal use
claude plugin install apple-shared@agent-tools --scope local
Add to .claude/settings.json for automatic team setup:
{
"extraKnownMarketplaces": {
"agent-tools": {
"source": {
"source": "github",
"repo": "alejandrolaborda/agent-tools"
}
}
},
"enabledPlugins": {
"apple-shared@agent-tools": true,
"apple-tv-dev@agent-tools": true
}
}
# List installed plugins
/plugin
# Disable without uninstalling
/plugin disable apple-shared@agent-tools
# Re-enable
/plugin enable apple-shared@agent-tools
# Uninstall
/plugin uninstall apple-shared@agent-tools
Auto-updates are disabled by default for third-party marketplaces. Enable via:
/plugin
# → Marketplaces tab → select "agent-tools" → Enable auto-update
Manual updates:
# Refresh marketplace listings
/plugin marketplace update agent-tools
# Update a specific plugin
claude plugin update apple-shared@agent-tools
Environment variables:
# Disable ALL auto-updates (Claude Code + plugins)
export DISABLE_AUTOUPDATER=true
# Keep plugin auto-updates while disabling Claude Code updates
export DISABLE_AUTOUPDATER=true
export FORCE_AUTOUPDATE_PLUGINS=true
When auto-update is enabled, Claude Code checks for updates at startup and notifies you to restart if plugins were updated.
agent-tools/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ ├── apple-shared/ # Shared Apple platform skills
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/
│ │ ├── swift-language/ # Swift 6.2 expert
│ │ ├── app-store-review/ # Guidelines compliance
│ │ └── ...
│ └── apple-tv-dev/ # Apple TV development
│ ├── .claude-plugin/plugin.json
│ ├── agents/ # Specialized sub-agents
│ ├── skills/ # tvOS-specific skills
│ └── commands/ # Slash commands
├── AGENTS.md # Development guidelines
└── README.md
Shared skills for all Apple platforms (iOS, macOS, tvOS, visionOS).
| Skill | Description | Status |
|---|---|---|
swift-language | Swift 6.2 expert | Ready |
app-store-review | App Store guidelines | Planned |
app-store-connect | Publishing workflow | Planned |
accessibility | VoiceOver, accessibility | Planned |
localization | i18n/l10n | Planned |
Apple TV/tvOS development with specialized agents.
Skills:
| Skill | Description | Status |
|---|---|---|
swiftui-tvos | SwiftUI + focus system | Building |
focus-engine | tvOS navigation | Planned |
avkit-media | Video/audio playback | Planned |
gamekit | Game Center | Planned |
metal-graphics | High-perf graphics | Planned |
testflight-qa | Testing workflow | Planned |
Agents:
| Agent | Role |
|---|---|
developer | Code implementation |
designer | UI/UX, HIG compliance |
qa-tester | Testing, automation |
publisher | App Store submission |
legal | Privacy, compliance |
media | Video/audio specialist |
IMPORTANT: Update all Apple-related skills after every Apple event.
| Event | Timing | Updates |
|---|---|---|
| WWDC | June | Swift, APIs, frameworks, Xcode |
| iPhone Event | September | iOS/watchOS SDK |
| Mac Event | Oct/Nov | macOS SDK, Apple Silicon |
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage