一键导入
metadata-extractor
Extract and enrich page metadata (description, keywords, section type). Use when generating or updating page metadata for documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract and enrich page metadata (description, keywords, section type). Use when generating or updating page metadata for documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Write a how-to guide for practitioners accomplishing a specific task with a ZIO library. Guides are goal-oriented and task-focused, not pedagogical. Use when writing step-by-step practical guides.
Write a tutorial for newcomers learning a topic in a ZIO library. Tutorials teach concepts step-by-step in a linear path for learning-oriented, not task-oriented, purposes. Use when writing comprehensive learning guides.
Reference for mdoc code block modifiers and Docusaurus admonitions used in ZIO documentation. Use when writing or reviewing documentation with Scala code examples.
Write reference documentation for a module containing multiple related data types. Use when documenting a cohesive domain model (e.g. http-model, resource-management) where types work together as a system.
Write reference documentation for a specific ZIO data type. Research the type, write comprehensive documentation with examples, verify mdoc compilation, and integrate into docs.
Integration checklist for new ZIO docs pages. Handles sidebar wiring, index.md linking, and compilation gate (mdoc + Docusaurus build). Cross-referencing is handled separately by the integrate workflow (Phase 2).
| name | metadata-extractor |
| description | Extract and enrich page metadata (description, keywords, section type). Use when generating or updating page metadata for documentation. |
| tags | ["documentation","metadata","extraction","zio","agent-skills"] |
Documentation metadata extraction specialist. Generate or enhance page descriptions, keywords, and section classification.
Receive:
Parse Page Content
Analyze Purpose
Generate Description
Generate Keywords
Section Type Classification:
Description Quality:
Keywords Quality:
If content appears malformed:
If title is generic ("Overview", "Guide"):
JSON only. No markdown/explanation.
{
"description": "string, 50-150 characters describing page purpose",
"keywords": ["array", "of", "3-7", "keywords"],
"sectionType": "reference | guide | tutorial | overview | other"
}
Validation: