
from rails-agent-skills22
Synchronizes REST API endpoints with Postman-compatible JSON collections, including test scripts and validation.
This skill ensures that every REST API surface in a Ruby on Rails application remains documented and testable by automatically generating or updating API collection files. It maintains a strict mapping between controller actions/routes and their corresponding entries in a JSON collection.
Activate this skill whenever a new REST API endpoint is created or an existing one is modified. It is specifically designed for Rails apps and engines where API consistency is critical.
{{base_url}} variables for environment flexibility, and implementing mandatory test scripts (e.g., status code checks).jq or python -m json.tool before completion.Designed for agents supporting filesystem operations and shell execution, such as Claude Code, Codex, or any MCP-enabled agent capable of managing local Ruby on Rails project files.
This skill has not been reviewed by our automated audit pipeline yet.
Security Check
Performs a focused security audit of Ruby on Rails applications: auth/authz checks, parameter handling, query safety, output encoding, file handling, and secret
Document Engine
Generate clear, copyable README and guide content for Rails engines—installation, mounting, configuration, usage examples, and migration notes.
Rails Engine Workflow
Example Rails-based agent skill repository: personal configuration of skills for Rails development.
Rails TDD Persona
Strictly orchestrates the Ruby on Rails TDD cycle: Write failing test → Minimal implementation → Verify pass → Quality check.