[kiro-support] Add Kiro Support power (Agent Plugins format) - #191
Open
kirankumar15 wants to merge 1 commit into
Open
[kiro-support] Add Kiro Support power (Agent Plugins format)#191kirankumar15 wants to merge 1 commit into
kirankumar15 wants to merge 1 commit into
Conversation
File and manage AWS Support cases for Kiro issues directly from the IDE. Collects diagnostics and verifies Support API access with a read-only probe before any write, and never files, replies to, or resolves a case without explicit user approval. Backends: awslabs.aws-support-mcp-server (primary) and mcp-proxy-for-aws / Agent Toolkit (fallback, telemetry disabled). Uses the Agent Plugins v1.0.0 specification format with plugin.json, skills/, and mcp.json. Supersedes the POWER.md-based approach in kirodotdev#189.
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.
Summary
Add the kiro-support power using the Agent Plugins v1.0.0 specification format. This is the same power as #189 but migrated from the legacy POWER.md format to the portable agent-plugins standard (
plugin.json+skills/+mcp.json).What this power does
File and manage AWS Support cases for Kiro issues directly from the IDE. Collects diagnostics and verifies Support API access with a read-only probe before any write, and never files, replies to, or resolves a case without explicit user approval.
Backends:
awslabs.aws-support-mcp-server(primary) andmcp-proxy-for-aws/ Agent Toolkit (fallback, telemetry disabled).Structure
Key differences from #189
plugin.jsonmanifest instead of POWER.md frontmattermcp.jsonhas$schemaandtype: stdioper the Agent Plugins specdisabled/autoApprovefields from mcp.jsonskills/kiro-support/references/Testing
Related
Supersedes #189