fleet
claude-fleet's Claude Code surface: the fleet slash commands, the base skills they delegate to, and the session-state + guard hooks.
By verkyyiLicense: MIT2 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 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 fleet for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fleet-3@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/verkyyi/claude-fleetClone 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
├── .claude-plugin/plugin.json├── skills/epic-page/SKILL.md└── skills/handoff/SKILL.md
Included Skills2
The one HTML frame both EPIC pages render into — the design page /fleet-epic-plan hosts before the operator confirms a batch, and the batch report /fleet-epic-report hosts after it ends — so the operator reads the pair as one document. Use when either command builds its page: copy template.html, keep the <style> and the section ids, fill the ⟨slots⟩, share via doc-preview.
Preserve a task across sessions or Coding Agents. Use when asked to hand off, save context, continue in a fresh session, switch a Fleet conversation between Claude and Codex, or pick up an existing handoff. Write a self-contained handoff or read it and continue; Fleet agent switching uses the existing fleet-handoff command and transfer controller.
Plugin manifests1
{
"name": "fleet",
"description": "claude-fleet's Claude Code surface: the fleet slash commands, the base skills they delegate to, and the session-state + guard hooks.",
"commands": [
"./commands/fleet-claim.md",
"./commands/fleet-context.md",
"./commands/fleet-epic-plan.md",
"./commands/fleet-epic-report.md",
"./commands/fleet-epic-run.md",
"./commands/fleet-handoff.md",
"./commands/fleet-history.md",
"./commands/fleet-sync-install.md"
],
"author": {
"name": "verkyyi",
"url": "https://github.com/verkyyi"
},
"homepage": "https://github.com/verkyyi/claude-fleet",
"repository": "https://github.com/verkyyi/claude-fleet",
"license": "MIT",
"keywords": [
"tmux",
"worktree",
"parallel-sessions",
"github-issues",
"orchestration"
],
"hooks": "./hooks/settings-hooks.json"
}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.
[fleet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fleet-3)