# Alexnodeland Principled Lint

> Lint — Full Quality Suite

- Skill: `tomevault-io/alexnodeland-principled-lint` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/alexnodeland-principled-lint`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/alexnodeland-principled-lint/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/alexnodeland-principled-lint

---


# Lint — Full Quality Suite

Run the full lint suite for this repository and report results.

## Command

```
/lint
```

## Workflow

1. **Shell formatting check** — run `shfmt -i 2 -bn -sr -d` on all `.sh` files under `plugins/` and any other directories. Report any files that need formatting.

2. **Shell lint** — run `shellcheck --shell=bash` on all `.sh` files under `plugins/` and any other directories. Report any warnings or errors.

3. **Markdown lint** — run `npx markdownlint-cli2 '**/*.md'`. Report any rule violations.

4. **Markdown formatting check** — run `npx prettier --check '**/*.md'`. Report any files that need formatting.

5. **Summary** — report the total number of errors per tool and list all affected files. If everything passes, confirm the repo is lint-clean.

If any tool reports errors, suggest the fix command (e.g., `shfmt -w`, `prettier --write`).

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/alexnodeland) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

