Skip to content

239x1a3242-maker/gakrcli-plugins-official

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAKRCLI Plugins Official

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.

📊 Marketplace Stats

  • 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

📁 Repository Structure

  • /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

🚀 Installation

Plugins can be installed directly from this marketplace via GAKRCLI's plugin system.

Install via Command

/plugin install {plugin-name}@gakrcli-plugins-official

Install via UI

Browse and install plugins through the GAKRCLI interface:

/plugin > Discover > Search for plugin

Popular Plugins

  • 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

🤝 Contributing

We welcome contributions from the community!

Internal Plugins

Internal plugins are developed by GAKRCLI team members. See /plugins/example-plugin for a reference implementation.

External Plugins

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:

  1. Fork this repository
  2. Add your plugin to /external_plugins/{your-plugin-name}
  3. Update .gakrcli-plugin/marketplace.json
  4. Submit a pull request

Development Resources

  • Plugin Development Guide: /plugins/plugin-dev
  • Example Plugin: /plugins/example-plugin
  • Schema Reference: /schemas/gakrcli-marketplace.schema.json

📦 Plugin Structure

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)

Required Files

  • .gakrcli-plugin/plugin.json - Plugin metadata and configuration
  • README.md - Plugin documentation
  • LICENSE - License information

Optional Components

  • commands/ - Custom slash commands
  • agents/ - Specialized AI agents
  • skills/ - Reusable skill definitions
  • hooks/ - Event-driven automation
  • .mcp.json - MCP server integration

📋 Marketplace Schema

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

🔍 Plugin Categories

  • 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

📚 Documentation

  • Plugin Development: See /plugins/plugin-dev for comprehensive guides
  • MCP Integration: See /plugins/mcp-server-dev for MCP server development
  • Skill Creation: See /plugins/skill-creator for skill development
  • Example Plugin: See /plugins/example-plugin for reference implementation

🔗 Links

📄 License

Please see each plugin's LICENSE file for specific licensing information. Most plugins use MIT or Apache 2.0 licenses.

🆘 Support

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 31.7%
  • TypeScript 28.8%
  • HTML 19.5%
  • Shell 13.0%
  • JavaScript 7.0%