# Lintroll

> Instructional markdown with code examples that shouldn't be linted. Use when this capability is needed.

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

---

# Example Skill

Instructional markdown with code examples that shouldn't be linted.

## Usage

```js
// Semicolons and wrong indentation would normally fail
const result = doSomething();
if (result) {
  console.log(result);
}
```

```ts
// TypeScript example with style violations
interface Config {
  name: string;
  value: number;
}

const config: Config = {
  name: "test",
  value: 1,
};
```

---
> Source: [privatenumber/lintroll](https://github.com/privatenumber/lintroll) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-20 -->

