Agent skills for Windsurf
Windsurf — AI IDE with Cascade flow (Codeium). All 92 skills in this registry are plain Markdown instruction files, so every one of them works with Windsurf; the installer only needs to know where Windsurf reads its skills from.
How to install skills in Windsurf
Install into the current project:
npx @tech-leads-club/agent-skills install --agent windsurfInstall for every project on this machine:
npx @tech-leads-club/agent-skills install --agent windsurf --globalInstall one specific skill:
npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent windsurfWhere Windsurf stores skills
| Project install path | .windsurf/skills |
|---|---|
| Global install path | ~/.codeium/windsurf/skills |