lint-repo

lint-repo is a skill for Claude Code, Codex from 777genius/universal-agent-plugins. It costs 0 tokens per session (254 once invoked), scanned A, original, Apache-2.0.

A repository checker that verifies a skill package's source instructions, generated files, and command documentation stay consistent.

In plain words
What is it for?
Running a Go-based check from the example repository and investigating the reported files or mismatches.
Why use it?
It reports concrete inconsistencies so they can be fixed before the package is used or released.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Running a Go-based check from the example repository and investigating the reported files or mismatches.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/777genius/universal-agent-plugins/lint-repo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 777genius/universal-agent-plugins --skill lint-repo
Clone the repo
git clone --depth 1 https://github.com/777genius/universal-agent-plugins

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lint-repo

README.md
[![agentmods](https://agentmods.dev/badge/skills/777genius/universal-agent-plugins/lint-repo/github.svg)](https://agentmods.dev/skills/777genius/universal-agent-plugins/lint-repo)
Your own site
<a href="https://agentmods.dev/skills/777genius/universal-agent-plugins/lint-repo"><img src="https://agentmods.dev/badge/skills/777genius/universal-agent-plugins/lint-repo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lint-repo

Your own site · 80×15
<a href="https://agentmods.dev/skills/777genius/universal-agent-plugins/lint-repo"><img src="https://agentmods.dev/badge/skills/777genius/universal-agent-plugins/lint-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 254 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00254
Opus 5 $0.00000 $0.00127
Sonnet 5 $0.00000 $0.00051
Haiku 4.5 $0.00000 $0.00025

Measured 5d ago against content hash fa8eb7aea3c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

lint-repo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • lint-repo — 100% identical, 0 lines differ
examples/skills/go-command-lint/generated/skills/claude/lint-repo/SKILL.md · 42 lines

What it actually says

lint-repo

Claude generate for skills/lint-repo/SKILL.md. Edit the canonical source, then re-run plugin-kit-ai skills generate.

Summary

Check that this skill package is internally consistent and report actionable failures.

Command

  • Runtime: go
  • Invocation: go run ./cmd/lint-repo

Compatibility

  • Requires: go >=1.22
  • Supported OS: darwin, linux
  • Requires a repository checkout
  • Run from the example root so the command can inspect the authored and generated skill files together.

Allowed tools

  • bash
  • go

Canonical instructions

Lint Repository

What it does

Checks that the example skill package keeps its canonical SKILL.md, generated artifacts, and command doc in sync.

When to use

Use this when you want a small but real Go-backed skill example instead of a placeholder command stub.

How to run

Run go run ./cmd/lint-repo from the example root.

Constraints

  • This is a non-interactive command.
  • It assumes the current directory is the example checkout.
  • Diagnostics go to stdout and stderr; fix the reported issues before rerunning.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 42 lines · 0 tokens per session scan A fa8eb7aea3c7

Subscribe to this mod's changes

lint-repo is a skill published in the GitHub repository 777genius/universal-agent-plugins (12 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 254 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

addyosmani/agent-skills · 51 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when you want every assumption cross-examined before proceeding, when stress-testing a plan for hidden failure modes, when correctness matters more than speed, when working in unfamiliar code, when stakes are high…

addyosmani/agent-skills · 96 tokens

code-simplification

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

addyosmani/agent-skills · 51 tokens

chinese-code-review

A Chinese-language code-review communication guide with templates and severity levels for review comments.

jnMetaCode/superpowers-zh · 62 tokens

receiving-code-review

A guide for handling code-review feedback carefully. Code review is the process of checking proposed changes before they are accepted into a project.

jnMetaCode/superpowers-zh · 50 tokens

requesting-code-review

A code-review procedure for checking completed work against its requirements before it spreads or is merged. A code reviewer is a person or agent who looks for defects and missing parts.

jnMetaCode/superpowers-zh · 24 tokens