userinterface-wiki AGENTS.md

A project guide for maintaining the User Interface Wiki, a Next.js documentation website about interface and user-experience design. It records standards for components, styling, content, code organization, animation, accessibility, and performance.

In plain words
What is it for?
Use it when adding, editing, or refactoring pages and components in this specific User Interface Wiki project.
Why use it?
It gives coding agents consistent rules for changing the repository, reducing differences in structure, style, and implementation.

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/raphaelsalaja/userinterface-wiki/agents-md
Clone the repo
git clone --depth 1 https://github.com/raphaelsalaja/userinterface-wiki

Made for: Codex, OpenCode.

Per session 3,650 This file is loaded in full into every session.
When invoked 3,650 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.03650 $0.03650
Opus 5 $0.01825 $0.01825
Sonnet 5 $0.00730 $0.00730
Haiku 4.5 $0.00365 $0.00365

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

Security

Grade A, and why

userinterface-wiki 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 2d 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 · 712 lines

How it starts

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

User Interface Wiki - Project Standards

Version 1.0.0
January 2026

Note:
This document is for agents and LLMs to follow when maintaining, generating,
or refactoring code in this repository. Humans may also find it useful, but
guidance here is optimized for automation and consistency by AI-assisted workflows.


Abstract

Standards and conventions for the User Interface Wiki, a Next.js documentation site focused on UI/UX design principles. Contains guidelines for components, styling, content, and code organization to ensure consistency and maintainability.


Table of Contents

  1. Project Overview
  2. Naming Conventions
  3. File Structure
  4. Component Standards
  5. CSS Standards
  6. Content Standards
  7. TypeScript Standards
  8. Animation Standards
  9. Accessibility Standards
  10. Performance Standards
  11. External Skills

1. Project Overview

Tech Stack

Technology Purpose
Next.js 16 Framework with App Router
React 19 UI library with React Compiler
TypeScript Type safety
Biome Linting and formatting
CSS Modules Scoped styling
Motion (Framer Motion) Animation library
Fumadocs MDX documentation framework
Zustand State management
Base UI Headless component primitives

Key Directories

/app           → Next.js pages and routes
/components    → Reusable UI components
/content       → MDX articles and demos
/icons         → SVG icon components
/lib           → Utilities, types, and stores
/public        → Static assets
/skills        → AI skill definitions (SKILL.md files)
/styles        → Global CSS and theme

2. Naming Conventions

All names use kebab-case throughout the project.

Read the full file on GitHub · 712 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. 2d ago First seen · 712 lines · 3,650 tokens per session scan A e813a08e41f6

Subscribe to this mod's changes

userinterface-wiki AGENTS.md is an instructions file published in the GitHub repository raphaelsalaja/userinterface-wiki (884 stars, last pushed 1mo ago), licensed MIT. It adds 3,650 tokens to every session, about $0.0182 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.