欢迎关注我的推特
摘要: Spec Kit 要求安装python的包管理器才能开始使用 OpenSpec 是用 TypeScript 编写的,使用起来非常简单 npm install 通过运行以下命令来初始化项目: openspec init 与 Spec Kit 生成的 8 个命令相比,安装过程仅在 Claude Code 阅读全文
posted @ 2026-02-10 21:29 github.com/starRTC 阅读(1) 评论(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 github.com/starRTC 阅读(0) 评论(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 github.com/starRTC 阅读(0) 评论(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 github.com/starRTC 阅读(2) 评论(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 github.com/starRTC 阅读(11) 评论(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 github.com/starRTC 阅读(6) 评论(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 github.com/starRTC 阅读(24) 评论(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 github.com/starRTC 阅读(10) 评论(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 github.com/starRTC 阅读(14) 评论(0) 推荐(0)
摘要: Claude Code技能系统允许用户通过创建、管理和共享技能来扩展Claude的功能。技能以SKILL.md文件为核心,包含YAML配置和Markdown指令,可通过/skill-name直接调用或由Claude自动触发。 阅读全文
posted @ 2026-01-25 16:18 github.com/starRTC 阅读(63) 评论(0) 推荐(0)