Compare commits

...

3 Commits

Author SHA1 Message Date
Boris Cherny
68d5416f4a Update README with complete plugins list
Replaced vague "several plugins" reference with a complete list of all 8 official Claude Code plugins including agent-sdk-dev, code-review, commit-commands, explanatory-output-style, feature-dev, learning-output-style, pr-review-toolkit, and security-guidance.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 14:22:56 -08:00
GitHub Actions
d38bde5087 chore: Update CHANGELOG.md 2025-11-11 00:18:17 +00:00
Boris Cherny
970fff49e2 Merge pull request #11326 from anthropics/bcherny-patch-6 2025-11-09 21:50:35 -08:00
2 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2.0.37
- Fixed how idleness is computed for notifications
- Hooks: Added matcher values for Notification hook events
- Output Styles: Added `keep-coding-instructions` option to frontmatter
## 2.0.36
- Fixed: DISABLE_AUTOUPDATER environment variable now properly disables package manager update notifications

View File

@@ -22,7 +22,18 @@ npm install -g @anthropic-ai/claude-code
## Plugins
This repository includes several Claude Code plugins that extend functionality with custom commands and agents. See the [plugins directory](./plugins/README.md) for detailed documentation on available plugins.
This repository includes 8 official Claude Code plugins that extend functionality with custom commands and agents:
- **[agent-sdk-dev](./plugins/agent-sdk-dev/)** - Development tools for Claude Agent SDK applications
- **[code-review](./plugins/code-review/)** - Automated pull request code review
- **[commit-commands](./plugins/commit-commands/)** - Git workflow automation
- **[explanatory-output-style](./plugins/explanatory-output-style/)** - Enhanced explanatory communication style
- **[feature-dev](./plugins/feature-dev/)** - Comprehensive feature development workflow
- **[learning-output-style](./plugins/learning-output-style/)** - Educational and learning-focused output
- **[pr-review-toolkit](./plugins/pr-review-toolkit/)** - Advanced PR review tools
- **[security-guidance](./plugins/security-guidance/)** - Security-focused development guidance
See the [plugins directory](./plugins/README.md) for detailed documentation on available plugins.
## Reporting Bugs