# Lint Repo

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

- Skill: `777genius/lint-repo` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 777genius/lint-repo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/777genius/lint-repo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: 777genius (https://skillmd.com/u/777genius)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/777genius/lint-repo

---


# 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.

