lytenyte-grid

lytenyte-grid is a skill for Claude Code, Codex from 1771-Technologies/lytenyte. It costs 257 tokens per session (2,915 once invoked), scanned A, original, no licence file.

A skill for working with LyteNyte Grid, a React data-grid library for displaying and editing rows and columns. React is a JavaScript framework for building user interfaces, and a headless grid supplies behavior without choosing the page’s visual design.

In plain words
What is it for?
Use it to install or license LyteNyte Grid, configure rows and columns, create cell renderers or editors, and add filtering or sorting controls.
Why use it?
It provides task-specific guidance for configuring the grid and connecting its behavior to a React application.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to install or license LyteNyte Grid, configure rows and columns, create cell renderers or editors, and add filtering or sorting controls.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/1771-technologies/lytenyte/lytenyte-grid
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 1771-Technologies/lytenyte --skill lytenyte-grid
Clone the repo
git clone --depth 1 https://github.com/1771-Technologies/lytenyte

Made for: Claude Code, 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 lytenyte-grid

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/1771-technologies/lytenyte/lytenyte-grid"><img src="https://agentmods.dev/badge/skills/1771-technologies/lytenyte/lytenyte-grid.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 257 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,915 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 unknown 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.00257 $0.02915
Opus 5 $0.00129 $0.01458
Sonnet 5 $0.00051 $0.00583
Haiku 4.5 $0.00026 $0.00292

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

Security

Grade A, and why

lytenyte-grid 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 10d 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/lytenyte-grid/SKILL.md · 177 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 10d ago First seen · 177 lines · 257 tokens per session scan A 1b9b4f218445

Subscribe to this mod's changes

lytenyte-grid is a skill published in the GitHub repository 1771-Technologies/lytenyte (1,023 stars, last pushed 26d ago), with no licence file. It adds 257 tokens to every session and 2,915 once invoked, about $0.0013 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

migrate-v8-to-v9

Complete Angular v8-to-v9 migration reference: injectTable and injection context, explicit features and row-model slots, signal/atom state, FlexRender directives, type generics, prototype methods, sorting, sizing, selection, and logical pinning.

TanStack/table · 58 tokens

custom-features

Author a TanStack Table v9 feature plugin across every FeatureMap and API installation surface: state, options, column definitions, table, column, row, cell, header, row-model functions/caches, defaults, prototypes, and table/row/column instance data lifecycles. Load for initTableInstanceData, resetTableInstanceData…

TanStack/table · 93 tokens

row-selection

Maintain rowSelection ID state with stable getRowId, single, multi, subrow, and Shift-range rules, selected row models, handler anchors, and manual-pagination semantics. Load when implementing getToggleSelectedHandler, enableRowRangeSelection, selectChildren, deselectParents, or selected IDs that outlive loaded Row…

TanStack/table · 68 tokens

table-state

Read automatically reactive Alpine table APIs in bindings and own slices with Alpine.reactive getters plus onChange or external TanStack Store atoms. Load for controlled state, updater callbacks, selector gating, atom precedence, or code incorrectly adding table.Subscribe.

TanStack/table · 51 tokens

cell-spanning

Merge adjacent body cells with cellSpanningFeature: value-based rowSpan opt-in per column via spanRows, per-row colSpan via spanColumns, and the covered-cell convention where a span of 0 means skip the cell. Load for merged data grids, spans that disappear after sorting or paginating, ragged table rows, or a cell that…

TanStack/table · 81 tokens

with-tanstack-query

Compose Angular Query with signal-owned Table filtering, sorting, and pagination state using reactive query options, manual row-model boundaries, direct query data, server counts, and valid injection context.

TanStack/table · 42 tokens