ChrisAI Docing
Use this skill for technical writing and developer-facing technical
documentation. Route the task to the narrowest internal workflow or reference
unless the request clearly needs a deliberate sequence.
Do not use this skill for general documentation tasks such as business docs,
marketing copy, operational policy, project planning notes, or non-technical
knowledge-base writing unless the user explicitly asks to treat that material
as developer-facing technical documentation.
Do not treat the workflow and reference files as separate skills. They are
internal guidance for this consolidated skill.
Internal Guidance
- Use
workflows/copy-editing.md when the user asks to proofread, tighten,
clarify, simplify, or improve existing documentation without changing its
technical meaning or owning its information architecture.
- Use
references/guided-learning.md when the user asks to create or
restructure quick starts, tutorials, getting-started guides, conceptual
explanations, first-success flows, reader journeys, teaching style, guided
walkthroughs, or progressive-disclosure docs.
- Use
references/api-reference.md when the user asks to write, restructure,
or review lookup-oriented docs for APIs, modules, classes, functions,
methods, CLI commands, config, schemas, parameters, return values, errors,
or typed usage examples.
- Use
references/formatting.md when the user asks to normalize markdown
presentation after the content strategy is clear, including headings, TOCs,
outline numbering, spacing, list style, code fence language tags, links,
anchors, and repo style-guide conformance.
Sequencing
Only chain internal guidance when there is a clear owner plus a clear
follow-up. Use this order:
references/guided-learning.md or references/api-reference.md first
when the task needs content ownership.
workflows/copy-editing.md second when the prose needs an editorial pass.
references/formatting.md last when the output still needs markdown or
structure cleanup.
Do not default to multi-step documentation sequences.
Decision Rules
- If the request mixes guided learning and reference, choose the primary user
goal first; only add formatting later if needed.
- If the request is mainly about proofreading, clarity, transitions, or tone
rather than document ownership, use
workflows/copy-editing.md.
- If the request is mainly about lookup-oriented API, class, module, function,
configuration, or typed example material, use
references/api-reference.md.
- If the request is mainly about a quick start, tutorial, conceptual guide, or
junior-developer learning path, use
references/guided-learning.md.
- If the document type is already correct and the task is markdown structure,
outline numbering, links, TOC, spacing, or style cleanup, use
references/formatting.md.
1---2name: chrisai-docing3description: Use for technical writing tasks that include guided learning, API reference, formatting, or copy editing for technical readers.4license: MIT5---67# ChrisAI Docing89Use this skill for technical writing and developer-facing technical10documentation. Route the task to the narrowest internal workflow or reference11unless the request clearly needs a deliberate sequence.1213Do not use this skill for general documentation tasks such as business docs,14marketing copy, operational policy, project planning notes, or non-technical15knowledge-base writing unless the user explicitly asks to treat that material16as developer-facing technical documentation.1718Do not treat the workflow and reference files as separate skills. They are19internal guidance for this consolidated skill.2021## Internal Guidance2223- Use `workflows/copy-editing.md` when the user asks to proofread, tighten,24 clarify, simplify, or improve existing documentation without changing its25 technical meaning or owning its information architecture.26- Use `references/guided-learning.md` when the user asks to create or27 restructure quick starts, tutorials, getting-started guides, conceptual28 explanations, first-success flows, reader journeys, teaching style, guided29 walkthroughs, or progressive-disclosure docs.30- Use `references/api-reference.md` when the user asks to write, restructure,31 or review lookup-oriented docs for APIs, modules, classes, functions,32 methods, CLI commands, config, schemas, parameters, return values, errors,33 or typed usage examples.34- Use `references/formatting.md` when the user asks to normalize markdown35 presentation after the content strategy is clear, including headings, TOCs,36 outline numbering, spacing, list style, code fence language tags, links,37 anchors, and repo style-guide conformance.3839## Sequencing4041Only chain internal guidance when there is a clear owner plus a clear42follow-up. Use this order:43441. `references/guided-learning.md` or `references/api-reference.md` first45 when the task needs content ownership.462. `workflows/copy-editing.md` second when the prose needs an editorial pass.473. `references/formatting.md` last when the output still needs markdown or48 structure cleanup.4950Do not default to multi-step documentation sequences.5152## Decision Rules5354- If the request mixes guided learning and reference, choose the primary user55 goal first; only add formatting later if needed.56- If the request is mainly about proofreading, clarity, transitions, or tone57 rather than document ownership, use `workflows/copy-editing.md`.58- If the request is mainly about lookup-oriented API, class, module, function,59 configuration, or typed example material, use60 `references/api-reference.md`.61- If the request is mainly about a quick start, tutorial, conceptual guide, or62 junior-developer learning path, use `references/guided-learning.md`.63- If the document type is already correct and the task is markdown structure,64 outline numbering, links, TOC, spacing, or style cleanup, use65 `references/formatting.md`.