Skip to content

A repository of Claude Code Plugins

Notifications You must be signed in to change notification settings

hmohamed01/claude-code-plugins

Repository files navigation

Claude Code Plugins

License: MIT Plugins Claude Code GitHub stars

A collection of plugins for Claude Code that extend its capabilities with specialized agents, skills, and hooks.

Demo

Plugins

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

Quick Start

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

Installation

Add this plugin marketplace to Claude Code:

claude plugin marketplace add hmohamed01/claude-code-plugins

Then use /plugins to browse and install plugins from the marketplace.

Structure

Each plugin is an independent project with its own:

  • .claude-plugin/plugin.json - Plugin manifest
  • README.md - Documentation
  • agents/ - Autonomous agent definitions
  • skills/ - Knowledge and reference content
  • hooks/ - Event-driven automation
  • commands/ - Slash commands (if applicable)

Contributing

Each plugin follows the Claude Code plugin structure. See individual plugin READMEs for specific details.

License

MIT

About

A repository of Claude Code Plugins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •