Agent skill

wendao

Stars 9
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/tao3k/xiuxian-artisan-workshop/tree/main/internal_skills/wendao

SKILL.md

Wendao Documentation Guardian Skill

:PROPERTIES: :ID: skill-wendao-guardian :TYPE: METASKILL :STATUS: ACTIVE :END:

🎯 Objective

Act as the authoritative guardian for creating and editing Wendao DocOS documentation. Enforce the Project AnchoR v2.0 standard to ensure AST-level compatibility and semantic integrity.

📜 Mandatory Template (AnchoR Standard)

All documents created under this skill MUST follow this structure:

  1. Identity Header:

    markdown
    # Title
    
    :PROPERTIES:
    :ID: <semantic-slug>
    :PARENT: [[<parent-file>]]
    :TAGS: <tags>
    :STATUS: <DRAFT|STABLE|DEPRECATED>
    :END:
    
  2. Semantic Relations: Replace "SEE ALSO" or "Footnotes" with a structured RELATIONS drawer:

    markdown
    :RELATIONS:
    :LINKS: [[link1]], [[link2]]
    :END:
    
  3. Block IDs: For critical paragraphs or code blocks, append a block anchor if missing: ^id-123.

🛠️ Constraints for LLM

  • No Line Numbers: Never refer to line numbers in documentation. Use #id or /path.
  • Org-style Only: Use :KEY: VALUE for all metadata.
  • Atomic Notes: One concept per file (Zettelkasten).
  • English Context: Body must be in English for international technical consistency.

🔍 Validation Logic

Before outputting, check:

  • Does it have a :PROPERTIES: drawer with a unique :ID:?
  • Is the :PARENT: correctly linked?
  • Are all links using the [[filename]] ZK syntax?

:FOOTER: :STANDARDS_VERSION: 2.0 :AUDITOR: auditor_neuron :END:

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results