Loading...
Loading...
Compare original and translation side by side
Create skills from https://docs.example.comCreate skills from https://docs.example.comExtract two things from this documentation page:
1. LIBRARY NAME: The name of the library, framework, or technology being documented.
Return as lowercase kebab-case (e.g., 'webgl', 'react', 'express-js').
2. NAVIGATION: The sidebar/navigation structure as a JSON array:
[
{"title": "Page Title", "url": "/path/to/page"},
{"title": "Another Page", "url": "/path/to/another"}
]
Format response as:
LIBRARY: [library-name]
NAVIGATION: [json-array]
Include ALL navigation links from the sidebar. Return relative URLs. Skip external links.从该文档页面提取两项内容:
1. 库名称(LIBRARY NAME):文档所介绍的库、框架或技术的名称。
以小写短横线分隔格式返回(例如:'webgl', 'react', 'express-js')。
2. 导航结构(NAVIGATION):侧边栏/导航结构的JSON数组:
[
{"title": "页面标题", "url": "/path/to/page"},
{"title": "另一页面", "url": "/path/to/another"}
]
返回格式如下:
LIBRARY: [library-name]
NAVIGATION: [json-array]
包含侧边栏中的所有导航链接,返回相对URL,跳过外部链接。.claude/skills/[library-name]/doxy-manifest.json{
"name": "[library-name]",
"source_url": "[documentation-url]",
"created_at": "[ISO 8601 timestamp]",
"last_updated": "[ISO 8601 timestamp]"
}.claude/skills/[library-name]/doxy-manifest.json{
"name": "[library-name]",
"source_url": "[documentation-url]",
"created_at": "[ISO 8601 timestamp]",
"last_updated": "[ISO 8601 timestamp]"
}Extract the main documentation content. Return:
1. The page title
2. A concise summary (1-2 sentences)
3. Key concepts, APIs, or instructions as markdown
Focus on technical content. Skip navigation, footers, ads..claude/skills/[library-name]/[page-name]/SKILL.md提取文档的主要内容,返回:
1. 页面标题
2. 简洁摘要(1-2句话)
3. 关键概念、API或操作指南(以Markdown格式呈现)
聚焦技术内容,跳过导航栏、页脚、广告。.claude/skills/[library-name]/[page-name]/SKILL.md---
name: [library-name]-[topic]
description: Use when working with [topic] in [library-name]. Covers [key concepts].
------
name: [library-name]-[topic]
description: Use when working with [topic] in [library-name]. Covers [key concepts].
---
**Skill naming:**
- Derive from URL path (e.g., `/docs/api/methods` → `api-methods`)
- Use kebab-case
- Remove common prefixes (`docs/`, `guide/`, `reference/`)
**Directory structure example:**undefined
**Skill命名规则:**
- 从URL路径衍生(例如:`/docs/api/methods` → `api-methods`)
- 使用小写短横线分隔格式
- 移除常见前缀(`docs/`, `guide/`, `reference/`)
**目录结构示例:**undefined.claude/skills/[library-name]/.claude/skills/[library-name]/references/references/| Issue | Action |
|---|---|
| WebFetch fails for a page | Log error, continue with remaining pages |
| Empty navigation | Report issue, suggest checking URL structure |
| Content too minimal | Create stub skill noting limited content |
| Folder already exists | Report existing skills, suggest update or different name |
| 问题 | 处理方式 |
|---|---|
| WebFetch获取页面失败 | 记录错误,继续处理剩余页面 |
| 导航结构为空 | 报告问题,建议检查URL结构 |
| 内容过于简略 | 创建占位Skill并标注内容有限 |
| 文件夹已存在 | 报告已存在的Skill,建议更新或使用不同名称 |
references/skill-format.md/doxy/plugin davidosemwegie/doxyreferences/skill-format.md/doxy/plugin davidosemwegie/doxy