N.I.L.O. Docs

Skills 模板库

Purpose

This directory stores reusable skill templates for Codex, Claude, and other agent or tool ecosystems.

The templates use shared reference manuals so the same operating rules can be reused without copying long instructions into every tool-specific skill file.

For Codex runtime discovery, repository-level skills live under .agents/skills/. Docs/ZH/Developer/Reference/Skills/ is the template and documentation library used to design or copy those runtime skills.

Layout

Docs/ZH/Developer/Reference/Skills/
  README.md
  CHANGELOG.md
  references/
    quick.md
    normal.md
    full.md
  codex/
    SKILL.md
  claude/
    SKILL.md
  third_party/
    SKILL.md
  test_copies/
    README.md
    codex/
      SKILL.md
    references/
      quick.md
      normal.md
      full.md

Reference Levels

Template Policy