One change
skills
managed-agents/skills
Nearest release: v2.1.233, published under an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
managed-agents/skills Changed · +16 / -12 lines
from line 380
Discovery finds skills at exactly `.claude/skills/<skill-name>/SKILL.md`, one directory level deep at the repository root: -```text wrap -your-repo/ -├── .claude/ -│ └── skills/ -│ ├── code-review/ -│ │ └── SKILL.md -│ └── release-process/ -│ ├── SKILL.md -│ └── scripts/ -│ └── run_checks.sh -└── src/ -``` +* `your-repo/` + + * `.claude/` + + * `skills/` + + * `code-review/` + * `SKILL.md` + + * `release-process/` + + * `SKILL.md` + * `scripts/` + * `run_checks.sh` + + * `src/` Locations that don't match this layout aren't discovered at session start: