Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Prevent unwanted Claude Code behaviors by defining custom hook rules triggered on conversation patterns, file edits, bash commands, and other events. Analyze session transcripts to detect frustration signals and automatically extract preventive patterns.
npx claudepluginhub minhthang1009/dotclaude --plugin hookifyThis skill should be used when the user asks to enable, disable, or configure hookify rules ('bat/tat rule hookify', 'configure hookify', 'disable rule X'). Interactively toggles .claude/hookify.*.local.md rule files.
This skill should be used when the user asks how the hookify plugin works ('hookify la gi', 'how does hookify work', 'help with hookify') or needs an overview of rule files, events, and patterns.
Creates Claude Code hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Use when user says 'create a hook', 'prevent behavior X', or invokes /hookify.
This skill should be used when the user asks to list configured hookify rules ('list hookify rules', 'dang co rule hookify nao') in the current project.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Matches all tools
Hooks run on every tool call, not just specific ones
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.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.0 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
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)