Agent Plugins Marketplace
All plugins

session-workflow

v0.23.1

Capture session knowledge into structured entries and consolidate them into durable guidance, author paste-ready hand-off briefs, convene fresh-eyes review panels, audit a large file corpus by blind fan-out, maintain a compaction-surviving control anchor for long autonomous runs, behaviorally evaluate skills, keep live awareness of the installed toolkit, sign agent-assisted work with machine-generated provenance trailers (exact model + versioned tool stack, never a co-author line), and run the tool-dogfooding feedback loop: per-session feedback reports captured into each tool's repo and triaged into leverage-ordered improvement backlogs.

Claude Code6 Skills

By Grimaldo StanzaniLicense: MIT2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 29, 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 session-workflow@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/grimaldost/craft-collection

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

Plugin files

plugins/session-workflow/
├── .claude-plugin/plugin.json
├── skills/consolidate-knowledge/SKILL.md
├── skills/evaluate-skill/SKILL.md
├── skills/journaling-sessions/SKILL.md
├── skills/llm-signature/SKILL.md
├── skills/review-panel/SKILL.md
└── skills/toolkit-awareness/SKILL.md

Included Skills6

consolidate-knowledgeskills/consolidate-knowledge/SKILL.md

Use when a body of captured journal entries from many sessions should be distilled into durable, higher-level guidance — cluster related entries, synthesize the one generalization each cluster supports, promote only the reinforced and specific ones into long-lived guidance, and reconcile supersession when newer evidence overrides older. Triggers on "consolidate my journals", "what patterns emerged across these sessions", "distill these notes into guidance", "what have we learned over time", "promote the durable insights", "synthesize my entries into wisdom", or running "/consolidate-knowledge". This is the downstream pass that journaling-sessions feeds — journaling captures raw entries one session at a time, this consolidates many of them across sessions. Not for capturing a single session (use journaling-sessions), not for a one-off summary, and distinct from consolidating your agent memory files.

evaluate-skillskills/evaluate-skill/SKILL.md

Use when you want to behaviorally evaluate a Claude Code skill — measure whether it auto-activates on the prompts it should and stays quiet on near-misses (trigger recall and specificity), whether its output actually satisfies its own discipline (correct-usage), and whether it beats the no-skill baseline (with/without) — producing a scorecard with confidence intervals. Triggers on "evaluate this skill", "test my skill", "does my skill fire", "measure or benchmark skill performance", "is my description triggering", "build an eval for this skill", or running "/evaluate-skill". Claude Code only — it spawns many headless `claude -p` runs, so it is cost-gated; show the plan first. Not for a one-off manual spot-check, for judging a skill's design qualitatively (that is a fresh-eyes panel, not a behavioral eval), or for listing which skills are installed (that is toolkit-awareness).

journaling-sessionsskills/journaling-sessions/SKILL.md

Capture knowledge from a work or reference-reading session into structured, separable, retrieval-ready entries for a long-term memory store. Use when the user says "journal", "log this", "wrap up", "session summary", "capture what we learned", or "create registries for everything" — and equally on any request to preserve what was worked out for the future, even about one specific topic — phrasings like "record the decisions/dead ends", "note the reasoning", "don't lose this", "before I forget", "so next time we don't relitigate", "so a future session benefits". Activate proactively when a substantive session is ending after 3+ decisions, findings, or ingested reference items. Covers implementation/decision sessions and end-to-end reference ingestion. Not for quick Q&A or sessions with no novel knowledge; not for consolidating prior journals into higher-level patterns (that is a separate downstream pass).

llm-signatureskills/llm-signature/SKILL.md

Sign agent-assisted work with a machine-generated provenance signature: an Assisted-By git trailer naming the exact model that wrote and orchestrated the change, and an Agent-Stack trailer naming the harness and plugin versions it ran on. Use when committing or writing a PR body in a project that adopts the signature, when asked to sign a commit with the model / add model attribution or an LLM signature, when asked which model or tool stack produced a change, or when replacing Co-Authored-By AI boilerplate with provenance trailers. The signature is rendered by a script from live sources, never typed from memory, and the model is listed only in Assisted-By — never as a commit co-author. Not for human authorship credit (real co-authors keep their Co-Authored-By lines).

review-panelskills/review-panel/SKILL.md

Use when the user has iterated on a design, plan, spec, architecture, code, or prose over several rounds and can no longer judge it cleanly, before a high-stakes or hard-to-reverse decision, or when they ask for "fresh eyes", "a second opinion", "red team this", "poke holes in this", "sanity-check this independently", "am I anchored" / "too close to this", "critique this from different angles", or run "/review-panel". Prefer this over reviewing the artifact yourself — its value is convening fresh reviewer subagents that are blind to this conversation and to each other, which a review you run while anchored on the same context cannot replicate. Requires spawning fresh-context reviewers (subagents where the harness has them; sequential clean contexts otherwise); always show the plan and rough cost and ask before firing. Not for a quick factual check, a single obvious answer, or a first-pass review of something just created.

toolkit-awarenessskills/toolkit-awareness/SKILL.md

Know what skills, agents, commands, and hooks are installed in the current Claude Code environment, and reference them well in prompts and specs. Use when answering "what tools/agents/commands/hooks do I have" (including narrower inventory questions like which hooks are configured), determining which installed skill owns or is responsible for a given concern — a scoring rubric, a schema, project conventions — so you point at the owner instead of duplicating it, planning work that will run in Claude Code, or writing a task spec or definition-of-done that should reference slash commands or quality gates. Produces a live inventory via a scan script rather than relying on a hand-maintained list.

Plugin manifests1

plugins/session-workflow/.claude-plugin/plugin.json
{
  "name": "session-workflow",
  "displayName": "Session Workflow",
  "version": "0.23.1",
  "description": "Capture session knowledge into structured entries and consolidate them into durable guidance, author paste-ready hand-off briefs, convene fresh-eyes review panels, audit a large file corpus by blind fan-out, maintain a compaction-surviving control anchor for long autonomous runs, behaviorally evaluate skills, keep live awareness of the installed toolkit, sign agent-assisted work with machine-generated provenance trailers (exact model + versioned tool stack, never a co-author line), and run the tool-dogfooding feedback loop: per-session feedback reports captured into each tool's repo and triaged into leverage-ordered improvement backlogs.",
  "author": {
    "name": "Grimaldo Stanzani",
    "email": "[email protected]"
  },
  "repository": "https://github.com/grimaldost/craft-collection",
  "license": "MIT",
  "keywords": [
    "journal",
    "handoff",
    "session",
    "knowledge-capture",
    "consolidate",
    "review",
    "corpus-review",
    "compaction-survival",
    "autonomous-run",
    "skill-eval",
    "toolkit",
    "provenance",
    "llm-signature",
    "feedback",
    "dogfooding",
    "triage"
  ]
}

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

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