Nick Schneble
Community@nschneble
“A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.” (Douglas Adams)
Agent Skills by Nick Schneble
Showing 48 vetted skills indexed across 1 GitHub repositories.
authentication-flow
Generate Rails 8 authentication with users, sessions, and password resets.
model-agent
Create validated ActiveRecord models with associations, scopes, and RSpec tests.
rails-controller
Generate RESTful Rails controllers with request specs using TDD.
viewcomponent-patterns
Build reusable ViewComponent-based UI widgets for Rails applications with RSpec support.
service-agent
Create Rails service objects with RSpec tests and Result objects.
rails-model-generator
Generate Rails model scaffolds with specs, factories, and migrations via TDD.
rails-service-object
Encapsulate Rails business logic in service objects with a #call method.
rails-query-object
Encapsulate complex ActiveRecord queries with constructor context and call methods.
query-agent
Encapsulate complex Rails queries into reusable query objects returning ActiveRecord relations.
form-object-patterns
Encapsulate complex Rails form handling with ApplicationForm subclasses.
solid-queue-setup
Configures Solid Queue as the default Rails 8 database-backed job system.
frame-problem
Transform vague stakeholder requests into precise problem statements and actionable goals.
authorization-pundit
Implement policy-based authorization for Rails resources with Pundit across controllers, views, and tests.
feature-review
Review feature specifications, score quality, and generate Gherkin scenarios.
action-mailer-patterns
Implement testable transactional email workflows with Action Mailer in Rails.
controller-agent
Generate thin RESTful Rails controllers with Pundit authorization and request specs.
lint-agent
Fix Ruby and Rails code style automatically with RuboCop safe auto-corrections.
refine-specification
Refine draft feature specifications through targeted clarifying questions.
rails-concern
Scaffold reusable ActiveSupport::Concern modules for shared Rails model or controller behavior.
action-cable-patterns
Implement real-time Rails features with Action Cable channels and JavaScript clients.
code-review
Analyze Rails code quality with Brakeman, Bundler Audit, and RuboCop.
tailwind-agent
Style Rails ERB views and ViewComponents with Tailwind CSS utility classes.
tdd-cycle
Guide Ruby on Rails developers through the Red-Green-Refactor TDD cycle with RSpec.
policy-agent
Enforce Pundit authorization in Rails apps with policies and RSpec specs.