We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a09ec4 commit eddc5ebCopy full SHA for eddc5eb
1 file changed
src/skills/skill-creator/SKILL.md
@@ -20,8 +20,8 @@ equipped with procedural knowledge that no model can fully possess.
20
21
When creating a skill, place it in one of these two roots:
22
23
-1. Project-local: `$workspace/.agent/skills/<skill-name>`
24
-2. Global: `~/.agent/skills/<skill-name>` (shared across workspaces)
+1. Project-local: `$workspace/.agents/skills/<skill-name>`
+2. Global: `~/.agents/skills/<skill-name>` (shared across workspaces)
25
26
Prefer project-local by default. Use global only when the user explicitly wants the skill available across multiple workspaces.
27
0 commit comments