N.I.L.O. Docs

标准 Skill 参考

Purpose

Use this reference for standard skill work where the task is bigger than a quick lookup but does not require exhaustive edge-case handling.

This level covers:

Skill Routing

  1. Start from the task intent, not the file type alone.
  2. Prefer the most specific skill that covers the requested work.
  3. Combine skills only when responsibilities are genuinely split, such as source implementation plus formal documentation sync.
  4. Follow repository-level instructions over global defaults when both apply.
  5. Do not spawn subagents unless the user or environment explicitly requires that workflow.

Reference Depth Selection

Standard Workflow

  1. Inspect the relevant repository, docs, configs, or tool metadata before changing files.
  2. Identify the active rules from global instructions, project instructions, and the selected skill.
  3. Define the scope of files or behavior the task should affect.
  4. Make small, reversible changes that match existing conventions.
  5. Run focused validation that proves the affected behavior or documentation is correct.
  6. Report commands run, files changed, verification results, and remaining risks.

Documentation Work

For formal repository documentation:

Source Work

For source implementation:

Light Troubleshooting

When results conflict:

When a command fails: