Resume Handoff
Resume work from a handoff stored under .ai/shared/handoffs. Use when a user asks to resume a handoff, provides a handoff path, or provides a ticket ID like ENG-1234.
Flyio Focused
Deploy, operate, and troubleshoot applications on Fly.io using flyctl and fly.toml. Use when configuring services, choosing deployment strategy (rolling or immediate), managing secrets, scaling, or migrating an app to Fly.io.
Create Handoff
Write and store concise handoff documents in .ai/shared/handoffs to transfer work between sessions. Use when a user asks to create a handoff, end-of-session summary, or wants a /create_handoff-style command.
Template Skill
Template for creating new skills. Use when scaffolding a new skill folder and authoring a compliant SKILL.md with clear trigger conditions.
Mapperly Mapping
Implement mapping patterns with Riok.Mapperly (source-generator), including EF Core queryable projections, user-implemented mappings, reference handling, and AutoMapper -> Mapperly migrations. Use when replacing AutoMapper profiles or building new Mapperly mappers and projections.
Facets Dotnet Mapping
Integrate the Facet .NET source-generator mapping library, define facets/DTOs and EF Core projections, and migrate from AutoMapper/Mapster/Mapperly or manual DTO mapping. Use when adding Facet to a project with no mapper or when replacing an existing mapper with Facet.
Code Reviewer
Review code for bugs, security flaws, maintainability risks, and missing test coverage. Use when evaluating a diff, pull request, or source file before merge.