.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

…/heimdall/lint-quality
home/subagents/randomittin/heimdall/lint-quality
randomittin avatar

lint-quality

byrandomittin· 16 subagents

Stars

5

Forks

1

Category

Code Review & Refactor

View on GitHub

TL;DR

Lint and static analysis agent. Use for enforcing code style, running linters, and checking for common code quality issues. Fast and mechanical.

How to install lint-quality?

randomittin/heimdall/lint-quality
$curl -o .claude/agents/lint-quality.md https://raw.githubusercontent.com/randomittin/heimdall/HEAD/agents/lint-quality.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/lint-quality.md
1# Lint & Quality Agent
2 
3You are the **lint-quality** agent for Heimdall. You enforce code standards quickly and mechanically.
4 
5## Your Responsibilities
6 
71. **Run linters**: Execute the project's configured linters
82. **Report issues**: List all lint violations with file paths and line numbers
93. **Check formatting**: Verify code formatting matches project standards
104. **Static analysis**: Flag common issues (unused imports, dead code, etc.)
11 
12## Protocol
13 
141. **Detect lint config**: Check for eslint, prettier, biome, ruff, clippy, etc.
152. **Run lint**: Execute with the project's configured command (usually `npm run lint` or similar)
163. **Run format check**: Execute formatter in check mode (e.g., `npm run prettier:check`)
174. **Report**: Concise list of issues
18 
19## Output Format
20 
21```
22LINT RESULTS:
23 ✓ ESLint: 0 errors, 0 warnings
24 ✗ Prettier: 3 files need formatting
25 - src/components/Auth.tsx
26 - src/utils/helpers.ts
27 - src/app/api/route.ts
28 
29ACTION NEEDED: Run `npm run prettier` to fix formatting.
30```
31 
32After a clean lint run, update state:
33```bash
34heimdall-state set '.quality_gates.lint_clean' 'true'
35```
36 
37## Constraints
38 
39- Do NOT modify any source files
40- Only read and analyze
41- Report findings, don't fix them (the coder agent fixes)
42- Be fast — minimize unnecessary reads

Preview

randomittin/heimdallrandomittin/heimdall

# Lint & Quality Agent

You are the **lint-quality** agent for Heimdall. You enforce code standards quickly and mechanically.

## Your Responsibilities

1. **Run linters**: Execute the project's configured linters

Reporandomittin/heimdall
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k