Skip to content

Commit ff115b7

Browse files
Address PR feedback on skills docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent abe3bcb commit ff115b7

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

docs/toolhive/concepts/skills.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,13 @@ instructions that the AI agent reads when the skill is activated.
6767
| `name` | Yes | Lowercase letters, numbers, and hyphens (2-64 chars). |
6868
| | | Must match the directory name. |
6969
| `description` | Yes | What the skill does and when to use it (max 1024 |
70-
| | | chars) |
71-
| `version` | No | Semantic version (e.g., `1.0.0`) |
72-
| `license` | No | SPDX license identifier (e.g., `Apache-2.0`) |
73-
| `allowed-tools` | No | List of pre-approved tools |
74-
| `compatibility` | No | Environment requirements (max 500 chars) |
75-
| `metadata` | No | Arbitrary key-value pairs |
70+
| | | chars). |
71+
| `license` | No | SPDX license identifier (e.g., `Apache-2.0`). |
72+
| `compatibility` | No | Environment requirements (max 500 chars). |
73+
| `metadata` | No | Arbitrary key-value pairs. |
74+
| `allowed-tools` | No | List of pre-approved tools. |
75+
| `version` | No | Semantic version (e.g., `1.0.0`). ToolHive extension; |
76+
| | | the base spec uses `metadata` for versioning. |
7677

7778
Example:
7879

docs/toolhive/guides-cli/skills-management.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ If you're not sure what skills are or how they relate to MCP servers, see
3333

3434
The server must remain running while you use `thv skill` commands.
3535

36+
:::tip[Using the ToolHive desktop app?]
37+
38+
If the ToolHive desktop app is already running, the API server is available
39+
automatically. You can skip the `thv serve` step and use `thv skill` commands
40+
directly.
41+
42+
:::
43+
3644
- A supported AI client installed. See the
3745
[client compatibility reference](../reference/client-compatibility.mdx) for
3846
which clients support skills.

0 commit comments

Comments
 (0)