bythibautbaissac· 21 skills
Guides decisions about when and how to extract code into services, queries, concerns, form objects, or other patterns. Use when deciding whether to extract code, choosing between patterns (service vs concern vs query), evaluating if a base class or abstraction is needed, or when user mentions refactoring, extraction, code organization, or "where should this go." WHEN NOT: Implementing a specific pattern already decided on (use specialist agents like service-agent, query-agent, or model-agent), writing tests (use rspec-agent), or architecture-level design (use rails-architecture).
$npx -y skills add thibautbaissac/rails_ai_agents --skill extraction-timingInstalls into the current project.
Run `npx skills use "https://github.com/thibautbaissac/rails_ai_agents" --skill "thibautbaissac/rails_ai_agents/extraction-timing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/thibautbaissac/rails_ai_agents" that are relevant to the current task. Run `npx skills add "https://github.com/thibautbaissac/rails_ai_agents"` and select the relevant skills, then follow their instructions.