ns-ui AGENTS.md

ns-ui AGENTS.md is an instructions file for Codex, OpenCode from nikolas-sapa/ns-ui. It costs 6,237 tokens per session, scanned A, original, MIT.

Repository instructions for ns-ui, a collection of self-contained interface components with demos, previews, an optional MCP server, and a command-line tool.

In plain words
What is it for?
Use them when adding or editing components under `registry/`, changing demos or previews, extracting component information for `llms.txt`, or working on the preview driver.
Why use it?
They document preview behavior, descriptor formats, component structure, and driver constraints that are easy to break during changes.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/nikolas-sapa/ns-ui/agents-md
Clone the repo
git clone --depth 1 https://github.com/nikolas-sapa/ns-ui

Made for: Codex, OpenCode.

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 ns-ui AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nikolas-sapa/ns-ui/agents-md.svg)](https://agentmods.dev/instructions/nikolas-sapa/ns-ui/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/nikolas-sapa/ns-ui/agents-md"><img src="https://agentmods.dev/badge/instructions/nikolas-sapa/ns-ui/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,237 This file is loaded in full into every session.
When invoked 6,237 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.06237 $0.06237
Opus 5 $0.03119 $0.03119
Sonnet 5 $0.01247 $0.01247
Haiku 4.5 $0.00624 $0.00624

Measured 5d ago against content hash eca34000e8a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ns-ui AGENTS.md 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 5d 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.

AGENTS.md · 353 lines

How it starts

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

AGENTS.md — working inside this repo

Reference for an agent editing ns-ui itself. Two other documents may be the one you want:

  • Consuming a component in some other project → https://design.helpmarq.com/llms.txt, or the README. There's also an MCP server (mcp/) and a CLI (cli/) — both optional, neither required to install a component; see https://design.helpmarq.com/connect for per-client config and current publish status.
  • Setup, the add-a-component walkthrough, the token rule, and how to open a PR → CONTRIBUTING.md. That is the shared ground for humans and agents, and it is shorter.

What follows is the detail CONTRIBUTING.md deliberately leaves out: the autoplay, useWhen and gate descriptor schemas, how prop signatures are extracted for llms.txt, and the constraints in the preview driver that are easy to regress. Read the section you need, not the whole file.

Structure

Each component is a self-contained folder: registry/{core,loud}/<name>/ with:

  • component.tsx — the actual component. "use client", zero or minimal deps, tokens not hex.
  • demo.tsx — the preview render used by /components/<name> and the /preview/<name> screenshot-verifier fixture.
  • meta.json — the single source of truth: name, title, description, collection, tags, instruction (a rich paragraph describing behavior — read by scripts/build-llms.ts), dependencies, the optional site-only autoplay descriptor (see below) that makes the landing-page card demonstrate itself, and the optional site-only useWhen override (see below) for llms.txt's "use when" line.
  • screenshots/ — generated by npm run verify, not hand-authored.

core = Geist-dark restraint. loud = deliberately flashy showcase. Collection is decided at creation time and drives folder placement, not a runtime flag. Current counts drift by the day — read them from README.md (generated from registry.json on every build) rather than trusting a number here.

Read the full file on GitHub · 353 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. 5d ago First seen · 353 lines · 6,237 tokens per session scan A eca34000e8a4

Subscribe to this mod's changes

ns-ui AGENTS.md is an instructions file published in the GitHub repository nikolas-sapa/ns-ui (17 stars, last pushed yesterday), licensed MIT. It adds 6,237 tokens to every session, about $0.0312 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 instructions, from other repositories