Lint Repo

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

777genius Updated

File contents

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.

777genius/universal-agent-plugins/tree/main/examples/skills/go-command-lint/skills/lint-repo commit 3563ffef09

Frequently asked questions

npx skillmds@latest add 777genius/lint-repo