A curated directory of high-quality plugins for GAKRCLI - the next-generation AI-powered development environment.
⚠️ Important: Ensure you trust a plugin before installing, updating, or using it. Always review the source code and verify the publisher’s reputation. GAKRCLI does not control or verify third-party MCP servers, files, or software; therefore, we cannot guarantee they will function as intended or remain secure. Please visit the plugin’s homepage for full details.
- 144 Plugins available
- 20 Internal Plugins - Developed and maintained by GAKRCLI team
- 15 External Plugins - Community and partner contributions
- JSON Schema Validated - All plugins follow strict validation rules
/plugins- Internal plugins developed and maintained by GAKRCLI team/external_plugins- Third-party plugins from partners and the community/schemas- JSON Schema for marketplace validation.gakrcli-plugin/- Marketplace configuration and plugin registry
Plugins can be installed directly from this marketplace via GAKRCLI's plugin system.
/plugin install {plugin-name}@gakrcli-plugins-officialBrowse and install plugins through the GAKRCLI interface:
/plugin > Discover > Search for plugin
- agent-sdk-dev - Development kit for working with the GAKRCLI Agent SDK
- code-review - Automated code review with specialized agents
- feature-dev - Comprehensive feature development workflow
- frontend-design - Create distinctive, production-grade frontend interfaces
- github - Official GitHub MCP server for repository management
- mcp-server-dev - Build and develop MCP servers and apps
We welcome contributions from the community!
Internal plugins are developed by GAKRCLI team members. See /plugins/example-plugin for a reference implementation.
Third-party developers can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval.
Submission Requirements:
- Follow the standard plugin structure
- Include comprehensive documentation
- Pass JSON schema validation
- Provide clear installation instructions
- Include proper licensing information
To submit a plugin:
- Fork this repository
- Add your plugin to
/external_plugins/{your-plugin-name} - Update
.gakrcli-plugin/marketplace.json - Submit a pull request
- Plugin Development Guide:
/plugins/plugin-dev - Example Plugin:
/plugins/example-plugin - Schema Reference:
/schemas/gakrcli-marketplace.schema.json
Each plugin follows a standard structure:
plugin-name/
├── .gakrcli-plugin/
│ └── plugin.json # Plugin metadata (required)
├── .mcp.json # MCP server configuration (optional)
├── commands/ # Slash commands (optional)
├── agents/ # Agent definitions (optional)
├── skills/ # Skill definitions (optional)
├── hooks/ # Event hooks (optional)
├── LICENSE # License file (required)
└── README.md # Documentation (required)
.gakrcli-plugin/plugin.json- Plugin metadata and configurationREADME.md- Plugin documentationLICENSE- License information
commands/- Custom slash commandsagents/- Specialized AI agentsskills/- Reusable skill definitionshooks/- Event-driven automation.mcp.json- MCP server integration
This repository uses a JSON Schema to validate the marketplace configuration:
- Schema Location:
schemas/gakrcli-marketplace.schema.json - Marketplace Config:
.gakrcli-plugin/marketplace.json
The schema validates:
- Plugin metadata (name, description, version)
- Source types (local, git URL, git subdirectory)
- Categories and tags
- Author information
- LSP server configurations
- Development - Development tools and workflows
- Productivity - Productivity enhancers and utilities
- Security - Security scanning and analysis
- Database - Database management and tools
- Deployment - Deployment and infrastructure
- Monitoring - Monitoring and observability
- Design - Design and UI tools
- Learning - Educational and learning resources
- Plugin Development: See
/plugins/plugin-devfor comprehensive guides - MCP Integration: See
/plugins/mcp-server-devfor MCP server development - Skill Creation: See
/plugins/skill-creatorfor skill development - Example Plugin: See
/plugins/example-pluginfor reference implementation
- Repository: https://github.com/gajjalaashok75-UI/gakrcli-plugins-official
- Issues: https://github.com/gajjalaashok75-UI/gakrcli-plugins-official/issues
- Discussions: https://github.com/gajjalaashok75-UI/gakrcli-plugins-official/discussions
Please see each plugin's LICENSE file for specific licensing information. Most plugins use MIT or Apache 2.0 licenses.
For support and questions:
- Email: support@gakrcli.com
- GitHub Issues: Report bugs and request features
- Documentation: Check plugin-specific README files
Made with ❤️ by the GAKRCLI Team