
from rails-agent-skills22
Generate clear, copyable README and guide content for Rails engines—installation, mounting, configuration, usage examples, and migration notes.
Document Engine helps authors produce practical, host-app-ready documentation for Ruby on Rails engines. It generates README templates and guide sections focused on the minimum working install path, explicit mount instructions, configuration options with defaults, usage examples with copyable code, and migration/operational notes. The skill enforces a 'hard-gate' checklist so every output documents required host-app steps and assumptions (models, job backends, auth).
Use this skill when you need to create or improve documentation for a Rails engine before release or when integrating an engine into a host app. Trigger it during authoring of README, installation guides, configuration reference, onboarding docs for integrators, and changelogs that affect setup. It's particularly useful when you must ensure the docs include minimum working instructions and explicit mount/configuration examples.
Works as a natural-language authoring skill for code-aware assistants and CLI-capable agents that can edit markdown (Copilot/Codex/Gemini-style assistants). The outputs are plain markdown intended for human maintainers and CI documentation checks.
A well-structured documentation-generation skill for Rails engines. No scripts to execute — purely instructional SKILL.md with clear triggers, step-by-step process, hard gates for mandatory sections, and integration notes for chaining with other engine skills. Clean and straightforward.
Pure documentation/instructional skill with no executable scripts. No security concerns. Good frontmatter and structure. References external files for progressive disclosure.
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
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.
REST API Collection Generator
Synchronizes REST API endpoints with Postman-compatible JSON collections, including test scripts and validation.