欢迎关注我的推特

合集-Claude Code中英文系列教程

摘要:Install and configure the Claude Code extension for VS Code. Get AI coding assistance with inline diffs, @-mentions, plan review, and keyboard shortcu 阅读全文
posted @ 2026-01-22 20:19 服务号AwesomeAITools 阅读(948) 评论(0) 推荐(0)
摘要:使用Claude Code进行浏览器自动化 Connect Claude Code to your browser to test web apps, debug with console logs, and automate browser tasks. 将 Claude Code 连接到您的浏览 阅读全文
posted @ 2026-01-21 21:38 服务号AwesomeAITools 阅读(827) 评论(0) 推荐(0)
摘要:Use Claude Code with JetBrains IDEs including IntelliJ, PyCharm, WebStorm, and more使用 Claude Code 与 JetBrains IDEs,包括 IntelliJ、PyCharm、WebStorm 等 Clau 阅读全文
posted @ 2026-01-23 09:27 服务号AwesomeAITools 阅读(319) 评论(0) 推荐(0)
摘要:Learn about integrating Claude Code into your development workflow with Claude Code GitHub Actions了解如何使用 Claude Code GitHub Actions 将 Claude Code 集成到您 阅读全文
posted @ 2026-01-23 20:36 服务号AwesomeAITools 阅读(94) 评论(0) 推荐(0)
摘要:For enterprise environments, you can use Claude Code GitHub Actions with your own cloud infrastructure. This approach gives you control over data resi 阅读全文
posted @ 2026-01-23 21:27 服务号AwesomeAITools 阅读(45) 评论(0) 推荐(0)
摘要:本文介绍了如何将Claude Code集成到GitLab CI/CD工作流中,实现AI辅助开发。主要内容包括: 集成优势:支持即时创建合并请求、自动化代码实现、遵循项目规范,设置简单且安全 工作原理:通过事件触发AI任务,在隔离环境中运行并提交结果 配置方式:提供快速设置步骤,支持Claude API、AWS Bedrock和Google Vertex AI等多种服务 应用场景:可实现问题转PR、代码优化建议、快速修复错误等功能 安全实践:建议使用掩码变量、OIDC认证,并通过MR机制确保代码审查 该集成能显著提升开发效率,同时保持企业级的安全和治理标准。 阅读全文
posted @ 2026-01-24 12:02 服务号AwesomeAITools 阅读(163) 评论(0) 推荐(0)
摘要:Slack集成ClaudeCode功能摘要:该功能允许用户直接在Slack工作空间中委派编码任务。 阅读全文
posted @ 2026-01-24 13:33 服务号AwesomeAITools 阅读(90) 评论(0) 推荐(0)
摘要:ClaudeCode中的子代理系统允许创建专门的AI助手来处理特定任务,提高工作效率和上下文管理。子代理在自己的独立环境中运行,具有自定义提示、工具权限和模型选择。 阅读全文
posted @ 2026-01-24 19:40 服务号AwesomeAITools 阅读(619) 评论(0) 推荐(0)
摘要:本文介绍了如何为ClaudeCode创建自定义插件来扩展其功能。 阅读全文
posted @ 2026-01-25 09:39 服务号AwesomeAITools 阅读(203) 评论(0) 推荐(0)
摘要:本文介绍了ClaudeCode插件系统的使用方法和功能。插件可以为ClaudeCode添加新的命令、代理和功能,提升开发效率和体验。 阅读全文
posted @ 2026-01-25 12:37 服务号AwesomeAITools 阅读(644) 评论(0) 推荐(0)
摘要:Adapt Claude Code for uses beyond software engineering将Claude Code 用于软件以外的其它地方 Output styles allow you to use Claude Code as any type of agent while k 阅读全文
posted @ 2026-01-29 09:24 服务号AwesomeAITools 阅读(68) 评论(0) 推荐(0)
摘要:Learn how to customize and extend Claude Code’s behavior by registering shell commands学习如何通过注册 Shell 命令来自定义和扩展 Claude Code 的行为 Claude Code hooks are u 阅读全文
posted @ 2026-01-29 14:41 服务号AwesomeAITools 阅读(68) 评论(0) 推荐(0)
摘要:Use the Agent SDK to run Claude Code programmatically from the CLI, Python, or TypeScript.使用 Agent SDK 从 CLI、Python 或 TypeScript 中通过编程运行 Claude Code。 阅读全文
posted @ 2026-01-29 19:54 服务号AwesomeAITools 阅读(172) 评论(0) 推荐(0)
摘要:Make your first API call to Claude and build a simple web search assistant下面我们通过向 Claude 发起第一个 API 调用,并构建一个简单的网络搜索助手 # Prerequisites 先决条件 An Anthropic 阅读全文
posted @ 2026-01-31 15:35 服务号AwesomeAITools 阅读(66) 评论(0) 推荐(0)
摘要:This guide covers common patterns for working with the Messages API, including basic requests, multi-turn conversations, prefill techniques, and visio 阅读全文
posted @ 2026-02-01 10:41 服务号AwesomeAITools 阅读(96) 评论(0) 推荐(0)
摘要:Claude Code can connect to hundreds of external tools and data sources through the Model Context Protocol (MCP), an open source standard for AI-tool i 阅读全文
posted @ 2026-02-09 21:34 服务号AwesomeAITools 阅读(682) 评论(0) 推荐(0)
摘要:Plugins can bundle MCP servers, automatically providing tools and integrations when the plugin is enabled. Plugin MCP servers work identically to user 阅读全文
posted @ 2026-02-10 18:38 服务号AwesomeAITools 阅读(36) 评论(0) 推荐(0)
摘要:You can use Claude Code itself as an MCP server that other applications can connect to: 您可以将 Claude Code 本身用作其他应用程序可以连接的 MCP 服务器: # Start Claude as a 阅读全文
posted @ 2026-02-10 19:54 服务号AwesomeAITools 阅读(35) 评论(0) 推荐(0)
摘要:MCP servers can expose resources that you can reference using @ mentions, similar to how you reference files. MCP 服务器可以暴露资源,你可以使用@来引用这些资源,类似于引用文件的方式。 阅读全文
posted @ 2026-02-13 18:35 服务号AwesomeAITools 阅读(17) 评论(0) 推荐(0)
摘要:1,Circleback https://circleback.ai/docs/mcp Search and access context from meetings 搜索和访问会议上下文 claude mcp add circleback --transport http https://app. 阅读全文
posted @ 2026-02-13 18:44 服务号AwesomeAITools 阅读(137) 评论(0) 推荐(0)
摘要:又没有协助生成Skill的Skill。 答案是:有! Anthropic官方自己就开源了一个Skills仓库。 https://github.com/anthropics/skills 仓库的Skills文件夹里,就是Claude官方,自己做的Skills,里面是一些关于创意与设计、开发与技术、企业 阅读全文
posted @ 2026-02-13 18:59 服务号AwesomeAITools 阅读(91) 评论(0) 推荐(0)
摘要:Agent Skills are modular capabilities that extend Claude's functionality. Each Skill packages instructions, metadata, and optional resources (scripts, 阅读全文
posted @ 2026-02-16 11:55 服务号AwesomeAITools 阅读(62) 评论(0) 推荐(0)
摘要:Learn how to use Agent Skills to create documents with the Claude API in under 10 minutes. 如何在 10 分钟内 通过 Claude API 使用Agent Skills 创建文档。 This tutorial 阅读全文
posted @ 2026-02-16 12:11 服务号AwesomeAITools 阅读(193) 评论(0) 推荐(0)
摘要:Learn how to write effective Skills that Claude can discover and use successfully. 学习如何编写 Claude 可以成功发现和使用的有效技能。 Good Skills are concise, well-structu 阅读全文
posted @ 2026-02-16 17:01 服务号AwesomeAITools 阅读(170) 评论(0) 推荐(0)
摘要:Agent Skills extend Claude's capabilities through organized folders of instructions, scripts, and resources. This guide shows you how to use both pre- 阅读全文
posted @ 2026-02-25 19:45 服务号AwesomeAITools 阅读(28) 评论(0) 推荐(0)
摘要:Build production AI agents with Claude Code as a library 使用 Claude Code 作为库构建生产级 AI 代理 The Claude Code SDK has been renamed to the Claude Agent SDK. C 阅读全文
posted @ 2026-03-02 14:05 服务号AwesomeAITools 阅读(190) 评论(0) 推荐(0)
摘要:npm install -g copilot-api copilot-api auth 写配置文件:~/.claude/settings.json { "env": { "ANTHROPIC_BASE_URL": "http://localhost:4141", "ANTHROPIC_AUTH_TO 阅读全文
posted @ 2026-04-01 15:00 服务号AwesomeAITools 阅读(12) 评论(0) 推荐(0)