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.
npx skills add 1771-Technologies/lytenyte --skill lytenyte-gridgit clone --depth 1 https://github.com/1771-Technologies/lytenyteWrote 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.
[](https://agentmods.dev/skills/1771-technologies/lytenyte/lytenyte-grid)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
What ships with it
21 files 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.
- refs/annotations.md 5.9 KB
- refs/cell-editing.md 13 KB
- refs/cells.md 14 KB
- refs/client-data-source.md 8.9 KB
- refs/columns.md 11 KB
- refs/components.md 15 KB
- refs/export.md 6.6 KB
- refs/expressions.md 6.3 KB
- refs/filtering.md 10 KB
- refs/grid-core.md 13 KB
- refs/infinite-paginated-source.md 5.4 KB
- refs/installation.md 2.9 KB
- refs/misc.md 5.7 KB
- refs/pivoting.md 6.3 KB
- refs/row-selection.md 9.4 KB
- refs/rows.md 8.0 KB
- refs/server-data-source.md 8.0 KB
- refs/shadcn.md 11 KB
- refs/theming.md 29 KB
- refs/tree-data-source.md 6.0 KB
- refs/typescript.md 6.5 KB
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.
- 10d ago First seen · 177 lines · 257 tokens per session scan A 1b9b4f218445
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.
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.
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…
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…
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.
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…
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.