Agent Skills by thibautbaissac
Showing 52 vetted skills indexed across 2 GitHub repositories.
postgres-patterns
Provides PostgreSQL patterns for indexing, schema design, query optimization, and security.
friction-review
Routes design artifacts through five parallel adversarial reviewers producing a consolidated friction report.
code-review
Analyzes Rails code quality, security, and architecture without modifying code.
behavioral-guidelines
Applies coding guidelines that reduce overcomplication and enforce surgical, verifiable changes.
caching-strategies
Implements Rails fragment, Russian doll, and low-level caching patterns for performance optimization.
accessibility-review
Audits Rails applications against WCAG 2.2 Level AA and reports remediation guidance.
security-audit
Audits Rails applications against OWASP Top 10 using Brakeman and Pundit policy verification.
mutation-testing
Runs mutant mutation tests, interprets alive mutations, and fixes them with tests or code simplification.
api-versioning
Implements versioned RESTful Rails APIs with namespaced controllers and request specs.
performance-optimization
Detects and fixes Rails N+1 queries, slow queries, and memory issues.
dependabot-review
Reviews Dependabot gem upgrade PRs for breaking changes and merge readiness.
extraction-timing
Guides Rails code extraction decisions between services, concerns, queries, and form objects.
i18n-patterns
Implements Rails I18n translations, locale management, and localized date and currency formatting.
codex-review
Obtains an independent second opinion from OpenAI Codex CLI on plans, diffs, specs, or responses.
caching-patterns
Implements HTTP ETag caching, Russian doll fragment caching, and Solid Cache configuration in Rails.
model-patterns
Builds rich Rails domain models with associations, validations, scopes, and business logic methods.
concern-patterns
Creates and refactors Rails model and controller concerns for shared behavior.
auth-setup
Implements passwordless Rails authentication with passkeys, magic links, and session management.
job-patterns
Implements shallow background jobs with _later/_now conventions using Solid Queue in Rails.
testing-patterns
Writes Minitest tests with YAML fixtures following 37signals Rails conventions.
state-records
Implements record-based state tracking in Rails models instead of boolean flags.
stimulus-patterns
Builds focused, single-purpose Stimulus controllers for progressive enhancement of server-rendered HTML.
migration-patterns
Creates Rails database migrations using UUIDs, account scoping, and no foreign key constraints.
event-tracking
Implements event tracking, activity feeds, and webhook delivery using a generic Rails Event model.