Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Run reliable multi-agent Claude pipelines with automatic task partitioning, output auditing, checkpoint recovery, and convention injection to prevent goal drift, hallucinations, and premature termination.
npx claudepluginhub minhthang1009/dotclaude --plugin subagent-systemUse this agent when verifying that a completed multi-phase pipeline satisfied its original requirements. Typical triggers include finishing all implementation phases and needing a final integrity check, reaching the mandatory chain-verifier step in the planned pipeline shape, and confirming APPROVED status before closing a pipeline. Does not receive chain history — fresh context is required. See "When to invoke" in the agent body for worked scenarios.
Use this agent when filtering false positives from batch audits that produced more than 5 findings. Typical triggers include completing parallel audit agents and needing independent finding verification, a consolidate-findings output ready for review before severity-gate, and any audit where confirmation bias from the original auditor is a concern. Does not know the original audit intent — isolation is intentional. See "When to invoke" in the agent body for worked scenarios.
Use this agent when detecting and fixing structural erosion introduced by iterative fix agents. Typical triggers include completing a batch of 3 or more fix agents, noticing growing function sizes or nesting depth across multiple edits, and preparing the codebase for pipeline-reviewer after a large fix cycle. Does not change behavior — only simplifies. See "When to invoke" in the agent body for worked scenarios.
Use this agent when checking the health of a background agent batch after it completes. Typical triggers include a batch of background agents completing with suspiciously few findings, suspecting silent tool denials in background mode, and background agents that haven't returned within expected time. Requires PROJECT_ROOT to be passed explicitly in the prompt — cannot auto-detect. See "When to invoke" in the agent body for worked scenarios.
Use this agent when reviewing implementation changes without knowing the original intent, to prevent self-review bias after each pipeline phase. Typical triggers include completing a batch of fix agents before running severity-gate, any implementation phase in the mandatory pipeline shape before chain-verifier, and when the implementing agent must not also review its own work. Distinct from code-reviewer which does general PR review. See "When to invoke" in the agent body for worked scenarios.
This skill should be used when the user asks to apply improvement proposals ('apply improvements', 'ap dung improvement proposals') from .claude/improvement-proposals.md (written by pipeline-retrospective) to the plugin files.
This skill should be used after a pipeline run completes, when the user asks to audit the pipeline output ('audit output', 'audit the run', '4-level audit'). Requires the project's test command as argument - without it Level 4 regression tests are skipped and the report is marked incomplete.
This skill should be used at the final step of any multi-phase pipeline to verify the complete working-tree state satisfies the original requirements. Trigger after all fix agents and pipeline-reviewer have completed. Also invoke when user asks to "run chain-verifier", "verify the pipeline output", or "confirm requirements are met".
This skill should be used when saving current pipeline phase state to disk and creating a recovery commit. Trigger at the end of every implementation phase, when the user asks to "save a checkpoint", "commit this phase", or before any /compact or session end. Enables resume-from-checkpoint to reconstruct pipeline state after interruption.
This skill should be used after receiving output from a subagent that was assigned an explicit numbered task list and is expected to have produced a COMPLETION_CHECKLIST block. Do not invoke if the subagent was not given a task list — there will be no checklist to parse. Uses grep counts, not LLM estimation, to detect premature termination. Also trigger when user asks to "verify completion checklist", "check if agent finished all tasks", or "detect premature termination".
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
AI image generation Creative Director powered by Google Gemini Nano Banana models. Claude interprets intent, selects domain expertise, constructs optimized prompts, and orchestrates Gemini for best results.
Toolkit for styling artifacts (slides, docs, HTML) with themes. 10 pre-set themes with custom color palettes, typography, and design patterns.
Comprehensive toolkit for developing Claude Code plugins including hooks, MCP integration, commands, agents, and skills
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
Open, read, edit, and create spreadsheets (.xlsx/.csv/.tsv)
Commands for git commit workflows including commit, push, and PR creation
~/.claude/)Tổng hợp từ tài liệu chính thức Anthropic (code.claude.com, platform.claude.com), Engineering Blog, blog claude.com, MindStudio, ClaudeFast, và best practices cộng đồng GitHub. Áp dụng MỌI project. Tối ưu cho dev người Việt — tiếng Việt cho comment/log/commit, tiếng Anh chuẩn convention cho identifier.
👉 Lần đầu xem repo? Đọc INTRODUCTION.md cho overview ngắn 1 phút.
📅 Đã verify: 2026-05-16 vs Claude Code v2.1.142 + Opus 4.7. Model ID, version-gating, env var, slash command, hook event đã cross-check với docs Anthropic + raw CHANGELOG.
⚠️ Một số nội dung có thể outdated khi Anthropic ship version mới hoặc deprecate model. Phát hiện sai sót → submit issue/PR tại github.com/MinhThang1009/dotclaude/issues. Xem CONTRIBUTING.md cho quy trình. Lịch sử thay đổi: CHANGELOG.md.
~/.claude/ sau khi càiRepo source có thêm
docs/,.github/,scripts/,tests/,requirements-test.txt,.gitattributes,LICENSE,CHANGELOG.mdcho GitHub browsing + CI — KHÔNG copy vào~/.claude/(xem Bước 3).
~/.claude/
├── CLAUDE.md # Hướng dẫn global (load mọi session, ~79 dòng)
├── settings.json # Quyền, hooks, env vars
├── rules/
│ ├── communication.md # ✅ Auto-import (essential mỗi turn)
│ ├── security.md # ✅ Auto-import (essential mọi task)
│ ├── verification.md # ✅ Auto-import (verify & avoid past mistakes)
│ ├── coding-standards.md # ✅ Auto-import (coding conventions)
│ ├── git-workflow.md # ✅ Auto-import (git workflow)
│ └── plan-workflow.md # ✅ Auto-import (8 principles for any implementation plan)
├── plugins/ # 36 plugins (mỗi plugin có agents/ và/hoặc skills/ bên trong)
│ ├── pr-review-toolkit/ # PR review: code-reviewer, silent-failure-hunter, type-design-analyzer...
│ │ ├── .claude-plugin/
│ │ ├── agents/ # code-reviewer.md, code-simplifier.md, comment-analyzer.md...
│ │ └── skills/ # code-review/, full-review/, review-pr/
│ ├── feature-dev/ # Phát triển tính năng: code-architect, code-explorer
│ │ ├── .claude-plugin/
│ │ ├── agents/
│ │ └── skills/ # explain/, feature-dev/
│ ├── commit-commands/ # Git workflow: commit, commit-push-pr, clean-gone
│ │ ├── .claude-plugin/
│ │ └── skills/
│ ├── debug/ # Debug: debugger agent + /debug skill
│ ├── documentation/ # Docs: documentation-engineer, nextjs-developer
│ ├── test-toolkit/ # Test: test-writer, test-analyzer
│ ├── security-guidance/ # Security: security-auditor (OWASP)
│ ├── performance/ # Perf: performance-engineer, dependency-manager
│ ├── code-modernization/ # Architecture review: architecture-critic
│ ├── code-simplifier/ # Refactor: /refactor skill
│ ├── hookify/ # Tạo hooks: conversation-analyzer + /hookify skill
│ ├── frontend-design/ # UI: /frontend-design skill
│ ├── session/ # Session: /context-check, /handoff
│ ├── claude-md-management/ # Audit CLAUDE.md: /claude-md-management skill
│ └── plugin-dev/ # Phát triển plugin: 7 skills (agent/skill/hook/mcp/command/structure/settings)