DevVerse-SWE-Blog: Skill for Codex

.agents/skills/devverse-ui-routes/SKILL.md

devverse-ui-routes is a skill for Codex from hoangsonww/DevVerse-SWE-Blog. It costs 49 tokens per session (280 once invoked), scanned A, original, MIT.

A set of route and interface conventions for a Next.js web application, covering pages, navigation, styling, dark mode, articles, and chat.

In plain words
What is it for?
Use it when modifying routes, layouts, navigation, page components, CSS, article rendering, favorites, or chat screens.
Why use it?
It helps changes fit the application's existing page structure and avoids breaking hidden connections between routes, styles, and article components.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is hoangsonww/DevVerse-SWE-Blog's own configuration. It tells Codex how to work on DevVerse-SWE-Blog itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything DevVerse-SWE-Blog configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hoangsonww/DevVerse-SWE-Blog. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hoangsonww/DevVerse-SWE-Blog/master/.agents/skills/devverse-ui-routes/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/DevVerse-SWE-Blog

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 devverse-ui-routes

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/devverse-swe-blog/devverse-ui-routes/github.svg)](https://agentmods.dev/skills/hoangsonww/devverse-swe-blog/devverse-ui-routes)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/devverse-swe-blog/devverse-ui-routes"><img src="https://agentmods.dev/badge/skills/hoangsonww/devverse-swe-blog/devverse-ui-routes/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 devverse-ui-routes

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/devverse-swe-blog/devverse-ui-routes"><img src="https://agentmods.dev/badge/skills/hoangsonww/devverse-swe-blog/devverse-ui-routes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 280 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 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.00049 $0.00280
Opus 5 $0.00024 $0.00140
Sonnet 5 $0.00010 $0.00056
Haiku 4.5 $0.00005 $0.00028

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

Security

Grade A, and why

devverse-ui-routes 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/skills/devverse-ui-routes/SKILL.md · 28 lines

What it actually says

DevVerse UI And Route Workflow

  1. Preserve the split between / and /home. / is the landing page with no navbar. /home is the article index.

  2. Preserve the route wrappers. ConditionalNavbar and ConditionalMain are architectural, not cosmetic.

  3. Keep styling aligned with the repo's actual patterns. Prefer app/globals.css, route-scoped CSS, and existing inline styles over introducing Tailwind-first rewrites.

  4. Preserve the dark-mode chain. Keep the inline boot script, the dark class on <html>, the CSS variables in app/globals.css, and DarkModeProvider in sync.

  5. Preserve article DOM contracts. Do not remove .mdx-container, and do not casually change the h2 and h3 structure used by TableOfContents.

  6. Read the route map before broad UI work. @references/route-map.md

  7. Run repo-aware validation after meaningful UI or route changes. Use the devverse-validate skill or run the relevant checks directly.

Files

What ships with it

2 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.

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 · 28 lines · 49 tokens per session scan A 457eafcfb20e

Subscribe to this mod's changes

devverse-ui-routes is a skill published in the GitHub repository hoangsonww/DevVerse-SWE-Blog (15 stars, last pushed 2d ago), licensed MIT. It adds 49 tokens to every session and 280 once invoked, about $0.0002 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-09-04.

Related

Other skills, from other repositories

salgadoia-web-design-engineer-pro

Skill end-to-end para construir webs y landings profesionales con Next.js 16, React 19, Tailwind CSS v4, shadcn/ui y Framer Motion. Pensada para que un usuario sin conocimientos técnicos pueda PREVISUALIZAR estilos en su navegador antes de elegir, y completar la página de principio a fin (intake, brief, diseño, build…

Luispitik/salgadoia-web-design-engineer-pro · 299 tokens

magic-ui

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

magicuidesign/magicui · 56 tokens

kiranism-shadcn-dashboard

Guide for building features, pages, tables, forms, themes, and navigation in this Next.js 16 shadcn dashboard template. Use this skill whenever the user wants to add a new page, create a feature module, build a data table, add a form, configure navigation items, add a theme, set up RBAC access control, or work with…

Kiranism/next-shadcn-dashboard-starter · 142 tokens

animation-motion-design

Animation and motion design patterns using Motion library (formerly Framer Motion) and View Transitions API. Use when implementing component animations, page transitions, micro-interactions, gesture-driven UIs, or ensuring motion accessibility with prefers-reduced-motion.

yonatangross/orchestkit · 52 tokens

ui-beats

Use this skill when users want to add, customize, or troubleshoot UI Beats components in React/Next.js projects. It covers component selection, shadcn registry installation from uibeats.com, the UI Beats MCP server, motion and reduced-motion handling, and integration patterns for animated sections.

nikhils4/ui-beats · 62 tokens

chat-formatting-widgets

Governs the custom markdown widgets rendered in the QuantumByte chat interface. This includes the inline highlight-mark span (use on every question the user must answer). You must check this skill on every reply to format highlights.

QuantumByteOSS/quantumbyte · 50 tokens