---
title: "dev-helper-power"
description: "Sample Kiro Agent Plugin providing code-review and commit-message skills plus team coding-standards steering."
canonical: https://agentpluginsdirectory.com/plugins/dev-helper-power
last-updated: 2026-09-22
---

# dev-helper-power
Sample Kiro Agent Plugin providing code-review and commit-message skills plus team coding-standards steering.
- Slug: dev-helper-power
- Publisher: Sandeep Kumar
- Repository: https://github.com/siddhivinayak-sk/agent-plugins
- Manifest: dev-helper-power/plugin.json
- Version: 0.1.1
- License: Apache-2.0
- Category (editorial): other
- Skills: 2 (code-review-helper, commit-message)
- MCP servers: 1 (orbit-local-multi)
- Stars: 0
- Repository created: 2026-09-22
- Repository last pushed: 2026-09-22
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/dev-helper-power
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What dev-helper-power does, in the publisher's words

A sample Kiro Power packaged in the Agent Plugins 1.0 format. It bundles two Agent Skills plus a steering file so Kiro (or any Agent Plugins-compatible client) can load them as a single unit.

- Skills
- code-review-helper: structured code review of a diff or file.
- commit-message: Conventional Commits drafter from staged changes.
- Steering
- team-conventions: coding, testing, review, and commit conventions.

The Agent Plugins spec formally standardizes plugin.json, skills/, and mcp.json. Kiro-specific bits (steering path, activation keywords, the icon reference) live under the extensions.dev.kiro namespace inside plugin.json, so the plugin stays portable to other compatible clients.

Kiro accepts a plugin as either a local folder or a GitHub URL. It does not install a.zip directly: extract the zip first, or install from GitHub.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/siddhivinayak-sk/agent-plugins/HEAD/dev-helper-power/README.md

## Skills

- code-review-helper: Perform a structured code review of a diff or file, flagging correctness, readability, security, and test coverage issues.
- commit-message: Draft a Conventional Commits message from staged or specified changes, including type, scope, subject, and optional body/footers.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- orbit-local-multi: transport: stdio; command: glab.exe orbit local mcp serve; env: PATH

Read from the plugin's own mcp.json. Environment variable names only, never values.
