siddhivinayak-sk/dev-helper-power
v0.1.1Apache-2.0
Sample Kiro Agent Plugin providing code-review and commit-message skills plus team coding-standards steering.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
orbit-local-multistdio
{
"type": "stdio",
"command": "glab.exe",
"args": [
"orbit",
"local",
"mcp",
"serve"
],
"env": {
"PATH": "C:\\Windows\\system32;C:\\Windows;C:\\Program Files\\Git\\cmd;"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dev-helper-power",
"version": "0.1.1",
"description": "Sample Kiro Agent Plugin providing code-review and commit-message skills plus team coding-standards steering.",
"author": {
"name": "Sandeep Kumar",
"email": "siddhivinayak.sk@gmail.com",
"url": "https://github.com/siddhivinayak-sk"
},
"homepage": "https://github.com/siddhivinayak-sk/agent-plugins",
"repository": "https://github.com/siddhivinayak-sk/agent-plugins",
"license": "Apache-2.0",
"keywords": [
"kiro",
"power",
"agent-plugin",
"code-review",
"commit",
"steering"
],
"extensions": {
"dev.kiro": {
"icon": "icon.png",
"steering": "steering",
"activation": {
"keywords": [
"code review",
"commit message",
"coding standards"
]
}
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- dev.kiro