A collection of plugins for Claude Code that extend its capabilities with specialized agents, skills, and hooks.
| Plugin | Command | Description |
|---|---|---|
| swift-developer | /swift-developer:swift-developer |
Autonomous Swift development agent for iOS/macOS apps, Swift packages, SwiftUI, and Swift 6 concurrency |
| rust-developer | /rust-developer:rust-developer |
Comprehensive Rust development with cargo, clippy, async patterns, WebAssembly, and framework support |
| powershell-developer | /powershell-developer:powershell-developer |
PowerShell scripts, modules, Windows Forms/WPF GUIs, and automation with Gallery verification |
| sql-developer | /sql-developer:sql-developer |
T-SQL queries, stored procedures, performance tuning, and code review with Microsoft docs verification |
After installing from the marketplace, invoke any plugin agent directly:
/swift-developer:swift-developer create a SwiftUI settings screen with @Observable
/rust-developer:rust-developer implement error handling with thiserror
/powershell-developer:powershell-developer create a file browser GUI with Windows Forms
/sql-developer:sql-developer write a query to find duplicate customers by email
Add this plugin marketplace to Claude Code:
claude plugin marketplace add hmohamed01/claude-code-pluginsThen use /plugins to browse and install plugins from the marketplace.
Each plugin is an independent project with its own:
.claude-plugin/plugin.json- Plugin manifestREADME.md- Documentationagents/- Autonomous agent definitionsskills/- Knowledge and reference contenthooks/- Event-driven automationcommands/- Slash commands (if applicable)
Each plugin follows the Claude Code plugin structure. See individual plugin READMEs for specific details.
MIT
