- handbook-dotnet: New
dotnet-verifyskill for managing Verify snapshot tests - handbook-dotnet: New
ilspy-decompileskill for .NET assembly decompilation - handbook-dotnet: New
coverage-reportskill for branch-scoped code coverage reports - handbook-elasticsearch: New Elasticsearch and Kibana REST API skill
- handbook-glab: Removed allowed-tools from glab skill, added unresolved MR comments example
- handbook-nano-banana: Updated image generation model to gemini-3-pro-image-preview
- handbook: Removed category from code-reviewer agent
- version-bump: Refactored to per-plugin independent versioning
- handbook-glab: Updated glab skill documentation
- Enhanced dotnet-test skill filtering documentation
- handbook: Updated
/reviewcommand to use three-dot diff syntax for clearer branch comparison
- handbook-dotnet: Enhanced
dotnet-dependencyskill with package search, add/remove packages, and dotnet tools management commands
- New
handbook-csharp-lspplugin for C# Language Server Protocol support using csharp-ls for code intelligence features (go to definition, find references, hover, document symbols, workspace symbols, call hierarchy)
- New
dotnet-dependencyskill in handbook-dotnet plugin for investigating dependencies and security auditing
- New
dotnet-testskill in handbook-dotnet plugin for selective unit testing with xUnit focus
- New
handbook-glabplugin for GitLab CLI (glab) integration with expertise in managing merge requests, issues, CI/CD pipelines, and repositories
- New
handbook-microsoft-docsplugin for Microsoft Learn documentation access via MCP server
- New
handbook-nano-bananaplugin for Python scripting and Gemini image generation using uv
- New
/save-promptcommand in handbook-extras for generalizing discussions into reusable prompts
- New
dotnet-run-fileskill in handbook-dotnet plugin for C# scripting withdotnet run file.cs - Stdin execution patterns for Claude Code friendly one-liners
- Updated
update-component-referenceskill with correct badge format (badge--{plugin-name})
- New
/reflectcommand in handbook-extras for creating reflective session analyses focusing on techniques, patterns, and lessons learned
- New
handbook-agent-spec-kitplugin for spec-driven development workflow
- Updated
handbook-soundsplugin with stop and notification support
- New
handbook-structured-plan-modeplugin for systematic planning and tracking of complex feature implementations - Task execution discipline with explicit user confirmation before moving between tasks
- Task lifecycle documentation with step-by-step guidance for task management
- Mermaid diagrams removed from skill documentation (replaced with text explanations)
- Improved structured-plan-mode skill with one-task-at-a-time execution discipline
- Enhanced task management documentation with clear lifecycle steps and dual-tracking examples
- Added emphasis on reading task-planning-guide.md throughout Phase 4 and Phase 5
- Removed skills array from handbook-extras plugin.json (structured-plan-mode moved to dedicated plugin)
- Updated component reference documentation and website plugins page for new plugin
- New
handbook-git-worktreeplugin for Git worktree management
- Enhanced documentation navigation with improved plugin badges and sidebar organization
- Simplified plugin README files for better readability
- New
cc-handbook-soundsplugin with audio feedback for Windows - Environment variable support for custom sound files (
CC_HANDBOOK_SOUNDS_FILE)
- Moved Context7 plugin to dedicated
cc-handbook-context7plugin
- Moved Context7 MCP server from
cc-handbookto new dedicated plugincc-handbook-context7
- New
cc-handbook-context7plugin for Context7 MCP server integration - Dedicated plugin structure for better modularity and separation of concerns
.mcp.jsonfile fromcc-handbookplugin (Context7 now in separate plugin)
- CSharpier hook now supports
.CS(uppercase) and.csx(C# script) files CC_HANDBOOK_DOTNET_DISABLE_HOOKSenvironment variable to disable formatter- Automated test suite for CSharpier hook
- Renamed
handbook-qaplugin folder tocc-handbook-qafor consistent naming convention
-
New
/reviewcommand for systematic code review with structured feedback -
New
@code-revieweragent that invokes/reviewcommand in separate context
- Moved
codebase-analyzer,pair-programmer, anddeep-research-agentagents fromcc-handbooktocc-handbook-extras
- New
handbook-qaplugin with Playwright MCP integration for browser automation and QA testing
- Moved Playwright MCP from
cc-handbookto dedicatedhandbook-qaplugin - Moved
backend-architectandsystem-architectagents fromcc-handbooktocc-handbook-extras
- New
git-worktreeskill for managing Git worktrees in handbook-extras plugin
- Component reference documentation for
/toolscommand
- Task template file (
task-template.md) for creating individual task documents in structured-plan-mode skill - Step-by-step task creation guidance with 5-step checklist in SKILL.md and usage guide
- Improved plan-template.md clarity with comments for placeholders and updated timestamp format
- Renamed
task-planning-guide.mdtousage-guide.mdfor better naming consistency
- Corrected template and documentation for structured-plan-mode skill
- New
structured-plan-modeskill incc-handbook-extrasplugin for systematic planning of complex feature implementations
- New
@git-diff-analyzeragent incc-handbook-extrasplugin for analyzing git branch differences - Agent generates concise, one-page summaries with file statistics and high-level change descriptions
- Component reference documentation for the git-diff-analyzer agent
- Uses Haiku model for fast, cost-efficient branch comparisons
- New
cc-handbook-dotnetplugin with automatic CSharpier formatting for C# files - PostToolUse hook for automatic code formatting on file writes and edits
- Dynamic CSharpier executable detection (local and global installations)
- Comprehensive documentation for the dotnet plugin and hooks
- Website documentation for hooks in Component Reference section
- Modernized version-bump skill to support dynamic plugin discovery
- Updated version-bump script to use new marketplace location (
.claude-plugin/marketplace.json) - Version management now automatically discovers all plugins from marketplace manifest
- Improved scalability for adding future plugins
- Version bump skill for automated release version management
- Python scripts for atomic version updates across the monorepo
- Version consistency validation tooling
- Initial plugin release as Claude Code Handbook
- 5 custom slash commands:
/tools,/prompt-generator,/five,/explain,/commit - 2 specialized agents: Codebase Analyzer and Pair Programmer
- 4 integrated MCP servers: Microsoft Docs, Context7, Playwright, Chrome DevTools
- Plugin manifest and directory structure following Claude Code plugin specifications
- Comprehensive best practices documentation
- Tips and tricks guide for Claude Code workflows
- Reorganized
.claude/directory structure into plugin-compliant layout - Updated README with plugin installation and usage instructions
- Migrated commands to
commands/directory - Migrated agents to
agents/directory
This is the first release of the plugin format. Previous versions were distributed as configuration files within user projects.