felixhennequin-gif
- 12 skills
- 0 followers
- 1 day ago last updated
- ▌ Testing · felixhennequin-gif bundleTesting strategy and conventions. Activates when writing tests, deciding what to test, editing files under *.test.*, *.spec.*, tests/, or __tests__/, setting up a test suite, or evaluating test coverage for any language or stack.
- ▌ Debugging · felixhennequin-gifStructured debugging workflow. Activates when fixing bugs, investigating errors, troubleshooting test failures, or when a previous fix attempt failed.
- ▌ Code Review · felixhennequin-gifStructured workflow for acting on an external code review — triage findings by severity and effort, write a prioritized roadmap to /tmp/roadmap.md, then hand execution prompts to Claude Code batch by batch. Activates when the user receives a review, audit, or critique of their repo and wants to act on it. Also triggers on "triage this review", "make a roadmap from this feedback", "act on these findings", "we have a list of issues to fix".
- ▌ Git Workflow · felixhennequin-gifGit branching, commit, and PR conventions. Activates when creating a branch, writing a commit message, opening a pull request, resolving merge conflicts, or reviewing git history.
- ▌ Session Wrap · felixhennequin-gif bundleEnd-of-session workflow. Analyses the session and proposes improvements to the project's Claude config as a reviewable checklist, then applies the user-approved subset. Activates on /wrap and /wrap-apply, and on phrases like "wrap up the session" or "propose config improvements".
- ▌ Express API · felixhennequin-gifExpress 5 conventions and REST API patterns. Activates when working on routes, controllers, middleware, validation, or error handling in a Node.js/Express backend.
- ▌ Symfony API · felixhennequin-gifSymfony 5.4+ / 6.x / 7.x API conventions. Activates when working on controllers, services, entities, repositories, console commands, migrations, or dependency injection in a Symfony backend.
- ▌ Error Handling · felixhennequin-gifError handling patterns for HTTP services. Activates when writing error handling code, creating error classes, working with try/catch blocks, or implementing error middleware in an HTTP backend (Express, FastAPI, Flask, Django, Gin, Axum, etc.).
- ▌ CI CD Pipeline · felixhennequin-gif bundleCI/CD pipeline patterns for GitHub Actions and GitLab CI. Activates when editing .github/workflows/*, .gitlab-ci.yml, or when auditing or debugging a pipeline.
- ▌ React Frontend · felixhennequin-gifReact 19 + Vite + Tailwind v4 frontend conventions. Activates when working on components, pages, hooks, state management, or styling.
- ▌ Coding Principles · felixhennequin-gifCore behavioral rules for any coding task — think before coding, simplicity first, surgical changes, goal-driven execution. Activates on every feature, fix, refactor, or code edit, regardless of stack.
- ▌ Prisma Patterns · felixhennequin-gifPrisma ORM conventions and patterns. Activates when working on the Prisma schema, migrations, queries, or services that call Prisma.