From 7f2e77337ed9b67ebcb2a0aaca608b4771023f67 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Thu, 9 Apr 2026 06:41:16 +0200 Subject: [PATCH] docs: update Last Updated date and Claude Code version across all files Update all documentation footers from generic "April 2026 / 2.1+" to the specific sync date (April 9, 2026) and documented version (2.3.0). Also add version/date footers to zh/CATALOG.md and zh/01-slash-commands/README.md which were missing them. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- 01-slash-commands/README.md | 4 ++-- 01-slash-commands/commit.md | 2 +- 01-slash-commands/doc-refactor.md | 2 +- 01-slash-commands/generate-api-docs.md | 2 +- 01-slash-commands/optimize.md | 2 +- 01-slash-commands/pr.md | 2 +- 01-slash-commands/push-all.md | 2 +- 01-slash-commands/setup-ci-cd.md | 2 +- 01-slash-commands/unit-test-expand.md | 2 +- 02-memory/README.md | 4 ++-- 02-memory/directory-api-CLAUDE.md | 2 +- 02-memory/personal-CLAUDE.md | 2 +- 02-memory/project-CLAUDE.md | 2 +- 03-skills/README.md | 4 ++-- 04-subagents/README.md | 4 ++-- 04-subagents/clean-code-reviewer.md | 2 +- 04-subagents/code-reviewer.md | 2 +- 04-subagents/data-scientist.md | 2 +- 04-subagents/debugger.md | 2 +- 04-subagents/documentation-writer.md | 2 +- 04-subagents/implementation-agent.md | 2 +- 04-subagents/performance-optimizer.md | 2 +- 04-subagents/secure-reviewer.md | 2 +- 04-subagents/test-engineer.md | 2 +- 05-mcp/README.md | 4 ++-- 06-hooks/README.md | 4 ++-- 07-plugins/README.md | 4 ++-- 08-checkpoints/README.md | 4 ++-- 08-checkpoints/checkpoint-examples.md | 2 +- 09-advanced-features/README.md | 4 ++-- 09-advanced-features/planning-mode-examples.md | 2 +- 10-cli/README.md | 4 ++-- CATALOG.md | 4 ++-- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- INDEX.md | 4 ++-- LEARNING-ROADMAP.md | 4 ++-- QUICK_REFERENCE.md | 4 ++-- README.md | 4 ++-- RELEASE_NOTES.md | 2 +- STYLE_GUIDE.md | 4 ++-- claude_concepts_guide.md | 4 ++-- clean-code-rules.md | 2 +- resources.md | 2 +- zh/01-slash-commands/README.md | 5 +++++ zh/CATALOG.md | 5 +++++ zh/STYLE_GUIDE.md | 2 +- 47 files changed, 72 insertions(+), 62 deletions(-) diff --git a/01-slash-commands/README.md b/01-slash-commands/README.md index eb7ac84..aabf34b 100644 --- a/01-slash-commands/README.md +++ b/01-slash-commands/README.md @@ -558,8 +558,8 @@ If both exist with the same name, the **skill takes precedence**. Remove one or - [CLI Reference](https://code.claude.com/docs/en/cli-reference) - Command-line options --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 *Part of the [Claude How To](../) guide series* diff --git a/01-slash-commands/commit.md b/01-slash-commands/commit.md index a1b83a8..be8ef39 100644 --- a/01-slash-commands/commit.md +++ b/01-slash-commands/commit.md @@ -26,4 +26,4 @@ Otherwise, analyze the changes and create an appropriate commit message followin - `chore:` for maintenance tasks --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/01-slash-commands/doc-refactor.md b/01-slash-commands/doc-refactor.md index eb3fc9f..3ff3f2e 100644 --- a/01-slash-commands/doc-refactor.md +++ b/01-slash-commands/doc-refactor.md @@ -24,4 +24,4 @@ Refactor project documentation structure adapted to project type: Keep docs concise, scannable, and contextual to project type. --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/01-slash-commands/generate-api-docs.md b/01-slash-commands/generate-api-docs.md index 4b48c92..3fde0f8 100644 --- a/01-slash-commands/generate-api-docs.md +++ b/01-slash-commands/generate-api-docs.md @@ -19,4 +19,4 @@ Output format: - Add TypeScript types --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/01-slash-commands/optimize.md b/01-slash-commands/optimize.md index 7663449..fa3dc59 100644 --- a/01-slash-commands/optimize.md +++ b/01-slash-commands/optimize.md @@ -19,4 +19,4 @@ Format your response with: - Recommended fix with code example --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/01-slash-commands/pr.md b/01-slash-commands/pr.md index 4750575..200acf0 100644 --- a/01-slash-commands/pr.md +++ b/01-slash-commands/pr.md @@ -26,4 +26,4 @@ Before creating a PR, execute these steps: - Potential impacts --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/01-slash-commands/push-all.md b/01-slash-commands/push-all.md index 113326c..0a5d2c8 100644 --- a/01-slash-commands/push-all.md +++ b/01-slash-commands/push-all.md @@ -152,4 +152,4 @@ If user wants control, suggest: **⚠️ Remember**: Always review changes before pushing. When in doubt, use individual git commands for more control. --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/01-slash-commands/setup-ci-cd.md b/01-slash-commands/setup-ci-cd.md index cd81714..88331b1 100644 --- a/01-slash-commands/setup-ci-cd.md +++ b/01-slash-commands/setup-ci-cd.md @@ -25,4 +25,4 @@ Implement comprehensive DevOps quality gates adapted to project type: Use free/open-source tools. Respect existing configs. Keep execution fast. --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/01-slash-commands/unit-test-expand.md b/01-slash-commands/unit-test-expand.md index 7a3ed8c..1ee3fff 100644 --- a/01-slash-commands/unit-test-expand.md +++ b/01-slash-commands/unit-test-expand.md @@ -25,4 +25,4 @@ Expand existing unit tests adapted to project's testing framework: Present new test code blocks only. Follow existing test patterns and naming conventions. --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/02-memory/README.md b/02-memory/README.md index 424a7f4..e9558ec 100644 --- a/02-memory/README.md +++ b/02-memory/README.md @@ -1151,6 +1151,6 @@ For the most up-to-date information, refer to the official Claude Code documenta - [Official Memory Docs](https://code.claude.com/docs/en/memory) - Anthropic documentation --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/02-memory/directory-api-CLAUDE.md b/02-memory/directory-api-CLAUDE.md index 07860ef..a9a86bd 100644 --- a/02-memory/directory-api-CLAUDE.md +++ b/02-memory/directory-api-CLAUDE.md @@ -61,4 +61,4 @@ Error responses: - Tag cache keys with resource type --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/02-memory/personal-CLAUDE.md b/02-memory/personal-CLAUDE.md index 4f33345..4570a37 100644 --- a/02-memory/personal-CLAUDE.md +++ b/02-memory/personal-CLAUDE.md @@ -60,4 +60,4 @@ project/ - **Test Framework**: Jest with React Testing Library --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/02-memory/project-CLAUDE.md b/02-memory/project-CLAUDE.md index 8ae908f..926400f 100644 --- a/02-memory/project-CLAUDE.md +++ b/02-memory/project-CLAUDE.md @@ -88,4 +88,4 @@ - Admin Panel: `/projects/admin` --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/03-skills/README.md b/03-skills/README.md index 4bde845..0914c36 100644 --- a/03-skills/README.md +++ b/03-skills/README.md @@ -806,6 +806,6 @@ Once you start building skills seriously, two things become essential: a library - [Hooks Guide](../06-hooks/) - Event-driven automation --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/04-subagents/README.md b/04-subagents/README.md index cf13d04..a79a866 100644 --- a/04-subagents/README.md +++ b/04-subagents/README.md @@ -1137,6 +1137,6 @@ graph TD - [Hooks Guide](../06-hooks/) - For event-driven automation --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/04-subagents/clean-code-reviewer.md b/04-subagents/clean-code-reviewer.md index 508474c..35da765 100644 --- a/04-subagents/clean-code-reviewer.md +++ b/04-subagents/clean-code-reviewer.md @@ -66,4 +66,4 @@ Fix: [how to fix] **Core Philosophy**: Code is read 10x more than written. Optimize for readability, not cleverness. --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/code-reviewer.md b/04-subagents/code-reviewer.md index 17d41bb..edb1aaf 100644 --- a/04-subagents/code-reviewer.md +++ b/04-subagents/code-reviewer.md @@ -61,4 +61,4 @@ Include specific examples of how to fix issues. - **Impact**: Response time increases linearly with data size --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/data-scientist.md b/04-subagents/data-scientist.md index d8ef712..1aeade9 100644 --- a/04-subagents/data-scientist.md +++ b/04-subagents/data-scientist.md @@ -97,4 +97,4 @@ ORDER BY 1 DESC; - [ ] Recommendations provided --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/debugger.md b/04-subagents/debugger.md index 8563007..268fcc5 100644 --- a/04-subagents/debugger.md +++ b/04-subagents/debugger.md @@ -80,4 +80,4 @@ npm test -- --grep "test name" - [ ] No regressions introduced --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/documentation-writer.md b/04-subagents/documentation-writer.md index 193dad3..6800db1 100644 --- a/04-subagents/documentation-writer.md +++ b/04-subagents/documentation-writer.md @@ -98,4 +98,4 @@ curl -X GET https://api.example.com/api/users/abc123 \ ``` --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/implementation-agent.md b/04-subagents/implementation-agent.md index bd6b1d4..243fa59 100644 --- a/04-subagents/implementation-agent.md +++ b/04-subagents/implementation-agent.md @@ -78,4 +78,4 @@ Before marking complete: - [ ] Error handling implemented --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/performance-optimizer.md b/04-subagents/performance-optimizer.md index 277b2d6..336e61c 100644 --- a/04-subagents/performance-optimizer.md +++ b/04-subagents/performance-optimizer.md @@ -126,4 +126,4 @@ For each optimization delivered: - [ ] Monitoring / alerting recommended --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/secure-reviewer.md b/04-subagents/secure-reviewer.md index 195b6ce..cb6dce0 100644 --- a/04-subagents/secure-reviewer.md +++ b/04-subagents/secure-reviewer.md @@ -75,4 +75,4 @@ For each vulnerability: - **Remediation**: How to fix it --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/04-subagents/test-engineer.md b/04-subagents/test-engineer.md index 9f8e071..06ac3f2 100644 --- a/04-subagents/test-engineer.md +++ b/04-subagents/test-engineer.md @@ -74,4 +74,4 @@ describe('Feature: User Authentication', () => { ``` --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/05-mcp/README.md b/05-mcp/README.md index 8ebc5a2..4883ad9 100644 --- a/05-mcp/README.md +++ b/05-mcp/README.md @@ -1108,6 +1108,6 @@ export GITHUB_TOKEN="your_token" - [Claude API Documentation](https://docs.anthropic.com) --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/06-hooks/README.md b/06-hooks/README.md index af42711..fb9c417 100644 --- a/06-hooks/README.md +++ b/06-hooks/README.md @@ -1165,6 +1165,6 @@ Edit `~/.claude/settings.json` or `.claude/settings.json` with the hook configur - **[Memory Guide](../02-memory/)** - Persistent context configuration --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/07-plugins/README.md b/07-plugins/README.md index ea31b0f..7473437 100644 --- a/07-plugins/README.md +++ b/07-plugins/README.md @@ -944,6 +944,6 @@ The following Claude Code features work together with plugins: - [Hook System Reference](../06-hooks/README.md) --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/08-checkpoints/README.md b/08-checkpoints/README.md index 616bcd8..e2800b2 100644 --- a/08-checkpoints/README.md +++ b/08-checkpoints/README.md @@ -315,6 +315,6 @@ Key benefits: Remember: checkpoints are not a replacement for git. Use checkpoints for rapid experimentation and git for permanent code changes. --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/08-checkpoints/checkpoint-examples.md b/08-checkpoints/checkpoint-examples.md index affb014..a2f015c 100644 --- a/08-checkpoints/checkpoint-examples.md +++ b/08-checkpoints/checkpoint-examples.md @@ -339,4 +339,4 @@ User: Now let's continue with the approach that worked. 6. **Summarize long sessions**: Use "Summarize from here" to keep conversations manageable --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/09-advanced-features/README.md b/09-advanced-features/README.md index c2543c2..f1e121a 100644 --- a/09-advanced-features/README.md +++ b/09-advanced-features/README.md @@ -1940,6 +1940,6 @@ For more information about Claude Code and related features: - [Official Agent Teams Documentation](https://code.claude.com/docs/en/agent-teams) --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/09-advanced-features/planning-mode-examples.md b/09-advanced-features/planning-mode-examples.md index 7523217..f57bd79 100644 --- a/09-advanced-features/planning-mode-examples.md +++ b/09-advanced-features/planning-mode-examples.md @@ -533,4 +533,4 @@ Proceed with this plan? (yes/no/modify) 7. **Plan for testing** at each phase --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/10-cli/README.md b/10-cli/README.md index c15e84e..10f8bc8 100644 --- a/10-cli/README.md +++ b/10-cli/README.md @@ -832,6 +832,6 @@ claude -p --output-format json "query" *Part of the [Claude How To](../) guide series* --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/CATALOG.md b/CATALOG.md index d78bfa4..6767d10 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -513,5 +513,5 @@ chmod +x ~/.claude/hooks/*.sh --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4d7a1fc..6ea4ede 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -217,4 +217,4 @@ If you have questions about this Code of Conduct, please reach out to the projec **Thank you for helping us create a welcoming, inclusive, and respectful community!** 🌟 --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cec4c59..6fd9c07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -378,4 +378,4 @@ By contributing to this project, you agree that your contributions will be licen Thank you for contributing! 🙏 --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/INDEX.md b/INDEX.md index 471394c..fbcf4f6 100644 --- a/INDEX.md +++ b/INDEX.md @@ -874,8 +874,8 @@ Want to add more examples? Follow the structure: --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Total Examples**: 100+ files **Categories**: 10 features **Hooks**: 8 automation scripts diff --git a/LEARNING-ROADMAP.md b/LEARNING-ROADMAP.md index 7ededdb..2e2e171 100644 --- a/LEARNING-ROADMAP.md +++ b/LEARNING-ROADMAP.md @@ -738,8 +738,8 @@ Once you've completed all milestones: --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Maintained by**: Claude How-To Contributors **License**: Educational purposes, free to use and adapt diff --git a/QUICK_REFERENCE.md b/QUICK_REFERENCE.md index e1459d9..9d362fc 100644 --- a/QUICK_REFERENCE.md +++ b/QUICK_REFERENCE.md @@ -505,5 +505,5 @@ Getting started checklist: **This Card**: Keep it handy for quick reference! --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 diff --git a/README.md b/README.md index 2e9c528..fc5ae89 100644 --- a/README.md +++ b/README.md @@ -869,6 +869,6 @@ MIT License - see [LICENSE](LICENSE). Free to use, modify, and distribute. The o --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfd2395..0055ec6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,4 +8,4 @@ **Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.1.0...v2.1.1 --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 7c2aca0..e9d2b27 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -598,7 +598,7 @@ Lesson READMEs end with a metadata block: ```markdown --- **Last Updated**: March 2026 -**Claude Code Version**: 2.1+ +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 ``` @@ -630,4 +630,4 @@ Before submitting content, verify: - [ ] Commit message follows conventional commits format --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/claude_concepts_guide.md b/claude_concepts_guide.md index 8fb8083..d059b52 100644 --- a/claude_concepts_guide.md +++ b/claude_concepts_guide.md @@ -3131,5 +3131,5 @@ Complete configuration example: *Now includes: Hooks, Checkpoints, Planning Mode, Extended Thinking, Background Tasks, Permission Modes (6 modes), Headless Mode, Session Management, Auto Memory, Agent Teams, Scheduled Tasks, Chrome Integration, Channels, Voice Dictation, and Bundled Skills* --- -**Last Updated**: April 2026 -**Claude Code Version**: 2.1+ +**Last Updated**: April 9, 2026 +**Claude Code Version**: 2.3.0 diff --git a/clean-code-rules.md b/clean-code-rules.md index de1aef6..85bf5f4 100644 --- a/clean-code-rules.md +++ b/clean-code-rules.md @@ -108,4 +108,4 @@ These rules guide code generation to produce maintainable, professional-quality **Core Philosophy**: Code is read 10x more than written. Optimize for readability and maintainability, not cleverness. --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/resources.md b/resources.md index b8e4660..96a30f9 100644 --- a/resources.md +++ b/resources.md @@ -248,4 +248,4 @@ These steps capture the core recommendations for smooth workflows with Claude Co | **Keyboard Customization** | Customize keybindings including chord sequences | [Advanced Features](09-advanced-features/) | --- -**Last Updated**: April 2026 +**Last Updated**: April 9, 2026 diff --git a/zh/01-slash-commands/README.md b/zh/01-slash-commands/README.md index 5bd0354..4c71a2f 100644 --- a/zh/01-slash-commands/README.md +++ b/zh/01-slash-commands/README.md @@ -548,4 +548,9 @@ allowed-tools: Bash(npm *), Bash(git *) --- +**最后更新**: 2026 年 4 月 9 日 +**Claude Code 版本**: 2.3.0 + +--- + *Claude How To 指南系列的一部分* diff --git a/zh/CATALOG.md b/zh/CATALOG.md index a157012..69d140e 100644 --- a/zh/CATALOG.md +++ b/zh/CATALOG.md @@ -514,3 +514,8 @@ claude mcp add github -- npx -y @modelcontextprotocol/server-github - [Skills Repository](https://github.com/luongnv89/skills) - 现成 skills 集合 - [Anthropic Cookbook](https://github.com/anthropics/anthropic-cookbook) - [Boris Cherny's Claude Code Workflow](https://x.com/bcherny/status/2007179832300581177) - Claude Code 的创造者分享了他的系统化工作流:并行 agents、共享 `CLAUDE.md`、Plan mode、slash commands、subagents,以及用于长时间自主会话的验证 hooks。 + +--- + +**最后更新**: 2026 年 4 月 9 日 +**Claude Code 版本**: 2.3.0 diff --git a/zh/STYLE_GUIDE.md b/zh/STYLE_GUIDE.md index 8086282..c8af4e5 100644 --- a/zh/STYLE_GUIDE.md +++ b/zh/STYLE_GUIDE.md @@ -598,7 +598,7 @@ docs(skills): Add comprehensive code review skill ```markdown --- **Last Updated**: March 2026 -**Claude Code Version**: 2.1+ +**Claude Code Version**: 2.3.0 **Compatible Models**: Claude Sonnet 4.6, Claude Opus 4.6, Claude Haiku 4.5 ```