Claude Code plugins featuring specialized agents, commands, and development skills.
git clone https://github.com/emdashcodes/claude-code-plugins.gitClaude Code plugins featuring specialized agents, commands, and development skills.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/emdashcodes/claude-code-pluginsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as a Claude Code plugin developer. Create a plugin for [COMPANY] in the [INDUSTRY] sector that automates [SPECIFIC TASK]. The plugin should include at least 3 specialized agents and 2 unique commands. Provide the plugin code in Python and a brief description of each component.
# Claude Code Plugin for Retail Inventory Management
## Plugin Description
This plugin automates inventory tracking and reordering for retail businesses. It includes specialized agents for real-time stock monitoring, supplier communication, and sales forecasting.
## Agents
- **StockMonitorAgent**: Tracks inventory levels across all store locations
- **SupplierCommunicatorAgent**: Handles reordering and communicates with suppliers
- **SalesForecasterAgent**: Predicts future inventory needs based on sales data
## Commands
- `/reorder [product_id]`: Initiates the reordering process for a specific product
- `/stock_report [location]`: Generates a detailed stock report for a specific store location
## Python Code
```python
from claude_code import Plugin, Agent, Command
class InventoryPlugin(Plugin):
def __init__(self):
self.stock_monitor = StockMonitorAgent()
self.supplier_communicator = SupplierCommunicatorAgent()
self.sales_forecaster = SalesForecasterAgent()
@Command
def reorder(self, product_id: str):
# Implementation for reorder command
pass
@Command
def stock_report(self, location: str):
# Implementation for stock report command
pass
class StockMonitorAgent(Agent):
def __init__(self):
# Implementation for stock monitor agent
pass
# Additional agent implementations...
```AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Service Management That Turns Chaos Into Control
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power