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.
The table below is auto-generated by scripts/sync_docs.py from each skill’s SKILL.md frontmatter — do not edit by hand.
| Skill | Description |
|---|---|
/billi-cra | Import CRAs from an Excel file into Billi, or export CRAs from Billi to Excel. Bidirectional sync of activity reports. |
/cii | Dossier CII/CIR : accès Finalli, données de référence, extraction temps personnel pour les déclarations de crédit d’impôt innovation. |
/cra | Suivi du temps : réconciliation Toggl, Billi CRA et git commits. Vue d’ensemble et détection d’écarts entre les sources. |
/create-skill | Create a new Claude Code skill based on conversation context, a file, or a description of the skill’s purpose. |
/cross-post | Cross-post content to LinkedIn, Twitter/X, and Slack. Adapts content to each platform’s format and constraints. |
/find-skills | Helps users discover and install agent skills when they ask questions like “how do I do X”, “find a skill for X”, “is there a skill that can…”, or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill. |
/gogcli | CLI for Gmail, Calendar, Drive, Contacts, Tasks, Sheets. |
/merge | Merge a PR (with merge commit) and prune merged branches. Usage: /merge [pr-number] |
/new-project | Scaffold a new full-stack project with backend (Scalingo) and Next.js frontend (Cloudflare Pages), initialize git/GitHub, and plan using GitHub issues. |
/notion-article | Write and publish a blog article to Notion based on conversation context, a file, or a topic. Optionally cross-post to LinkedIn, Twitter, and Slack. |
/pr | Commit changes, create a branch, push, and open a pull request. If working from an issue, automatically links it with “Closes #X”. |
/promote-permissions | Review ephemeral permissions in settings.local.json and promote approved ones to versioned settings.json, then create a PR |
/review-apply | Apply PR review feedback — reply to questions and implement requested changes. Usage: /review-apply [pr-url-or-number] |
/sentry-triage | Triage unresolved Sentry issues for any project. Analyze errors, identify root causes, prioritize by impact, and optionally apply fixes or update issue status. |
/tmba-process | Process a “Tech My Breath Away” meeting: move the Fireflies-created Notion page to the Talks database, and upload the video to Google Drive. |
/toggl-calendar | Per-day, per-client timesheet calendar from Toggl. Shows work days per client per day, in 0.5-day increments with carry-forward rounding. Can also clean anomalies (overnight timers, missing lunch breaks) and reassign unattributed entries to clients. |
/transcribe | Transcribe audio files using whisper-cpp (whisper-cli) with automatic format conversion. |
/update-knowledge | Update .claude/knowledge/ files with architectural context and design rationale learned during the current session. |
/workspace | Read open Cursor editor tabs to understand what the user is working on. |