Skip to content

Where things live

All skills are under ~/.cursor/skills/ (create the folder if it does not exist). Each skill is a directory with a SKILL.md file.

Skill directoryRole
~/.cursor/skills/sylva-github/Umbrella: routes you to the right focused skill and doc.
~/.cursor/skills/sylva-pr-workflow/Branches, draft PRs, verification-first checklist.
~/.cursor/skills/sylva-release-notes/GitHub Releases + links back to roadmap / docs.
~/.cursor/skills/sylva-github-hygiene/Issue cleanup, legacy handling, repo tidiness.
~/.cursor/skills/sylva-github-projects/GitHub Projects (v2): list projects, export board items, read:project + gh CLI.
~/.cursor/skills/ship-ready-changes/Summary → your confirm commit → push → pull --ff-only → clean tree. Snippet for global User Rules: USER-SETTINGS-SNIPPET.md in that folder.

These files are not committed to sylva-docs; this handbook is the durable record of what they contain and how they interact.

Built from the sylva-docs repository: src/content/docs/agent-workflows/. Published URLs (local dev or deployed) follow Starlight routes, e.g. /agent-workflows/workflow-index.

Source: src/content/docs/roadmap/ in sylva-docs. Human-readable overview: Roadmap.

Which GitHub repo owns what: Repositories and workspace map.

Use the GitHub web UI or the gh CLI (brew install gh; gh auth login) for PRs, releases, labels, and archiving. The handbook describes what to do; tooling choice is yours.