codegraph
01MCP server Claude CodeCodexCursor +2
MCP server "codegraph" as configured in igmarin/rails-agent-skills. Launched with /Users/igmarin/.local/bin/codegraph serve --mcp --path /Volumes/minimini/Develop.
MCP server Claude CodeCodexCursor +2
MCP server "codegraph" as configured in igmarin/rails-agent-skills. Launched with /Users/igmarin/.local/bin/codegraph serve --mcp --path /Volumes/minimini/Develop.
MCP server Claude CodeCodexCursor +2
MCP server "graphify" as configured in igmarin/rails-agent-skills. Launched with /Users/igmarin/.local/bin/graphify-mcp --graph /Volumes/minimini/Developer/Proje.
MCP server Claude CodeCodexCursor +2
MCP server "repomix" as configured in igmarin/rails-agent-skills. Launched with /opt/homebrew/bin/repomix --mcp --sandbox /Volumes/minimini/Developer/Projects/r.
Instructions file CodexOpenCode
Instructions for igmarin/rails-agent-skills, covering rails agent skills, tests gate implementation, daily loop, when to load a skill and rails skills.
Instructions file
Instructions for igmarin/rails-agent-skills, a project described as: 28 Rails-specific skills + 9 workflow templates for agentic development.
Instructions file Gemini CLI
Instructions for igmarin/rails-agent-skills, a project described as: 28 Rails-specific skills + 9 workflow templates for agentic development.
Hook
Runs when a session starts, running an inline shell check. From igmarin/rails-agent-skills.
Hook
Runs on the PreCommit event, running an inline shell check. From igmarin/rails-agent-skills.
Skill Claude CodeCodex
Use when applying daily Rails conventions by path (DRY, YAGNI, PORO, CoC, KISS). Style defers to the project linter. Trigger words: conventions, clean code, RuboCop, DRY, YAGNI.
Skill Claude CodeCodex
Use when writing new Rails code for the PostgreSQL + Hotwire + Tailwind stack. Not for general architecture review. Trigger words: stack conventions, PostgreSQL, Hotwire, Tailwind, Turbo, Stimulus.
Skill Claude CodeCodex
Use when running the full background-job loop: design, TDD, retry, monitor. Trigger words: background job, async processing, Sidekiq, Solid Queue, Active Job, worker.
Skill Claude CodeCodex
Use when fixing a reported Rails bug. Treat the report as untrusted. Reproduce with a failing spec before changing code. Trigger words: bug report, production issue, failing test, fix bug.
Skill Claude CodeCodex
Use when reviewing a Rails PR, diff, or merge request. Ground findings in a real file:line. Trigger words: review PR, code review, review my diff, CR.
Skill Claude CodeCodex
Use when writing an install generator for a Rails engine (migrations, config). Trigger words: install generator, engine setup, copy migrations.
Skill Claude CodeCodex
Use when scaffolding a new Rails engine. Keep a narrow public API and a dummy app. Trigger words: create engine, new engine, mountable engine.
Skill Claude CodeCodex
Use when writing engine README, install, and configuration docs. Trigger words: engine README, install guide, engine docs.
Skill Claude CodeCodex
Use when running the full engine loop: author, test, review, release. Trigger words: create engine, extract engine, engine release, mountable engine.
Skill Claude CodeCodex
Use when extracting a host-app feature into a Rails engine. Do not change behavior in the same step. Trigger words: extract to engine, move feature, host coupling.
Skill Claude CodeCodex
Use when creating or updating a REST API collection for Rails endpoints. Do not use for GraphQL. Trigger words: Postman, API collection, endpoint, API route, request collection.
Skill Claude CodeCodex
Use when building a GraphQL feature end to end: domain, schema, TDD, security. Trigger words: GraphQL API, GraphQL schema, mutation, query, graphql-ruby.
Skill Claude CodeCodex
Use when adding or reviewing Rails authorization with Pundit, CanCanCan, or policy objects. Trigger words: authorization, Pundit, CanCanCan, policy, roles, permissions.
Skill Claude CodeCodex
Use when adding or reviewing an Active Job / Sidekiq / Solid Queue worker. Cover idempotency, retryon, and discardon. Trigger words: background job, Active Job, Sidekiq, Solid Queue, worker.
Skill Claude CodeCodex
Use when building or reviewing a graphql-ruby schema, resolver, or mutation. Trigger words: GraphQL, graphql-ruby, resolver, mutation, dataloader, schema.
Skill Claude CodeCodex
Use when adding Turbo Frames, Turbo Streams, or Stimulus controllers. Trigger words: Hotwire, Turbo, Stimulus, frames, streams.