Agent Plugins Marketplace
All plugins

polako

v0.12.0

Work a GitHub issue backlog to zero, one issue at a time: /plan-backlog proposes the backlog from a vision document, /implement-issue takes a single issue from plan to PR, and `polako work` supervises the whole queue unattended.

Claude Code1 Skill

By Stefano Charissis0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 29, 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

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install polako@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/scharissis/polako

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

Plugin files

polako/
├── .claude-plugin/plugin.json
└── skills/implement-issue/SKILL.md

Included Skills1

implement-issueskills/implement-issue/SKILL.md

Take a GitHub issue from planning to PR, resumable across clarification waits

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "polako",
  "version": "0.12.0",
  "description": "Work a GitHub issue backlog to zero, one issue at a time: /plan-backlog proposes the backlog from a vision document, /implement-issue takes a single issue from plan to PR, and `polako work` supervises the whole queue unattended.",
  "author": {
    "name": "Stefano Charissis"
  },
  "homepage": "https://github.com/scharissis/polako"
}

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

[polako on Agent Plugins Marketplace](https://pluginsmp.com/plugins/polako)