By mnthe
Collect insights from Claude sessions and extract them into reusable components (Skills, Commands, Agents, CLAUDE.md, Rules Files).
Uses power tools
Uses Bash, Write, or Edit tools
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.
Claude Code plugin marketplace focused on "hardworker" productivity patterns: verification-first development, multi-session collaboration, and evidence-based completion.
Quick Install:
claude plugin marketplace add mnthe/hardworker-marketplace
claude plugin install ultrawork@hardworker-marketplace
Detailed Comparison → | Architecture →
# Add marketplace
claude plugin marketplace add mnthe/hardworker-marketplace
# Install verification-first development
claude plugin install ultrawork@hardworker-marketplace
# Install multi-session collaboration
claude plugin install teamwork@hardworker-marketplace
# Install knowledge extraction
claude plugin install knowledge-extraction@hardworker-marketplace
# Start verification-first development session
/ultrawork "implement user authentication with JWT"
# System creates plan with tasks and success criteria
# Worker agents execute tasks in parallel
# Verifier checks all criteria with concrete evidence
# Check status
/ultrawork-status
# Start coordination (orchestrator spawns native teammates automatically)
/teamwork "build REST API with tests and docs"
# Orchestrator creates tasks, spawns role-based workers as native teammates
# Workers execute tasks, coordinate via SendMessage
# Event-driven: TaskCompleted and TeammateIdle hooks drive progress
# Check status
/teamwork-status
| Scenario | Recommendation |
|---|---|
| Solo developer, strict verification | ultrawork |
| Team collaboration, parallel work | teamwork |
| Capturing code patterns and insights | knowledge-extraction |
| CI/CD and automation | ultrawork --auto |
| Parallel agent collaboration | teamwork |
| TDD workflow enforcement | ultrawork |
See Detailed Scenarios below for more guidance.
Strict verification-first development mode with session isolation and mandatory evidence collection.
Key Features: Session isolation, mandatory planning with success criteria, evidence-based completion, Execute→Verify loop with auto-retry, parallel task execution, cross-platform support.
Role-based worker agents for parallel development using Claude Code's native teammate API.
Key Features: Role-based worker agents (frontend, backend, devops, test, docs, security, review), native teammate API, event-driven coordination (TaskCompleted, TeammateIdle hooks), dashboard status, project and team isolation.
Extract and manage knowledge from codebases for AI agent context.
Key Features: Pattern-based knowledge extraction, markdown documentation generation, context management for AI agents, integration with ultrawork and teamwork.
| Feature | ultrawork | teamwork | knowledge-extraction |
|---|---|---|---|
| Primary Use Case | Solo developer, strict verification | Agent team collaboration, parallel work | Pattern capture, documentation |
| Session Model | Single session, isolated worktree | Single session, native teammate API | Session-based insights |
| Verification | Mandatory, multi-tier (task + final) | Final verifier agent | Not applicable |
| Evidence Collection | Automatic via hooks | Structured via workers | Insight extraction |
| Concurrency | Parallel workers, single session | Native teammates, event-driven coordination | Single session |
| Role Specialization | No | Yes (8 worker roles) | No |
| Auto Mode | Yes (--auto flag) | No (interactive only) | No (hook-based) |
| Best For | Feature implementation, bug fixes | Large features, parallel agent work | Learning, documentation |
flowchart TD
CLI[Claude Code CLI] --> Commands
CLI --> Hooks[Lifecycle Hooks]
npx claudepluginhub mnthe/hardworker-marketplace --plugin knowledge-extractionNative teammate-based collaboration plugin with role-based workers, event-driven coordination, and Claude Code agent teams.
Strict verification-first development mode with Session ID-based isolation (Bun cross-platform version).
Dynamically assemble expert agent teams for complex tasks using Claude Code's agent teams feature
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Plugin for effective agentic development
I (Claude) act as you - Build knowledge base from your notes.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows