feat: Add Kiro Power support with POWER.md generation and manifest sync#17
Draft
antonbabenko wants to merge 2 commits into
Draft
feat: Add Kiro Power support with POWER.md generation and manifest sync#17antonbabenko wants to merge 2 commits into
antonbabenko wants to merge 2 commits into
Conversation
Add a stdlib POWER.md generator (build_power.py) that derives a Kiro Power from each inline plugin's SKILL.md (single source of truth; references stay put, links rewritten), and generate one for code-intelligence. Wire it into the release pipeline and validate.yml (--check blocks drift). Add a third .kiro/plugins/marketplace.json mirroring .agents for external-pin parity, with the auto-update script and both sync checks extended to keep all three manifests in lockstep. Kiro installs Powers by GitHub URL, not this manifest - documented as a drift guard, not an install source. https://claude.ai/code/session_01R8XutkcqBDWDCEWMJJ8w2f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Plugin(s) affected: Infrastructure / CI tooling (all plugins)
Type of change:
Summary:
This PR adds Kiro Power support to the agent-plugins marketplace, enabling inline plugins to be installed as Kiro Powers alongside their Claude Code and Codex/agents availability.
Key Changes
New
build_power.pyscript (.github/scripts/build_power.py):POWER.mdfromSKILL.mdas a CI-owned artifact (like.codex-plugin/plugin.json).codex-plugin/plugin.jsonmcp.jsonexists--checkmode for CI validationNew
.kiro/plugins/marketplace.json:.agents/plugins/marketplace.jsonfor external plugins (pin-sync parity)code-intelligencewithsource: { source: local, path: ./plugins/code-intelligence }Generated
plugins/code-intelligence/POWER.md:CI validation enhancements (
validate.yml):build_power.py --checkon all POWER.md files.kiro/plugins/marketplace.jsonalongside Claude and agents.kiro/plugins/**and.github/scripts/**External plugin update pipeline (
update_external_plugins.py,update-external-plugins.yml):.kiro/plugins/marketplace.jsonalongside.claude-pluginand.agentsRelease pipeline (
automated-release.yml):POWER.mdfrom updatedSKILL.mdduring inline plugin releasesDocumentation updates (CLAUDE.md, CONTRIBUTING.md, README.md):
.kiro/plugins/marketplace.jsonand its role (mirror for drift guard, not consumed for install today)POWER.mdis generated, CI-owned, never hand-editedDesign Rationale
https://claude.ai/code/session_01R8XutkcqBDWDCEWMJJ8w2f