vibe-coding-cn/i18n/zh/skills/claude-cookbooks/references
tukuaiai 624ef8d5f9 refactor: 重构目录结构以支持 i18n
创建 'i18n' 目录以存放多语言内容。将所有现有的中文内容(文档、提示词、技能、README)移动到 'i18n/zh/' 中。添加了新的根 README 作为语言入口,并为英文('en')翻译创建了占位符结构。
2025-12-16 21:30:13 +08:00
..
CONTRIBUTING.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
README.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
capabilities.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
index.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
main_readme.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
multimodal.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
patterns.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
third_party.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00
tool_use.md refactor: 重构目录结构以支持 i18n 2025-12-16 21:30:13 +08:00

README.md

Claude Cookbooks

The Claude Cookbooks provide code and guides designed to help developers build with Claude, offering copy-able code snippets that you can easily integrate into your own projects.

Prerequisites

To make the most of the examples in this cookbook, you'll need an Claude API key (sign up for free here).

While the code examples are primarily written in Python, the concepts can be adapted to any programming language that supports interaction with the Claude API.

If you're new to working with the Claude API, we recommend starting with our Claude API Fundamentals course to get a solid foundation.

Explore Further

Looking for more resources to enhance your experience with Claude and AI assistants? Check out these helpful links:

Contributing

The Claude Cookbooks thrives on the contributions of the developer community. We value your input, whether it's submitting an idea, fixing a typo, adding a new guide, or improving an existing one. By contributing, you help make this resource even more valuable for everyone.

To avoid duplication of efforts, please review the existing issues and pull requests before contributing.

If you have ideas for new examples or guides, share them on the issues page.

Table of recipes

Capabilities

Tool Use and Integration

Third-Party Integrations

Multimodal Capabilities

Advanced Techniques

Additional Resources

  • Anthropic on AWS: Explore examples and solutions for using Claude on AWS infrastructure.
  • AWS Samples: A collection of code samples from AWS which can be adapted for use with Claude. Note that some samples may require modification to work optimally with Claude.