欢迎关注我的推特
摘要: OpenSpec入门指南 <https://github.com/Fission-AI/OpenSpec> 安装与更新都是下面命令 npm install -g @fission-ai/openspec\@latest openspec update 使用 cd your-project opens 阅读全文
posted @ 2026-02-13 12:52 服务号AwesomeAITools 阅读(2) 评论(0) 推荐(0)
摘要: ### ️ (可选) `/speckit.constitution` - 项目原则 **用途**:定义项目的核心原则和开发规范 **何时使用**:项目开始时(可选) **输入示例**: /speckit.constitution 我们的项目遵循: 1. 测试驱动开发(TDD)是强制的 2. 代码必须 阅读全文
posted @ 2026-02-13 12:49 服务号AwesomeAITools 阅读(0) 评论(0) 推荐(0)
摘要: ## 安装 Specify CLI uv tool install specify-cli --from git+https://github.com/github/spec-kit.git 还有一个中文版本的 uv tool install specify-cn-cli --from git+ht 阅读全文
posted @ 2026-02-13 12:43 服务号AwesomeAITools 阅读(0) 评论(0) 推荐(0)
摘要: Spec Kit 要求安装python的包管理器才能开始使用 OpenSpec 是用 TypeScript 编写的,使用起来非常简单 npm install 通过运行以下命令来初始化项目: openspec init 与 Spec Kit 生成的 8 个命令相比,安装过程仅在 Claude Code 阅读全文
posted @ 2026-02-10 21:29 服务号AwesomeAITools 阅读(12) 评论(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 阅读(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 服务号AwesomeAITools 阅读(3) 评论(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 阅读(6) 评论(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 阅读(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 服务号AwesomeAITools 阅读(8) 评论(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 阅读(28) 评论(0) 推荐(0)