By MaxWolf-01
Agent workflow for multi-session work. Markdown-based issue tracking, research artefacts, knowledge persistence, session continuity.
Triage Dependabot alerts — assess real impact, dismiss noise
Distill knowledge from recent code changes
Extract learnings from a session into knowledge files
Plan with codex verification before implementation
Get structured status report on current work
Update CHANGELOG.md with notable changes since the last release. Use when preparing a release, updating the changelog, or when the user asks to "update changelog", "write changelog", "prepare release notes".
Second opinion from a different model (OpenAI Codex). Use when reviewing plans, code reviewing, debugging hard problems, or when the user wants a second perspective.
Create a curated session summary for continuation. Use when the user asks to "hand off" or "create a handoff".
Pre-implementation gate and coding guidelines. Load before writing code — verifies readiness and sets the implementation lens.
Must read guide on creating/editing mermaid charts with valiation tools
Executes bash commands
Hook triggers when Bash tool is used
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Markdown-based issue tracking, research artefacts, knowledge persistence, and session continuity for multi-session agent work. Uses memex CLI for wikilink + semantic knowledge base navigation.
See mx/README.md for details.
Installation
/plugin marketplace add MaxWolf-01/agents
/plugin install mx@MaxWolf-01
Per-project enable/disable
/plugin disable mx@MaxWolf-01 --scope project
/plugin enable mx@MaxWolf-01 --scope project
Or, in project's .claude/settings.json:
{
"enabledPlugins": {
"mx@MaxWolf-01": true
}
}
Run coding agents in isolated Docker containers. uvx clankr — see clankr repo.
Inspiration from: https://github.com/mitsuhiko/agent-stuff
npx claudepluginhub maxwolf-01/agents --plugin mxTurn directories of markdown files into structured workflows operated by AI agents
Multi-agent coordination with agent-swarm MCP
Personal work context management for AI-powered development. Track epics, issues, wiki pages, and knowledge ontology across AI agent sessions.
Lanes skills and slash commands for Claude Code
Agent enforcement framework — context injection, planning gates, session learning
Inter-agent messaging, session management, and workflow coordination for hive CLI