Skip to content

Commit d993201

Browse files
committed
Make skills prompt tool-agnostic when loading SKILL.md
1 parent 5551bba commit d993201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/sections/skills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ How to use skills:
5656
5757
Activate a skill:
5858
1. Load the full SKILL.md content into context.
59-
- Use execute_command to read it (e.g., cat "<location>").
59+
- Read the file at "<location>" to load its contents into context.
6060
2. Follow the skill instructions precisely.
6161
3. Only load additional bundled files (scripts/, references/, assets/) if the SKILL.md instructions require them.
6262
`

0 commit comments

Comments
 (0)