kbrdn1
@kbrdn1
Public Skills
chezmoi
by kbrdn1
Use when editing, syncing, or adding ANY config file managed by chezmoi for this machine (dotfiles under ~/.config, ~/.claude, ~/.oh-my-zsh, ~/.warp, and other home-dir configs) - handles chezmoi prefix mappings (dot_/private_/ executable_/symlink_/encrypted_), age encryption, the private_dot_claude 0700 rule that a bare chezmoi apply would break, conflict resolution, and pull/apply/push so changes are never lost. Trigger on "chezmoi", "dotfiles", "sync my config", "update my dotfiles", or before any chezmoi status/diff/ apply/update/add.
aside-browser
by kbrdn1
Read when you need a browser automation (QA, element interaction, screencapture/snapshot, network capture, so on), or have to work across user's logged-in accounts, apps (e.g. Slack, X, LinkedIn, etc.), memory, and browsing history.
changelog-generator
by kbrdn1
Generate changelogs from Git history -- extract git logs, split CHANGELOG.md into individual version files, calculate working days with French holidays. Triggers on "generate changelog", "split changelog", "working days", "changelog for version X"
claude-memory
by kbrdn1
Create and update CLAUDE.md files following best practices
cleanup-context
by kbrdn1
Optimize memory bank files by removing duplicates, consolidating content, and archiving obsolete documentation
commit
by kbrdn1
Quick commit and push with minimal, clean messages
create-pull-request
by kbrdn1
Create and push PR with auto-generated title and description
debug
by kbrdn1
Systematic bug debugging with deep analysis and resolution
deep-code-analysis
by kbrdn1
Analyze code thoroughly to answer complex questions with detailed exploration and research
design-export
by kbrdn1
Extract a website's design system (colors, typography, spacing, components, shadows, radius) into a DESIGN.md file. Use when the user asks to "extract design system", "export design tokens", "scrape branding", "analyze website styles", "extract colors and fonts from a URL", or invokes /me:design-export <url>. Uses Hyperbrowser's branding extraction via MCP, the hx CLI, or the @hyperbrowser/sdk as fallbacks.
epct
by kbrdn1
Systematic implementation using Explore-Plan-Code-Test methodology
excalidraw-diagram
by kbrdn1
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
explain-architecture
by kbrdn1
Analyze and explain architectural patterns, design patterns, and structural decisions in the codebase
explore
by kbrdn1
Deep codebase exploration to answer specific questions
fix-pr-comments
by kbrdn1
Fetch PR review comments and implement all requested changes
formatter-linter-expert
by kbrdn1
Universal code formatter and linter analyzer for multi-ecosystem projects (Laravel/PHP, Bun/Node/TS/JS, React, Vue, Astro, Nuxt, Go, Rust, Deno) with intelligent asdf version management, auto-detection, and interactive workflows
git-flow-branch
by kbrdn1
End-to-end GitHub workflow on a branch in the current checkout — opens the issue via gh, creates a feature branch from the up-to-date default branch, makes atomic Gitmoji/Conventional commits referencing the issue, pushes, and opens a PR filled from the repo's PR template. Triggers on "issue + branch + PR", "full git flow", "issue to PR", "open issue then branch then PR", "create branch and PR", and any request that combines gh issue create with a feature branch (NOT a worktree). Auto-detects .github/ISSUE_TEMPLATE/, CONTRIBUTING.md, and .github/PULL_REQUEST_TEMPLATE.md and adapts to local conventions; falls back to Gitmoji + Conventional Commits when no convention file is found. Use this skill (not git-flow-worktree) when the user wants the change directly in the current checkout without spinning up a worktree.
git-flow-worktree
by kbrdn1
End-to-end GitHub workflow with an isolated git worktree — opens the issue via gh, creates a clean worktree with gwm, makes atomic Gitmoji/Conventional commits referencing the issue, pushes, and opens a PR filled from the repo's PR template. Triggers on "issue + worktree + PR", "gwm create", "isolated worktree workflow", "feat/#", "fix/#", "issue to PR with worktree", "full git flow worktree", "open issue then worktree then PR", and any request that combines gh issue create with gwm. Auto-detects .github/ISSUE_TEMPLATE/, CONTRIBUTING.md, and .github/PULL_REQUEST_TEMPLATE.md in the current repo and adapts to local conventions; falls back to Gitmoji + Conventional Commits when no convention file is found. Use this skill (not git-flow-branch) whenever the user wants the change to live in a worktree rather than a checkout of the current repo.
gwm
by kbrdn1
Manage git worktrees across any repository with the gwm Rust binary (CLI + ratatui TUI). Use when the user asks to create / list / remove / bootstrap / switch / link worktrees, run a command across worktrees (gwm exec) or reclaim build artifacts (gwm clean), materialise a PR into a worktree (gwm review), drive a multi-repo workspace (--workspace), run the JSON daemon / statusline (gwm daemon, gwm statusline), list or pin AI-agent sessions per worktree (gwm agents, Claude Code / Codex / opencode / Mistral Vibe detection), seed config from a preset (gwm init --preset), diagnose with gwm doctor, drive tmux/zellij, or wire gcd via gwm shell-init. Also covers multi-forge (#419): GitHub via gh or GitLab via glab, the forge / [forge_hosts] keys, and gwm trust add. Triggers on gwm, gwq, git worktree, .gwm.toml, forge, forge_hosts, glab, gwm trust add, GitLab MR, gwm create, gwm list, gwm exec, gwm clean, gwm review, gwm daemon, gwm statusline, gwm agents, gwm bootstrap, gwm doctor, gwm switch, gwm tmux, gwm zellij, gwm link, gwm status, gwm shell-init, gcd, feat/#, fix/#, GitHub issue/PR linking on a worktree.
herdr
by kbrdn1
"Control Herdr, a terminal multiplexer for coding agents. Use only when the user explicitly mentions Herdr or asks to use Herdr to inspect or control panes, tabs, workspaces, commands, or another agent. Do not use merely because a task could benefit from a background terminal, delegation, or parallel work. Requires HERDR_ENV=1."
oneshot
by kbrdn1
Ultra-fast feature implementation - Explore then Code then Test
premortem
by kbrdn1
"Exécute un premortem sur n'importe quel plan, lancement, produit, recrutement, stratégie ou décision. Suppose que ça a déjà échoué 6 mois plus tard et remonte dans le temps pour trouver tous les motifs. Produit un plan révisé avec les angles morts exposés. DÉCLENCHEURS OBLIGATOIRES : 'premortem ça', 'premortem mon', 'exécute un premortem', 'qu'est-ce qui pourrait tuer ça', 'stress-teste ce plan', 'qu'est-ce que je rate ici', 'trouve les angles morts'. DÉCLENCHEURS FORTS : 'qu'est-ce qui pourrait mal tourner', 'est-ce que je rate quelque chose', 'troue ce plan', 'où ça va casser', 'avocat du diable'. NE PAS déclencher sur des demandes simples de retour, des questions factuelles ou des demandes au Conseil LLM. DÉCLENCHER quand quelqu'un a un plan ou un engagement où le coût de se tromper est élevé."
prompt-agent
by kbrdn1
Create and optimize agent prompts with agent-specific patterns
prompt-command
by kbrdn1
Create and optimize command prompts with command-specific patterns
run-tasks
by kbrdn1
Execute GitHub issues or task files with full EPCT workflow and PR creation
spec-git-flow-branch
by kbrdn1
Spec-driven end-to-end GitHub workflow on a branch in the current checkout — opens the issue via gh, creates a feature branch (<type>/#<issue>-<slug>) from the up-to-date default branch, then runs the full Spec Kit cycle (speckit.specify → speckit.plan → speckit.tasks → speckit.implement) on it, makes atomic Gitmoji/Conventional commits referencing the issue, pushes, and opens a PR. Issue-first numbering: the GitHub issue number drives the branch AND the spec directory (<issue>-<slug>). Triggers on "spec issue branch PR", "speckit branch flow", "spec-driven branch", "specify then branch then implement", and any request that combines speckit.specify/speckit.implement with a feature branch (NOT a worktree). Use this skill (not spec-git-flow-worktree) when the spec-driven change should live in the current checkout without a worktree.
spec-git-flow-worktree
by kbrdn1
Spec-driven end-to-end GitHub workflow in an isolated git worktree — opens the issue via gh, creates a clean worktree with gwm, then runs the full Spec Kit cycle (speckit.specify → speckit.plan → speckit.tasks → speckit.implement) inside it, makes atomic Gitmoji/Conventional commits referencing the issue, pushes, and opens a PR. Issue-first numbering: the GitHub issue number drives the branch (<type>/#<issue>-<slug>) AND the spec directory (<issue>-<slug>). Triggers on "spec issue worktree PR", "speckit worktree flow", "spec-driven worktree", "specify then worktree then implement", and any request that combines speckit.specify/speckit.implement with gwm + gh issue. Use this skill (not spec-git-flow-branch) whenever the spec-driven change should live in an isolated worktree rather than the current checkout.
speckit.analyze
by kbrdn1
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
speckit.checklist
by kbrdn1
Generate a custom checklist for the current feature based on user requirements.
speckit.clarify
by kbrdn1
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
speckit.constitution
by kbrdn1
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
speckit.converge
by kbrdn1
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new, traceable tasks to tasks.md so speckit.implement can complete it. Append-only — never rewrites spec/plan or existing tasks, never edits code.
speckit.implement
by kbrdn1
Execute the implementation plan by processing and executing all tasks defined in tasks.md
speckit.install
by kbrdn1
Bootstrap the SpecKit spec-driven development system into any project directory.
speckit.plan
by kbrdn1
Execute the implementation planning workflow using the plan template to generate design artifacts.
speckit.specify
by kbrdn1
Create or update the feature specification from a natural language feature description.
speckit.tasks
by kbrdn1
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
speckit.taskstoissues
by kbrdn1
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
use-spark
by kbrdn1
Use the spark CLI to access the user's Spark email data - list emails, search by topic, read threads, check calendar events, find availability, look up contacts, and view team info. Use when the user asks about their emails, calendar, contacts, meetings, or scheduling.
watch-ci
by kbrdn1
Monitor CI pipeline and automatically fix failures until green
worktree-wrapper
by kbrdn1
Manage git worktrees for fiches-pedagogiques via the local wrapper script tools/worktree-manager.sh (backed by gwq). Use when the user asks to create/list/remove/cleanup worktrees, runs make worktree, mentions gwq, or asks about the bootstrap_worktree_safety logic (.env.testing sqlite, AWS RDS guard, composer install, direnv allow). Triggers on "worktree", "worktree-manager", "gwq", "make worktree", "bootstrap worktree", "post_create".
xlsx
by kbrdn1
"Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas"
agent-template
by kbrdn1
Template de reference pour creer des sous-agents Claude Code (.claude/agents/). Contient le format frontmatter YAML, les champs supportes, et les patterns recommandes.
command-template
by kbrdn1
Template de reference pour creer des skills Claude Code (.claude/skills/). Contient la structure SKILL.md avec tous les champs frontmatter valides et les patterns recommandes.
banner-github
by kbrdn1
Génère une bannière de profil GitHub (hero, PNG dark + light) au thème "Claude Dark" de kbrdn.dev — nom, titre, badge de statut, chips de stack, avatar optionnel. Pour le README de profil (repo user/user). Déclencheurs : "bannière github", "banniere profil", "profile banner", "hero banner profil", /me:banner-github.
banner-repo
by kbrdn1
Génère une bannière promo de repo (PNG dark + light) au thème "Claude Dark" — générique et adaptable au repo (wordmark, tagline, features, install, + un motif à droite : graphe de branches intégré ou HTML/SVG custom). Pour le haut de README d'un projet. Déclencheurs : "bannière repo", "banniere projet", "repo banner", "promo repo", "banner readme projet", /me:banner-repo.
banner-slim
by kbrdn1
Génère une bannière promo "slim" (presque one-line, PNG dark + light) au thème "Claude Dark" — wordmark, tagline, install, version, sur une seule rangée. Format compact à embarquer dans un README de profil ou de projet (comme le promo gwm sur kbrdn1/kbrdn1). Déclencheurs : "bannière slim", "banniere one-line", "slim banner", "promo compacte", "bannière réduite en hauteur", /me:banner-slim.
me:changelog-create
by kbrdn1
"Méta-skill : génère un /changelog adapté à un projet (façon me:skill-create), basé sur le CLI changelog-generator, avec verbosité configurable gravée à la génération (+ override flags). Range dans changelogs/. Triggers: /me:changelog-create, créer un changelog par projet, générer la commande changelog du projet."
check-reviews
by kbrdn1
"Analyser et appliquer les reviews IA — en ligne d'abord (@codex review en commentaire PR / Codex Cloud, prioritaire, charge locale nulle), puis CLI locaux (Codex, CodeRabbit) et bots GitHub (Copilot/CodeRabbit) en fallback — et maintainers sur une PR"
codebase-visualizer
by kbrdn1
Transforme un dépôt en carte d'architecture isométrique interactive (HTML autonome, thème Claude Dark), publiée en artifact — blocs dimensionnés aux vraies LOC, arêtes dérivées du graphe d'imports mesuré, points de données animés, drill-down "go inside", trace pas-à-pas, mode diff entre deux révisions, plus un dossier technique mesuré (couches, cycles de dépendances, hubs, manifestes, chaîne d'outils, CI, binaires appelés). Déclencheurs — "visualise ce codebase", "carte isométrique du repo", "atlas du codebase", "diagramme visuel de l'architecture", "codebase atlas", /me:codebase-visualizer. Sert aussi à mettre à jour ou étendre une carte existante. Pas pour un schéma de mécanisme isolé dans une réponse en prose (SVG inline), pas pour du Mermaid, pas pour une maquette d'UI produit.