pengzhanbo 07c274cdbf
feat: add agent skills (#823)
* feat: add agent skills

* chore: tweak
2026-01-29 15:52:29 +08:00

430 B

File Include

Include content from other files.

Syntax

<!-- @include: filename -->
  • Lines: <!-- @include: filename{1-10} -->
  • Region: <!-- @include: filename#region-name -->
    • In source file: <!-- region region-name --> ... <!-- endregion region-name -->

Example

<!-- @include: ./snippet.md -->
<!-- @include: ./snippet.md{1-5} -->
<!-- @include: ./snippet.md#snippet-name -->