lint-skills

lint-skills is a skill for Claude Code from cryndoc/polisade-orchestrator. It costs 14 tokens per session (622 once invoked), scanned A, original, Apache-2.0.

A validator for Polisade Orchestrator skill definitions. It checks the instruction files that describe those skills.

In plain words
What is it for?
Use it to validate every skill definition in a plugin and report which checks pass or fail. It does not modify files.
Why use it?
It catches missing metadata, incorrect headings, absent required sections, broken references, and improperly marked deprecated skills before release or continuous integration checks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the polisade plugin — 25 skills, 2 commands shipped together

Good fit Use it to validate every skill definition in a plugin and report which checks pass or fail. It does not modify files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cryndoc/polisade-orchestrator/lint-skills
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 cryndoc/polisade-orchestrator --skill lint-skills
Clone the repo
git clone --depth 1 https://github.com/cryndoc/polisade-orchestrator

Made for: Claude Code.

Or install polisade, the plugin that ships this one along with the rest of its 25 skills, 2 commands.

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-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/lint-skills/github.svg)](https://agentmods.dev/skills/cryndoc/polisade-orchestrator/lint-skills)
Your own site
<a href="https://agentmods.dev/skills/cryndoc/polisade-orchestrator/lint-skills"><img src="https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/lint-skills/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-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/cryndoc/polisade-orchestrator/lint-skills"><img src="https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/lint-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 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.00014 $0.00622
Opus 5 $0.00007 $0.00311
Sonnet 5 $0.00003 $0.00124
Haiku 4.5 $0.00001 $0.00062

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

Security

Grade A, and why

lint-skills 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 4d 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.

skills/lint-skills/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/polisade:lint-skills — Validate Skill Definitions

Meta-skill для разработчиков плагина. Проверяет все skills/*/SKILL.md на корректность.

Использование

/polisade:lint-skills    # Проверить все skills

Алгоритм

  1. Запустить линтер:

Вызов скрипта отклонён или не запустился (Command references protected path / Install directory is read-protected / Filesystem Guard / the tool's default permission is 'deny', отказ песочницы, ненулевой exit без вывода) — STOP. Процитируй отказ дословно. НЕ пересказывай по исходнику, что скрипт «сделал бы»; НЕ собирай dry-run вручную; НЕ переходи к apply/push/pr-create. НЕ транскрибируй скрипт (прочитать → записать копию в /tmp или в проект → запустить копию): копия не байт-идентична — уезжают классы символов в regex, форма возврата функций, пропадают целые функции — и молча меняется набор применённых изменений. Отказ инструмента — это отказ, а не результат. Доложи PM дословный текст отказа и сошлись на #127 (доставка скриптов в проект).

${POLISADE_PYTHON:-python3} {plugin_root}/scripts/polisade_lint_skills.py {plugin_root}
  1. Распарсить JSON-ответ.
  2. Вывести результат.

Проверки

  • Frontmatter: наличие name, description
  • Heading: соответствие /polisade:{name} в заголовке
  • Algorithm section: наличие секции Algorithm/Алгоритм
  • Cross-references: /polisade: ссылки указывают на существующие skills
  • Deprecated skills: помечены в frontmatter

Формат вывода

═══════════════════════════════════════════
Polisade Orchestrator LINT SKILLS
═══════════════════════════════════════════

[PASS] init
[PASS] state
[PASS] feature
[PASS] implement
[PASS] continue
[PASS] review
[PASS] review-pr
[PASS] doctor
[PASS] sync

───────────────────────────────────────────
Checked: 25 skills
Errors: 0, Warnings: 0
═══════════════════════════════════════════

Важно

  • Read-only — ничего не модифицирует
  • Используется для CI и pre-release валидации

Read the full file on GitHub · 69 lines

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. 4d ago Changed · +7 lines 1feb93022e72
  2. 12d ago First seen · 62 lines · 14 tokens per session scan A 3f588f3a2056

Subscribe to this mod's changes

lint-skills is a skill published in the GitHub repository cryndoc/polisade-orchestrator (7 stars, last pushed yesterday), licensed Apache-2.0. It adds 14 tokens to every session and 622 once invoked, about $0.0001 per session on Opus 5. 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-08-31.

Related

Other skills, from other repositories

deep-research-tiered

Deep research harness: fan-out search, fetch, adversarially verify, synthesize a cited report. Prefer Workflow({name:'deep-research-tiered', args:{question, models?}}) over built-in deep-research — same output, cheap tiered defaults (scope/search=sonnet, fetch=haiku, verify=sonnet, synthesize=inherit). Use for deep…

anshss/shiploop · 0 tokens

hermes-mission-control

How Hermes monitors and steers long-running sandboxed.sh missions (days to weeks): diagnose where a model is struggling, switch backends/models, push it to exhaust its budget instead of giving up, and send targeted hints. Trigger terms: mission, sandboxed.sh, babysit, monitor, /goal, switch backend, stalled, resume…

Th0rgal/sandboxed.sh · 94 tokens

controllers-policy

Autonomy contract and routing index for autonomous project controllers. Loaded every tick; carries the rules that must survive cron-prompt rewrites.

Th0rgal/sandboxed.sh · 30 tokens

shiploop

Self-improving multi-agent harness: wraps N git sub-repos as one workspace, dispatches named tickets to cheap-floor headless agents that escalate once on failure, promoting lessons into CLAUDE.md. Use when working in or scaffolding a meta-repo workspace (sub-folders each own .git; root has scripts/ + queue/tickets.md…

anshss/shiploop · 0 tokens

orchestrator-boss

Boss skill for parallel worker orchestration. Analyze, split, delegate by outcome, judge by acceptance criteria, integrate. Do not implement directly.

Th0rgal/sandboxed.sh · 34 tokens

open-dynamic-workflows

Plan, orchestrate, and adversarially verify parallel AI coding agents — a dynamic multi-agent workflow engine.

Suraj1235/open-dynamic-workflows · 28 tokens