srombauts
- 26 skills
- 0 followers
- 5 hours ago last updated
- ▌ Boileau · srombauts bundleRepère et corrige les marques d'écriture par IA dans un texte en français. À utiliser quand l'utilisateur demande d'humaniser un texte en français, de le relire, de retirer les tics IA, ou dit qu'un texte « sonne IA » / « sonne ChatGPT » / « fait IA ».
- ▌ Site Jekyll · srombautsMaintenir le site Jekyll du dépôt lors de la création, du déplacement ou du renommage de pages, ou de changements de navigation, d'index et de liens, y compris les références aux photos.
- ▌ Fiche Recette · srombauts bundleCréer, réviser ou maintenir une recette ou un mélange de farines du dépôt : structure, notes, adaptations facultatives, calcul et présentation de l'analyse nutritionnelle pour 100 g.
- ▌ Workflow Depot · srombautsOrganiser les modifications du dépôt, leurs vérifications et leur découpage en commits atomiques. À charger pour toute tâche modifiant des fichiers ou préparant des commits.
- ▌ Photos Recettes · srombauts bundleAjouter, remplacer, redimensionner ou vérifier les photos du dépôt avant leur indexation Git. Utiliser le script fourni pour préparer les JPEG explicitement sélectionnés, puis référencer les images dans les fiches.
- ▌
- ▌
- ▌ Humanizer · srombautsRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.
- ▌
- ▌ Development Workflow · srombautsStandard end-to-end workflow for working on a task in this repository: branch naming, implement + tests + style, self-review, commit, `docs/ISSUES.md` cleanup, push the branch, and open a PR with `gh`. Use when starting work on an entry from `docs/ISSUES.md` (or, when one is filed, a GitHub issue).
- ▌ Game Code Architecture · srombautsDesign and review guidelines for this SDL3 Pong codebase: frame-loop constraints, testable layering, and design patterns. Use when designing new features, populating the ISSUES.md, implementing a task, reviewing a diff or branch, or when the user asks for an architecture or standards check.
- ▌ Skill Maintenance · srombautsEditing conventions for files under `.claude/skills/**` (markdown style, frontmatter format, SKILL.md vs `references/` split, upstream-vendored skills). Use when creating a new skill, editing any `SKILL.md` or `references/*.md` file, refactoring a skill description, or after adding/removing a skill.
- ▌ Sqlitecpp Release · srombautsSQLiteCpp release procedure: bump the version across all files, finalize the CHANGELOG, open the Release PR, and tag. Use when cutting a new release, bumping the project version, or tagging.
- ▌ Sqlitecpp Workflow · srombautsSQLiteCpp workflow for branches, implementation, tests, commits, pull requests, and CHANGELOG updates. Use when changing the repository.
- ▌ Agent Response Style · srombautsDefault response behavior for AI coding agents: professional, factual, neutral tone with calibrated critical evaluation. Baseline for every task: implementation, code review, debugging, planning, research, evaluation, Q&A.
- ▌ Sqlitecpp Build Cmake · srombautsBuild SQLiteCpp with CMake. Use for CMake builds, tests, options, or build scripts.
- ▌ Sqlitecpp Build Meson · srombautsBuilds SQLiteCpp with Meson. Use when configuring Meson builds, tests, or Meson options.
- ▌ Sqlitecpp CI Workflows · srombautsSQLiteCpp CI workflow patterns. Use for GitHub Actions, AppVeyor, Travis, matrices, or test steps.
- ▌
- ▌ Windows Shell Commands · srombautsRunning shell commands on this Windows checkout via the PowerShell and Bash tools, and passing multi-line or quoted arguments (commit messages, PR bodies, file content) without corruption. Use when running git or gh with multi-line or quoted input, writing a commit message or PR body from the command line, reaching for a heredoc or here-string, or after a message or body comes out wrapped in stray characters such as a leading and trailing `@`.
- ▌ Sqlitecpp Doxygen Guide · srombautsSQLiteCpp Doxygen standards and templates for public API docs and file headers.
- ▌ Sqlitecpp Git Branching · srombautsSQLiteCpp branch naming and creation rules for starting tasks, issues, or features.
- ▌ Sqlitecpp Update Sqlite · srombautsHow to update the bundled SQLite3 amalgamation (sqlite3/sqlite3.c and sqlite3.h), the Meson wrap, README.md, and CHANGELOG.md. Use when upgrading SQLite, refreshing the vendored amalgamation, or bumping the sqlite3 wrap.
- ▌ Sqlitecpp Troubleshooting · srombautsDiagnose SQLiteCpp build, linker, compiler, and sqlite3 integration issues.
- ▌ Sqlitecpp Coding Standards · srombautsSQLiteCpp coding standards and API rules for core edits, public headers, style, and Doxygen.
- ▌ Sqlitecpp Testing Practices · srombautsGoogleTest patterns and testing practices for SQLiteCpp test coverage and structure.