portolan
v0.1.0Long-horizon task management for Claude Code — intake alignment, automated orchestration, independent verification
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install portolan@agent-plugin-marketplacePaste 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/PortolanClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is portolan-cc/.
Plugin files
├── .claude-plugin/plugin.json├── skills/continue/SKILL.md├── skills/finish/SKILL.md├── skills/long-horizon-task/SKILL.md└── skills/orchestrate/SKILL.md
Included Skills4
长程任务停点续跑——执行环停在某个终态后,用户回来续跑。等同 /portolan:long-horizon-task continue 的直达入口
长程任务终审——新会话独立验收,不带执行期上下文。等同 /portolan:long-horizon-task finish 的直达入口
长程任务的准备-分发-验收管理(发起对齐、试跑点火、分发执行);停点续跑;跑完开新会话独立验收
长程任务编排循环——父 session 自动派发执行 subagent、监控终态、按档位决策重派。等同编排规程的直达入口
Plugin manifests1
{
"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"
]
}For maintainers
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)