Base plugin by blogic with integrated MCP servers
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install agent-kit@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/agent-kit.json
Step 2: Install the plugin
/plugin install agent-kit@agent-kit
A Claude Code plugin marketplace containing enterprise-grade plugins developed by Blogic.
Base plugin providing essential development tools and MCP server integrations.
Features:
Included MCP Servers:
First, start Claude Code:
claude
Once Claude Code is running, add the marketplace:
/plugin marketplace add https://github.com/blogic-cz/blogic-marketplace
Or for local development:
/plugin marketplace add /path/to/blogic-marketplace
Once the marketplace is added, you can install plugins directly:
/plugin install agent-kit@blogic-marketplace
blogic-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── agent-kit/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── .mcp.json # MCP server configurations
│ └── commands/ # Slash commands
│ ├── requirements-start.md
│ ├── requirements-end.md
│ ├── requirements-list.md
│ ├── requirements-status.md
│ ├── requirements-current.md
│ └── requirements-remind.md
└── README.md
The agent-kit plugin includes a comprehensive requirements management system:
/requirements-start
- Start tracking a new requirement/requirements-end
- Mark a requirement as completed/requirements-list
- View all requirements/requirements-status
- Check status of specific requirements/requirements-current
- Show currently active requirements/requirements-remind
- Get reminders about pending requirements.claude-plugin/plugin.json
with plugin metadataFirst, start Claude Code:
claude
Then add your local marketplace:
/plugin marketplace add /path/to/blogic-marketplace
Install and test your plugin:
/plugin install agent-kit@blogic-marketplace
After making changes, uninstall and reinstall to test updates:
/plugin uninstall agent-kit@blogic-marketplace
/plugin install agent-kit@blogic-marketplace
MIT
Blogic - https://github.com/blogic-cz
1.0.0