一键导入
dev
Maintainer guide for atlas_doc_parser development. Use when implementing ADF marks/nodes, understanding codebase architecture, or writing tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maintainer guide for atlas_doc_parser development. Use when implementing ADF marks/nodes, understanding codebase architecture, or writing tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch raw ADF JSON data from a Confluence page URL. Use this skill when you need to see real-world ADF examples, understand how Confluence represents specific elements, debug ADF parsing, or create test samples.
Query Atlassian Document Format (ADF) JSON schema definitions to understand ADF node and mark types. Use this skill when implementing ADF dataclass nodes/marks, or when user asks about ADF structure, ADF nodes, ADF marks, or Atlassian Document Format implementation.
| name | dev |
| description | Maintainer guide for atlas_doc_parser development. Use when implementing ADF marks/nodes, understanding codebase architecture, or writing tests. |
This skill provides guidance for developing and maintaining the atlas_doc_parser library.
Read the specific document when you need detailed information:
| Topic | Document | When to Read |
|---|---|---|
| Overview | 01-What-is-atlas-doc-parser | Understanding project purpose and design philosophy |
| Three Sources | 02-Cross-Referencing | Learning about JSON schema, docs, and real Confluence pages |
| Base Classes | 03-The-Base-Class | Understanding Base, BaseMark, BaseNode, and markdown helpers |
| Implementation | 04-Per-Mark-Node-Class | Implementing a new mark or node dataclass |
| Testing | 05-How-to-Test | Writing tests for marks and nodes |
| Error Handling | 06-Graceful-Handling-of-Unimplemented-Types | How unimplemented types are handled gracefully |
adf-format-json-schema - Query ADF JSON schema definitionsadf-json-example - Fetch real ADF JSON from Confluence pagesimplement-model - Automated implementation workflow