Loading...
Loading...
Compare original and translation side by side
--helpreferences/template.mdundefined--helpreferences/template.mdundefined
**Reading docs is no substitute for hands-on use.** You'll discover defaults, gotchas, and real behavior that docs don't mention.
**阅读文档无法替代实操体验。**你会发现文档中未提及的默认设置、陷阱和实际行为。--help--help| Section | Purpose |
|---|---|
| Frontmatter | name, description (with trigger phrases) |
| Installation | How to get the binary |
| Usage | The 80% use cases |
| 章节 | 用途 |
|---|---|
| Frontmatter | 名称、描述(包含触发短语) |
| 安装 | 如何获取二进制文件 |
| 使用方法 | 80%的常用场景 |
| Section | When to Include |
|---|---|
| Requirements | Tool needs accounts, API keys, or dependencies |
| Quick Start | Tool has a simple "happy path" |
| Output Formats | Tool can output JSON or custom formats |
| Tips & Gotchas | Tool has some edge cases or things an agentic LLM should not use |
| Troubleshooting | Tool has debug modes or common failure modes |
| Configuration | Tool has config files or env vars |
| Uninstall | Tool leaves config/data behind |
| References | When there are useful docs or content that contains more details |
| 章节 | 适用场景 |
|---|---|
| 前置要求 | 工具需要账户、API密钥或依赖项 |
| 快速入门 | 工具存在简单的“顺畅路径” |
| 输出格式 | 工具可输出JSON或自定义格式 |
| 技巧与陷阱 | 工具存在一些边缘情况或Agentic LLM不应使用的功能 |
| 故障排除 | 工具具备调试模式或常见故障场景 |
| 配置 | 工具拥有配置文件或环境变量 |
| 卸载 | 工具会遗留配置/数据文件 |
| 参考资料 | 存在包含更多细节的有用文档或内容 |
undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedmy-tool/
├── SKILL.md # Core usage
├── references/
│ ├── advanced-config.md # Deep config docs
│ └── api-reference.md # API details
└── scripts/
└── helper.sh # Helper scriptsmy-tool/
├── SKILL.md # 核心使用说明
├── references/
│ ├── advanced-config.md # 高级配置文档
│ └── api-reference.md # API详情
└── scripts/
└── helper.sh # 辅助脚本---
name: tool-name # Required, matches directory
description: What + when # Required, include triggers
------
name: tool-name # 必填,需与目录名一致
description: 功能+适用场景 # 必填,包含触发短语
---tool --versiontool --versionreferences/template.mdreferences/template.md