damson-orchestration
v0.3.1Coordinate visible coding agents in Damson: plan dependent tasks, run parallel implementations, verify outputs, resume durable workflows, or monitor interactive sessions.
By Daekeun Kang2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 damson-orchestration for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install damson-orchestration@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/hulryung/damsonClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/damson-orchestration/.
Plugin files
├── .claude-plugin/plugin.json└── skills/damson-orchestration/SKILL.md
Included Skills1
Coordinate coding agents in Damson terminal tabs, including building an app or game through task decomposition, parallel implementation, integration, and verification. Use when the user asks to orchestrate or parallelize work in Damson, run agents in labelled tabs, or monitor a Damson crew. Also supports interactive agent sessions.
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "damson-orchestration",
"version": "0.3.1",
"description": "Coordinate visible coding agents in Damson: plan dependent tasks, run parallel implementations, verify outputs, resume durable workflows, or monitor interactive sessions.",
"author": {
"name": "Daekeun Kang",
"email": "[email protected]"
},
"homepage": "https://github.com/hulryung/damson",
"skills": [
"./skills"
]
}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.
[damson-orchestration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/damson-orchestration)