doc updates for new structure

This commit is contained in:
John Lancaster
2026-08-30 00:16:58 -05:00
parent afedcda930
commit 88474a75f5
14 changed files with 65 additions and 68 deletions
@@ -8,7 +8,7 @@ This page defines the canonical contract for skills in the docs-first MCP archit
## Canonical Skill Shape
Each skill is one directory under `docs/skills/`:
Each skill is one directory under `src/personal_mcp/docs/skills/`:
```mermaid
---
@@ -22,7 +22,7 @@ config:
lineColor: '#FFFFFF'
---
treeView-beta
"docs/"
"src/personal_mcp/docs/"
"... (other docs)"
"skills/"
"<skill-id>/"
@@ -70,7 +70,7 @@ Invalid examples:
## Provider Publication
[`SkillsDirectoryProvider`](https://gofastmcp.com/servers/providers/skills) scans `docs/skills/` with `supporting_files="template"` and publishes:
[`SkillsDirectoryProvider`](https://gofastmcp.com/servers/providers/skills) scans packaged `personal_mcp/docs/skills/` with `supporting_files="template"` and publishes:
1. `skill://<skill-id>/SKILL.md`
2. `skill://<skill-id>/_manifest`