|
9 | 9 | "description": "现代软件开发的基本标准和协议" |
10 | 10 | } |
11 | 11 | }, |
12 | | - "cards": [ |
| 12 | + "sections": [ |
13 | 13 | { |
14 | 14 | "title": "Development Standards", |
15 | 15 | "translations": { |
|
18 | 18 | } |
19 | 19 | }, |
20 | 20 | "items": [ |
21 | | - { |
22 | | - "translations": { |
23 | | - "zh-Hans": { |
24 | | - "name": "语义化版本", |
25 | | - "description": "使用 MAJOR.MINOR.PATCH 格式的版本控制方案,传达兼容性和更新影响" |
26 | | - } |
27 | | - }, |
28 | | - "name": "Semantic Versioning", |
29 | | - "url": "https://semver.org", |
30 | | - "description": "Versioning scheme using MAJOR.MINOR.PATCH format to communicate compatibility and impact of updates" |
31 | | - }, |
32 | 21 | { |
33 | 22 | "translations": { |
34 | 23 | "zh-Hans": { |
|
43 | 32 | { |
44 | 33 | "translations": { |
45 | 34 | "zh-Hans": { |
46 | | - "name": "AGENTS.md", |
47 | | - "description": "为编码 Agent 提供项目特定指令和上下文的开放格式 Markdown 文件" |
| 35 | + "name": "语义化版本", |
| 36 | + "description": "使用 MAJOR.MINOR.PATCH 格式的版本控制方案,传达兼容性和更新影响" |
48 | 37 | } |
49 | 38 | }, |
50 | | - "name": "AGENTS.md", |
51 | | - "url": "https://agents.md", |
52 | | - "description": "Open-format markdown file providing coding agents with project-specific instructions and context" |
| 39 | + "name": "Semantic Versioning", |
| 40 | + "url": "https://semver.org", |
| 41 | + "description": "Versioning scheme using MAJOR.MINOR.PATCH format to communicate compatibility and impact of updates" |
53 | 42 | } |
54 | 43 | ] |
55 | 44 | }, |
|
61 | 50 | } |
62 | 51 | }, |
63 | 52 | "items": [ |
64 | | - { |
65 | | - "translations": { |
66 | | - "zh-Hans": { |
67 | | - "name": "模型上下文协议 (MCP)", |
68 | | - "description": "将 AI 应用连接到外部系统(如数据源、工具和工作流)的开放标准" |
69 | | - } |
70 | | - }, |
71 | | - "name": "Model Context Protocol (MCP)", |
72 | | - "url": "https://modelcontextprotocol.io", |
73 | | - "description": "Open standard connecting AI applications to external systems like data sources, tools, and workflows" |
74 | | - }, |
75 | 53 | { |
76 | 54 | "translations": { |
77 | 55 | "zh-Hans": { |
|
86 | 64 | { |
87 | 65 | "translations": { |
88 | 66 | "zh-Hans": { |
89 | | - "name": "Agent 支付协议 (AP2)", |
90 | | - "description": "使用可验证数字凭证和授权委托的安全 Agent 支付开放协议" |
| 67 | + "name": "Agent 客户端协议 (ACP)", |
| 68 | + "description": "标准化代码编辑器与 Agent 之间通信的开放协议,用于自主代码修改" |
91 | 69 | } |
92 | 70 | }, |
93 | | - "name": "Agent Payments Protocol (AP2)", |
94 | | - "url": "https://ap2-protocol.org", |
95 | | - "description": "Open protocol for secure agent-led payments using verifiable digital credentials and authorization mandates" |
| 71 | + "name": "Agent Client Protocol (ACP)", |
| 72 | + "url": "https://agentclientprotocol.com", |
| 73 | + "description": "Open protocol standardizing communication between code editors and coding agents for autonomous code modification" |
96 | 74 | }, |
97 | 75 | { |
98 | 76 | "translations": { |
|
108 | 86 | { |
109 | 87 | "translations": { |
110 | 88 | "zh-Hans": { |
111 | | - "name": "Agent 客户端协议 (ACP)", |
112 | | - "description": "标准化代码编辑器与 Agent 之间通信的开放协议,用于自主代码修改" |
| 89 | + "name": "Agent 支付协议 (AP2)", |
| 90 | + "description": "使用可验证数字凭证和授权委托的安全 Agent 支付开放协议" |
113 | 91 | } |
114 | 92 | }, |
115 | | - "name": "Agent Client Protocol (ACP)", |
116 | | - "url": "https://agentclientprotocol.com", |
117 | | - "description": "Open protocol standardizing communication between code editors and coding agents for autonomous code modification" |
| 93 | + "name": "Agent Payments Protocol (AP2)", |
| 94 | + "url": "https://ap2-protocol.org", |
| 95 | + "description": "Open protocol for secure agent-led payments using verifiable digital credentials and authorization mandates" |
118 | 96 | } |
119 | 97 | ] |
120 | 98 | } |
|
129 | 107 | "description": "来自行业领袖的 AI 编码必读文章" |
130 | 108 | } |
131 | 109 | }, |
132 | | - "cards": [ |
| 110 | + "sections": [ |
133 | 111 | { |
134 | 112 | "title": "OpenAI on Coding", |
135 | 113 | "translations": { |
|
269 | 247 | "description": "AI 编码工作流的精选工具和实用程序" |
270 | 248 | } |
271 | 249 | }, |
272 | | - "cards": [ |
| 250 | + "sections": [ |
273 | 251 | { |
274 | 252 | "title": "Development Tools", |
275 | 253 | "translations": { |
|
300 | 278 | "url": "https://github.com/github/spec-kit", |
301 | 279 | "description": "Toolkit for Spec-Driven Development that generates working implementations from executable specifications" |
302 | 280 | }, |
| 281 | + { |
| 282 | + "translations": { |
| 283 | + "zh-Hans": { |
| 284 | + "name": "BMAD-METHOD", |
| 285 | + "description": "敏捷 AI 驱动开发的突破性方法,配备专门的 AI Agent 用于规划、架构和实现" |
| 286 | + } |
| 287 | + }, |
| 288 | + "name": "BMAD-METHOD", |
| 289 | + "url": "https://github.com/bmad-code-org/BMAD-METHOD", |
| 290 | + "description": "Breakthrough Method for Agile AI-Driven Development with specialized AI agents for planning, architecture, and implementation" |
| 291 | + } |
| 292 | + ] |
| 293 | + }, |
| 294 | + { |
| 295 | + "title": "Productivity Utilities", |
| 296 | + "translations": { |
| 297 | + "zh-Hans": { |
| 298 | + "title": "生产力工具" |
| 299 | + } |
| 300 | + }, |
| 301 | + "items": [ |
303 | 302 | { |
304 | 303 | "translations": { |
305 | 304 | "zh-Hans": { |
|
310 | 309 | "name": "ccusage", |
311 | 310 | "url": "https://github.com/ryoppippi/ccusage", |
312 | 311 | "description": "Claude Code usage tracking and analytics tool" |
313 | | - }, |
| 312 | + } |
| 313 | + ] |
| 314 | + } |
| 315 | + ] |
| 316 | + }, |
| 317 | + "features": { |
| 318 | + "title": "Coding Features", |
| 319 | + "description": "Must-try features for AI coding workflows", |
| 320 | + "translations": { |
| 321 | + "zh-Hans": { |
| 322 | + "title": "编码功能", |
| 323 | + "description": "AI 编码工作流的必备功能" |
| 324 | + } |
| 325 | + }, |
| 326 | + "sections": [ |
| 327 | + { |
| 328 | + "title": "Open Standards", |
| 329 | + "translations": { |
| 330 | + "zh-Hans": { |
| 331 | + "title": "开放标准" |
| 332 | + } |
| 333 | + }, |
| 334 | + "items": [ |
314 | 335 | { |
| 336 | + "name": "MCP", |
| 337 | + "url": "https://modelcontextprotocol.io", |
| 338 | + "description": "Open standard connecting AI applications to external systems like data sources, tools, and workflows", |
315 | 339 | "translations": { |
316 | 340 | "zh-Hans": { |
317 | | - "name": "BMAD-METHOD", |
318 | | - "description": "敏捷 AI 驱动开发的突破性方法,配备专门的 AI Agent 用于规划、架构和实现" |
| 341 | + "name": "模型上下文协议 (MCP)", |
| 342 | + "description": "将 AI 应用连接到外部系统(如数据源、工具和工作流)的开放标准" |
319 | 343 | } |
320 | | - }, |
321 | | - "name": "BMAD-METHOD", |
322 | | - "url": "https://github.com/bmad-code-org/BMAD-METHOD", |
323 | | - "description": "Breakthrough Method for Agile AI-Driven Development with specialized AI agents for planning, architecture, and implementation" |
| 344 | + } |
324 | 345 | }, |
325 | 346 | { |
| 347 | + "name": "AGENTS.md", |
| 348 | + "url": "https://agents.md", |
| 349 | + "description": "Open-format markdown file providing coding agents with project-specific instructions and context", |
326 | 350 | "translations": { |
327 | 351 | "zh-Hans": { |
328 | | - "name": "Anthropic Skills", |
329 | | - "description": "示例技能集合,教授 Claude 如何完成专门任务,包括创意应用、技术任务和企业工作流" |
| 352 | + "name": "AGENTS.md", |
| 353 | + "description": "为编码 Agent 提供项目特定指令和上下文的开放格式 Markdown 文件" |
330 | 354 | } |
331 | | - }, |
332 | | - "name": "Anthropic Skills", |
333 | | - "url": "https://github.com/anthropics/skills", |
334 | | - "description": "Collection of example skills that teach Claude how to complete specialized tasks, including creative applications, technical tasks, and enterprise workflows" |
| 355 | + } |
335 | 356 | } |
336 | 357 | ] |
337 | 358 | }, |
338 | 359 | { |
339 | | - "title": "Productivity Utilities", |
| 360 | + "title": "Vendor Standards", |
340 | 361 | "translations": { |
341 | 362 | "zh-Hans": { |
342 | | - "title": "生产力工具" |
| 363 | + "title": "厂商标准" |
343 | 364 | } |
344 | 365 | }, |
345 | | - "items": [] |
| 366 | + "items": [ |
| 367 | + { |
| 368 | + "name": "Agent Skills", |
| 369 | + "url": "https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview", |
| 370 | + "description": "Modular capabilities that extend Agent's functionality through filesystem-based resources containing instructions, metadata, and optional scripts, enabling domain-specific expertise and workflows", |
| 371 | + "translations": { |
| 372 | + "zh-Hans": { |
| 373 | + "name": "Agent 技能", |
| 374 | + "description": "模块化能力,通过基于文件系统的资源(包含指令、元数据和可选脚本)扩展 Agent 的功能,实现领域专业知识和工作流" |
| 375 | + } |
| 376 | + } |
| 377 | + }, |
| 378 | + { |
| 379 | + "name": "Commands", |
| 380 | + "url": "https://cursor.com/docs/agent/chat/commands", |
| 381 | + "description": "Custom commands that create reusable workflows triggered with a `/` prefix in the chat input, stored as Markdown files in project, global, or team locations", |
| 382 | + "translations": { |
| 383 | + "zh-Hans": { |
| 384 | + "name": "命令", |
| 385 | + "description": "自定义命令,可通过聊天输入框中的 `/` 前缀触发可重用工作流,以 Markdown 文件形式存储在项目、全局或团队位置" |
| 386 | + } |
| 387 | + } |
| 388 | + }, |
| 389 | + { |
| 390 | + "name": "Rules", |
| 391 | + "url": "https://cursor.com/docs/context/rules", |
| 392 | + "description": "System-level instructions for Agent that provide persistent, reusable context through Project Rules, User Rules, Team Rules, and AGENTS.md files", |
| 393 | + "translations": { |
| 394 | + "zh-Hans": { |
| 395 | + "name": "规则", |
| 396 | + "description": "为 Agent 提供系统级指令,通过项目规则、用户规则、团队规则和 AGENTS.md 文件提供持久、可重用的上下文" |
| 397 | + } |
| 398 | + } |
| 399 | + } |
| 400 | + ] |
346 | 401 | } |
347 | 402 | ] |
348 | 403 | } |
|
0 commit comments