Skills
Custom slash commands available in Claude Code. Each skill is a SKILL.md file that defines a reusable workflow invoked with /skill-name.
Skills are stored in ~/.claude/skills/ (user-level) or .claude/skills/ (project-level) and are symlinked from this repo.
| Skill | Description |
|---|---|
/create-skill | Create a new skill from conversation context, a file, or a description |
/cross-post | Cross-post content to LinkedIn, Twitter/X, and Slack |
/find-skills | Discover and install skills from the open agent skills ecosystem |
/merge | Merge a PR with merge commit, then clean up worktree |
/new-project | Scaffold a full-stack project with backend and Next.js frontend |
/notion-article | Write and publish a blog article to Notion (EN + FR) |
/pr | Commit, branch, push, and create a pull request |
/promote-permissions | Promote ephemeral permissions to versioned settings |
/review-apply | Apply PR review feedback — reply to questions and implement changes |
/workspace | Load open Cursor editor tabs for context |
/worktree | Create or clean up git worktrees for feature work |