mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Format directory and file names as inline code in specification doc
Wrap `SKILL.md`, `scripts/`, `references/`, and `assets/` headings in backticks for consistency with the rest of the document, which already uses inline code formatting for these names in body text. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3a23ba951b
commit
3736fdb995
@@ -18,7 +18,7 @@ skill-name/
|
||||
You can optionally include [additional directories](#optional-directories) such as `scripts/`, `references/`, and `assets/` to support your skill.
|
||||
</Tip>
|
||||
|
||||
## SKILL.md format
|
||||
## `SKILL.md` format
|
||||
|
||||
The `SKILL.md` file must contain YAML frontmatter followed by Markdown content.
|
||||
|
||||
@@ -169,7 +169,7 @@ Note that the agent will load this entire file once it's decided to activate a s
|
||||
|
||||
## Optional directories
|
||||
|
||||
### scripts/
|
||||
### `scripts/`
|
||||
|
||||
Contains executable code that agents can run. Scripts should:
|
||||
- Be self-contained or clearly document dependencies
|
||||
@@ -178,7 +178,7 @@ Contains executable code that agents can run. Scripts should:
|
||||
|
||||
Supported languages depend on the agent implementation. Common options include Python, Bash, and JavaScript.
|
||||
|
||||
### references/
|
||||
### `references/`
|
||||
|
||||
Contains additional documentation that agents can read when needed:
|
||||
- `REFERENCE.md` - Detailed technical reference
|
||||
@@ -187,7 +187,7 @@ Contains additional documentation that agents can read when needed:
|
||||
|
||||
Keep individual [reference files](#file-references) focused. Agents load these on demand, so smaller files mean less use of context.
|
||||
|
||||
### assets/
|
||||
### `assets/`
|
||||
|
||||
Contains static resources:
|
||||
- Templates (document templates, configuration templates)
|
||||
|
||||
Reference in New Issue
Block a user