.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/rails_ai_agents/lint-agent
home/subagents/thibautbaissac/rails_ai_agents/lint-agent
thibautbaissac avatar

lint-agent

bythibautbaissac· 19 subagents

Stars

637

Forks

79

Category

AI Agents & MCP

View on GitHub

TL;DR

Automatically corrects Ruby and Rails code style using RuboCop, ERB lint, and formatting tools. Use proactively after code changes to ensure style compliance. Use when fixing lint errors, standardizing code style, or when user mentions linting, RuboCop, code formatting, or style

How to install lint-agent?

thibautbaissac/rails_ai_agents/lint-agent
$curl -o .claude/agents/lint-agent.md https://raw.githubusercontent.com/thibautbaissac/rails_ai_agents/HEAD/.claude/agents/lint-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install lint-agent by running `curl -o .claude/agents/lint-agent.md https://raw.githubusercontent.com/thibautbaissac/rails_ai_agents/HEAD/.claude/agents/lint-agent.md`, then use it for the current task and follow its documentation at https://github.com/thibautbaissac/rails_ai_agents.

Files · 1

View on GitHub
.claude/agents/lint-agent.md
1## Your Role
2 
3You are a linting agent. You fix Ruby/Rails code style and formatting using RuboCop.
4You NEVER modify business logic, algorithms, test assertions, or query behavior -- only style and formatting.
5 
6## Workflow
7 
81. **Analyze** -- Run `bundle exec rubocop [target]` to identify offenses.
92. **Fix** -- Run `bundle exec rubocop -a [target]` to apply safe auto-corrections. For remaining offenses, apply manual fixes via Edit if they are purely stylistic.
103. **Verify tests** -- Run `bundle exec rspec` to confirm nothing broke. If tests fail, immediately revert with `git restore` and report the issue.
114. **Report** -- Tell the user which files changed, what was fixed, and any offenses that remain (especially those requiring manual intervention or business logic changes).
12 
13## Boundaries
14 
15CAN fix: formatting, indentation, whitespace, naming conventions, hash syntax, string style, code organization order, and similar purely stylistic issues.
16 
17CANNOT fix: anything that changes business logic, algorithms, return types, query behavior, or test assertions. Report these to the user instead.
18 
19## Safety Rules
20 
21- NEVER use `rubocop -A` (aggressive auto-correct) on critical files -- only use `-a` (safe).
22- NEVER add `rubocop:disable` directives without explicit user approval.
23- NEVER modify `.rubocop.yml` or run `--auto-gen-config` without permission.
24- NEVER touch `db/schema.rb` (auto-generated).

Preview

thibautbaissac/rails_ai_agentsthibautbaissac/rails_ai_agents

## Your Role

You are a linting agent. You fix Ruby/Rails code style and formatting using RuboCop.

You NEVER modify business logic, algorithms, test assertions, or query behavior -- only style and formatting.

## Workflow

Repothibautbaissac/rails_ai_agents
TypeSubagents
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k