Agent workflow for multi-session work. Markdown-based issue tracking, research artefacts, knowledge persistence, session continuity.
npx claudepluginhub maxwolf-01/agents --plugin mxTriage 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
Post-implementation reflection within session
Investigate a question and produce a research artefact
Bird's-eye critical review of codebase architecture, coupling, code smells, and structural debt
Create or pick up a task (decision record)
Grouped overview of active task files
Save session transcript for later continuation
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
This skill should be used when the user asks to "review permissions", "update allowlist", "check unapproved commands", "what's getting prompted", "audit bash permissions", "reduce prompts", "permission audit", or wants to review and update Claude Code's auto-approved command allowlist based on recent usage.
This skill should be used when the user asks to "find sessions", "find unfinished sessions", "recover sessions", "restore sessions", "what was I working on", "list recent sessions", "scan sessions", or needs to identify open/unfinished Claude Code sessions from a time range. Also triggered by session crashes, lost session IDs, or "restore my sessions".
Review a PR with full codebase context. Use proactively: after creating a nontrivial PR, spawn a subagent with this skill for a fresh-eyes review before presenting to the user.
Generate a descriptive session name for /rename
Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells — throat-clearing, binary contrasts, false agency, adverbs, passive voice, vague declaratives.
Must read guide on creating/editing CLIs or any Python script that accepts command-line arguments.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement