Skip to main content
ThibautBaissac
GitHub creator profile

ThibautBaissac

Repository-level view of 52 collected skills across 5 GitHub repositories.

skills collected
52
repositories
5
updated
Jun 9, 2026
repository explorer

Repositories and representative skills

accessibility-review
web-and-digital-interface-designers

Audits Rails application accessibility against WCAG 2.2 Level AA, detects violations with axe-core / Lighthouse / Pa11y, and reports remediation guidance for ERB views, ViewComponents, Stimulus controllers, and Turbo-powered interactions. Use when the user…

May 11, 2026
action-cable-patterns
software-developers

Implements real-time features with Action Cable and WebSockets. Use when adding live updates, chat features, notifications, real-time dashboards, or when user mentions Action Cable, WebSockets, channels, or real-time. WHEN NOT: Simple HTTP request/response…

May 11, 2026
active-storage-setup
software-developers

Configures Active Storage for file uploads with variants and direct uploads. Use when adding file uploads, image attachments, document storage, generating thumbnails, or when user mentions Active Storage, file upload, attachments, or image processing. WHEN…

May 11, 2026
api-versioning
software-developers

Implements RESTful API design with versioning and request specs. Use when building APIs, adding API endpoints, versioning APIs, or when user mentions REST, JSON API, or API design. WHEN NOT: Internal-only endpoints, HTML views, Turbo Stream responses, or APIs…

May 11, 2026
authentication-flow
software-developers

Implements authentication using Rails 8 built-in generator. Use when setting up user authentication, login/logout, session management, password reset flows, or securing controllers. WHEN NOT: Authorization and permissions (use Pundit policies), API token…

May 11, 2026
behavioral-guidelines
computer-occupations-all-other

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

May 11, 2026
caching-strategies
software-developers

Implements Rails caching patterns for performance optimization. Use when adding fragment caching, Russian doll caching, low-level caching, cache invalidation, or when user mentions caching, performance, cache keys, or memoization. WHEN NOT: General query…

May 11, 2026
code-review
software-quality-assurance-analysts-and-testers

Analyzes Rails code quality, architecture, and patterns without modifying code. Use when the user wants a code review, quality analysis, architecture audit, or when user mentions review, audit, code quality, anti-patterns, or SOLID principles. WHEN NOT:…

May 11, 2026
Showing 8 of 35 collected skills.
scaffold-authz
software-developers

Add CASL authorization to a feature: an isomorphic <feature>.ability.ts rule set the server and React share, server-side enforcement via attachAbility/authorize and per-record subject() checks, and <Can>/useAbility UI gating — built on the domain-free base in…

Jun 9, 2026
e2e
software-quality-assurance-analysts-and-testers

Author and run Playwright browser e2e specs against the real Express + Vite stack — specs in e2e/, role-based queries, the auto-starting webServer, port-overridable isolation, and the responsive screenshot-artifact pattern.

Jun 9, 2026
write-tests
software-quality-assurance-analysts-and-testers

Write colocated tests for React + Express + TypeScript code using the project's runner, conventions, mocked repository interfaces, React Testing Library, and TanStack Query patterns.

Jun 9, 2026
add-api-contract
software-developers

Create or extend the owning zod schema as the single source of truth for a FE/BE API shape, then wire backend parsing and a typed frontend call.

Jun 8, 2026
react-router
software-developers

Add or extend client-side routing with React Router v7 in Data Mode (createBrowserRouter + RouterProvider), wired to vertical slices, TanStack Query, and zod-parsed URL state.

Jun 8, 2026
run-checks
software-developers

Run the project quality gate through the auto-detected package manager and test runner, then summarize failures concisely.

Jun 8, 2026
scaffold-feature
software-developers

Scaffold a vertical-slice React + Express + TypeScript feature with a FE/BE zod contract, backend route → service → repository, frontend Query hooks and optional UI state, and colocated tests.

Jun 8, 2026
scaffold-form
software-developers

Scaffold a React Hook Form wired to the feature's zod request contract via zodResolver, submitting through a TanStack Query mutation hook, with accessible fields and surfaced errors.

Jun 8, 2026
Showing 8 of 13 collected skills.
Showing 5 of 5 repositories
All repositories loaded