Agent Plugins Marketplace
All plugins

dev-helper-power

v0.1.1

Sample Kiro Agent Plugin providing code-review and commit-message skills plus team coding-standards steering.

Agent Plugins2 Skills1 MCP serverstdio

By Sandeep KumarLicense: Apache-2.00 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/siddhivinayak-sk/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dev-helper-power/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

dev-helper-power/
├── plugin.json
├── skills/code-review-helper/SKILL.md
├── skills/commit-message/SKILL.md
└── mcp.json

Included Skills2

code-review-helperskills/code-review-helper/SKILL.md

Perform a structured code review of a diff or file, flagging correctness, readability, security, and test coverage issues.

commit-messageskills/commit-message/SKILL.md

Draft a Conventional Commits message from staged or specified changes, including type, scope, subject, and optional body/footers.

MCP servers1

orbit-local-multistdio
command
glab.exe
args
orbit local mcp serve
env.PATH
C:\Windows\system32;C:\Windows;C:\Program Files\Git\cmd;

Plugin manifests1

dev-helper-power/plugin.json
{
  "$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": "[email protected]",
    "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"
        ]
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dev-helper-power on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-helper-power)