We welcome organizations who would like to build Kiro powers to offer developers specialized expertise and guidance related to their toolsets. Please create your power using the Agent Plugins format in a public GitHub repository, and submit a link to the repository. If your power is a good fit for our registry, we will reach out. Thanks for your contribution.
Submission requirements
- Power is complete, tested, and working
- Power is unique (review existing powers) and addresses a specific use case
- MCP servers, if used, are not in beta or preview status
- plugin.json includes:
- $schema, name, version, and description
- author (name required, url and email recommended)
- keywords for activation
- license (SPDX format recommended)
- Repository README includes:
- Privacy Policy (link)
- Support contact info (link or email)
Example plugin.json
{"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json","name": "my-power","version": "1.0.0","description": "Brief description of what this power does","author": {"name": "Your Name","url": "https://example.com"},"keywords": ["keyword1", "keyword2"],"license": "Apache-2.0","homepage": "https://example.com/docs","repository": "https://github.com/org/power-repo"}