Agent Plugins Marketplace
All plugins

workflow

v0.15.9

The team's way of working and the Skilliton runtime. Skills: task (a request becomes a tracked, recoverable piece of work), dispatch (many items become verified parallel lanes), handoff, maintain, review (plain-English review with a commit verdict) and security (evidence, not assurances). Agents: lane, locate and verify-item, each naming the model and effort it runs on. Runtime (skilliton on the shell path in Claude Code): prepare and migrate projects, task records and checkpoints, status, decision and lesson entries, project security evidence, release verification, the delivery gate, gate (a project's checks as a verdict with the output in a log) and dispatch (a lane plan becomes one Git worktree per lane, each with a brief that bounds it). Hooks: session start shows the handoff and project state; stop reminds to record a checkpoint, and names maintain when a batch has merged; a prompt that reads as six or more separate items gets one note suggesting dispatch; pre-compact and session end keep a local journal for recovery.

Claude Code6 Skills

By MojoAILicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 22, 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 workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install workflow-6@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/MojoAI-King/Skilliton

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

Plugin files

packs/base/plugins/workflow/
├── .claude-plugin/plugin.json
├── skills/dispatch/SKILL.md
├── skills/handoff/SKILL.md
├── skills/maintain/SKILL.md
├── skills/review/SKILL.md
├── skills/security/SKILL.md
└── skills/task/SKILL.md

Included Skills6

dispatchskills/dispatch/SKILL.md

Turn a pile of raw notes (bugs, UI nits, feature ideas, a walkthrough dump) into verified, scoped task briefs, partitioned by the files each task writes into as many parallel git worktree lanes as the work needs, with setup commands, a coverage ledger that proves nothing was dropped, and a serial merge order. Use when someone pastes a list of six or more work items, a bug list, or asks to split work across sessions, windows, or lanes.

handoffskills/handoff/SKILL.md

Write a short end-of-work note (where things stand, what is next, what is blocked, what to watch out for) and commit only that note, so the next session or the next person picks up without re-explaining. On an integration branch it updates the shared handoff (docs/HANDOFF.md by default); on any other branch it updates that branch's task record. Use when finishing a stretch of work, stepping away, when the conversation has grown large, or when the user says "hand off", "save where we are", "wrap up for now", or "I'm done for today".

maintainskills/maintain/SKILL.md

Bring the repo's living documents up to date (handoff and resume marker, status, backlog, changelog, decisions, lessons), reconciled against git history and against what happened in this conversation, then commit them. Use at the end of a work session, before stepping away from a large context, after merging a batch of lanes, or when the user says "update the docs", "get ready for compaction", "wrap up", or "maintain".

reviewskills/review/SKILL.md

Review the uncommitted changes in plain English for someone who is not a developer. Says what changed, flags what could break (deleted or weakened tests, config and environment files, migrations, dependencies, auth code, secret-looking files, very large files, debug leftovers), reports what was actually tested, and gives a verdict of READY TO COMMIT, NEEDS ATTENTION, or STOP. Use before committing or opening a pull request, or when the user asks "is this safe to commit", "what did we change", or "review my changes". It never commits.

securityskills/security/SKILL.md

Keep a project's security evidence current and honest - explain what has and has not been assessed, decide which controls apply with a named person, gather real evidence with the built-in collectors or from actual test and scan results, record observations that go stale when their sources change, and turn gaps into backlog items. Use when the user asks about security, before a release or review, when the session start shows missing or stale evidence, or when asked "is this secure" or "are we compliant".

taskskills/task/SKILL.md

Turn a plain-language request into a tracked piece of work, then keep it moving and recoverable - a task record with acceptance criteria, the right branch, checkpoints as things are decided or verified, and an honest final state. Use when the user describes something to build, fix or change ("can you make...", "add...", "the page is broken..."), when resuming work after a break or a new session, or when asked "where are we on this".

Plugin manifests1

packs/base/plugins/workflow/.claude-plugin/plugin.json
{
  "name": "workflow",
  "description": "The team's way of working and the Skilliton runtime. Skills: task (a request becomes a tracked, recoverable piece of work), dispatch (many items become verified parallel lanes), handoff, maintain, review (plain-English review with a commit verdict) and security (evidence, not assurances). Agents: lane, locate and verify-item, each naming the model and effort it runs on. Runtime (skilliton on the shell path in Claude Code): prepare and migrate projects, task records and checkpoints, status, decision and lesson entries, project security evidence, release verification, the delivery gate, gate (a project's checks as a verdict with the output in a log) and dispatch (a lane plan becomes one Git worktree per lane, each with a brief that bounds it). Hooks: session start shows the handoff and project state; stop reminds to record a checkpoint, and names maintain when a batch has merged; a prompt that reads as six or more separate items gets one note suggesting dispatch; pre-compact and session end keep a local journal for recovery.",
  "version": "0.15.9",
  "author": {
    "name": "MojoAI"
  },
  "homepage": "https://github.com/MojoAI-King/Skilliton",
  "repository": "https://github.com/MojoAI-King/Skilliton",
  "license": "MIT"
}

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

[workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflow-6)