Skip to content

Commit eddc5eb

Browse files
committed
fix: correct directory path for skill location in documentation
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 0a09ec4 commit eddc5eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/skills/skill-creator/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ equipped with procedural knowledge that no model can fully possess.
2020

2121
When creating a skill, place it in one of these two roots:
2222

23-
1. Project-local: `$workspace/.agent/skills/<skill-name>`
24-
2. Global: `~/.agent/skills/<skill-name>` (shared across workspaces)
23+
1. Project-local: `$workspace/.agents/skills/<skill-name>`
24+
2. Global: `~/.agents/skills/<skill-name>` (shared across workspaces)
2525

2626
Prefer project-local by default. Use global only when the user explicitly wants the skill available across multiple workspaces.
2727

0 commit comments

Comments
 (0)