raytsystem-lint

raytsystem-lint is a skill for Codex from romarayt/raytsystem-public-os. It costs 59 tokens per session (409 once invoked), scanned A, original, Apache-2.0.

A read-only checker for raytsystem, a system that stores structured knowledge and its derived pages or indexes. It checks whether records, citations, links, aliases, operations, and secrets are consistent.

In plain words
What is it for?
Use it for linting, health checks, pre-commit verification, diagnosing stale indexes or broken evidence, and reviewing semantic problems before repair.
Why use it?
It finds broken or outdated data without changing the original knowledge records. This makes health checks and pre-commit checks safer and gives findings stable codes that can be tracked.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for linting, health checks, pre-commit verification, diagnosing stale indexes or broken evidence, and reviewing semantic problems before repair.

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

Made for: Codex.

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 raytsystem-lint

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/romarayt/raytsystem-public-os/raytsystem-lint"><img src="https://agentmods.dev/badge/skills/romarayt/raytsystem-public-os/raytsystem-lint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00059 $0.00409
Opus 5 $0.00030 $0.00204
Sonnet 5 $0.00012 $0.00082
Haiku 4.5 $0.00006 $0.00041

Measured 11d ago against content hash 9831d47552f1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

raytsystem-lint 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 11d 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/raytsystem-lint/SKILL.md · 46 lines

What it actually says

raytsystem LINT

Inputs and outputs

  • Accept deterministic mode by default or explicit semantic-review mode.
  • Return a sorted machine-readable LintReport with stable codes and a report hash.

Write scope

  • Keep LINT read-only.
  • Permit a separate explicit rebuild-index only for derived artifacts.
  • Never edit canonical records, generated pages, events, run history, or manual notes.

Preflight

  1. Run uv run raytsystem agent preflight --skill raytsystem-lint --write --json.
  2. Record the active generation and Git dirty state.
  3. Read all inspected files through no-follow, hardlink-safe paths.

Workflow

  1. Run uv run raytsystem lint --json.
  2. Use uv run raytsystem lint --semantic --json only to create review findings, never fixes.
  3. Group findings by stable code and point to workspace-relative subjects only.

Validation

  • Check raw hashes, citation closure, schema/canonical bytes, projection marker/files/index, local links, IDs/aliases/slugs, secrets, and operation uniqueness.
  • Require nonzero exit for any critical/high/error finding.
  • Exercise evals m3-lint-golden and m3-lint-adversarial.

Recovery

  • Repair code or rebuild derived projections through their owning command, then re-run LINT.
  • Preserve corrupted inputs and failed staging for diagnosis; never hide a finding by deletion.

Stop and approval conditions

  • Stop before canonical repair, destructive migration, secret disclosure, or external action.
  • Escalate a semantic conflict as a proposal/human review, not an automatic write.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 46 lines · 59 tokens per session scan A 9831d47552f1

Subscribe to this mod's changes

raytsystem-lint is a skill published in the GitHub repository romarayt/raytsystem-public-os (144 stars, last pushed yesterday), licensed Apache-2.0. It adds 59 tokens to every session and 409 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

unicli-repair

Evidence-driven repair workflow for a broken Uni-CLI adapter. Trigger on a failed unicli envelope, a quarantined adapter, or an explicit adapter-repair request. Classifies non-source failures, edits only the reported adapter path, and uses the original command as a bounded oracle.

olo-dot-io/Uni-CLI · 68 tokens

bgclick-rev

Reverse-engineer a macOS GUI automation app's background-click path and produce a Swift reproduction. Use only when the user provides a target .app and explicitly asks for IDA-backed background-click reverse engineering. Requires IDA Pro with IDA MCP attached.

olo-dot-io/Uni-CLI · 56 tokens

dead-code-detector

Detect unused/unreachable code in polyglot codebases (Python, TypeScript, Rust). TRIGGERS - dead code, unused functions, unused imports.

terrylica/cc-skills · 37 tokens

multi-agent-performance-profiling

Multi-agent performance profiling for pipeline bottlenecks. TRIGGERS - performance profiling, bottleneck analysis, pipeline optimization.

terrylica/cc-skills · 32 tokens

feedback-workflow

A command-line workflow for reading and responding to approved software feedback. It keeps track of the feedback version, approval, work claim, evidence, and result.

Peiiii/nextclaw · 44 tokens

python-memory-safe-scripts

Memory-safe Python script patterns for long-running processes under systemd MemoryMax constraints. Covers allocator purge (mimalloc/glibc malloctrim), HTTP response lifecycle, DataFrame cleanup, thread-local connection reuse, and periodic GC cadence. Battle-tested through 5 OOM optimization cycles on production GPU…

terrylica/cc-skills · 197 tokens