Agent Plugins Marketplace
All plugins

portolan

v0.1.0

Long-horizon task management for Claude Code — intake alignment, automated orchestration, independent verification

Claude Code4 Skills

By YKLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 30, 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 portolan@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/KKL08/Portolan

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

Plugin files

portolan-cc/
├── .claude-plugin/plugin.json
├── skills/continue/SKILL.md
├── skills/finish/SKILL.md
├── skills/long-horizon-task/SKILL.md
└── skills/orchestrate/SKILL.md

Included Skills4

continueskills/continue/SKILL.md

长程任务停点续跑——执行环停在某个终态后,用户回来续跑。等同 /portolan:long-horizon-task continue 的直达入口

finishskills/finish/SKILL.md

长程任务终审——新会话独立验收,不带执行期上下文。等同 /portolan:long-horizon-task finish 的直达入口

long-horizon-taskskills/long-horizon-task/SKILL.md

长程任务的准备-分发-验收管理(发起对齐、试跑点火、分发执行);停点续跑;跑完开新会话独立验收

orchestrateskills/orchestrate/SKILL.md

长程任务编排循环——父 session 自动派发执行 subagent、监控终态、按档位决策重派。等同编排规程的直达入口

Plugin manifests1

portolan-cc/.claude-plugin/plugin.json
{
  "name": "portolan",
  "description": "Long-horizon task management for Claude Code — intake alignment, automated orchestration, independent verification",
  "version": "0.1.0",
  "author": {
    "name": "YK"
  },
  "license": "MIT",
  "keywords": [
    "long-horizon",
    "task-management",
    "orchestration",
    "verification"
  ],
  "skills": [
    "./skills/long-horizon-task",
    "./skills/finish",
    "./skills/continue",
    "./skills/orchestrate"
  ]
}

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

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