AI-RAG-Assistant-Chatbot: Skill for Codex

.agents/skills/lumina-frontend-ui/SKILL.md

lumina-frontend-ui is a skill for Codex from hoangsonww/AI-RAG-Assistant-Chatbot. It costs 62 tokens per session (460 once invoked), scanned A, original, MIT.

A set of instructions for building and debugging Lumina's React/Vite frontend, including chat, landing pages, authentication, routing, themes, Markdown, animations, and API wiring.

In plain words
What is it for?
Editing client components, refining chat rendering and citations, changing navigation or auth flows, updating branded pages, and validating frontend builds.
Why use it?
It preserves Lumina's custom visual style and helps changes remain responsive and compatible with backend behavior.

Skill for Codex

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

This is hoangsonww/AI-RAG-Assistant-Chatbot's own configuration. It tells Codex how to work on AI-RAG-Assistant-Chatbot 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 AI-RAG-Assistant-Chatbot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hoangsonww/AI-RAG-Assistant-Chatbot. 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/AI-RAG-Assistant-Chatbot/master/.agents/skills/lumina-frontend-ui/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/AI-RAG-Assistant-Chatbot

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 lumina-frontend-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-frontend-ui/github.svg)](https://agentmods.dev/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-frontend-ui)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-frontend-ui"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-frontend-ui/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 lumina-frontend-ui

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-frontend-ui"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-frontend-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 460 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.00062 $0.00460
Opus 5 $0.00031 $0.00230
Sonnet 5 $0.00012 $0.00092
Haiku 4.5 $0.00006 $0.00046

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

Security

Grade A, and why

lumina-frontend-ui 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 12d 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/lumina-frontend-ui/SKILL.md · 36 lines

What it actually says

Lumina Frontend UI

Overview

Use this skill for frontend tasks in client/. Keep changes aligned with Lumina's existing visual language: animated, polished, content-rich, and responsive rather than generic dashboard UI.

Load The Right Reference

  • Read references/component-map.md before editing when you need to locate the right page, component, or client-side service.
  • Read references/validation.md before finishing when frontend behavior, build health, or API coupling changed.

Work The Frontend Deliberately

  • Start from the user-facing entry point, then trace inward. For chat issues this usually means client/src/pages/Home.tsx plus client/src/components/ChatArea.tsx and client/src/services/api.ts.
  • Keep route-level changes consistent with client/src/App.tsx.
  • Prefer focused edits to the page or component that owns the behavior instead of broad global rewrites.
  • Treat client/src/pages/LandingPage.tsx as intentionally branded and heavily customized. Preserve its personality unless the task explicitly asks for a redesign.
  • Keep responsive behavior intact on mobile and desktop.
  • Keep markdown, math, and citation rendering working when changing chat output.

Coordinate With The Backend Carefully

  • If a frontend change depends on a new request shape, endpoint, or response contract, update the backend and openapi.yaml in the same task when feasible.
  • If the bug is really caused by retrieval, citations, or chat response composition, switch to lumina-rag-knowledge or lumina-backend-api instead of forcing a frontend-only patch.

Finish With Real Validation

  • Run npm run build in client/ after meaningful frontend changes.
  • Treat npm test in client/ as a placeholder, not as evidence of coverage.
  • Call out any unverified browser behavior if you could not run the app interactively.
Files

What ships with it

3 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. 12d ago First seen · 36 lines · 62 tokens per session scan A a2a6db1b935c

Subscribe to this mod's changes

lumina-frontend-ui is a skill published in the GitHub repository hoangsonww/AI-RAG-Assistant-Chatbot (47 stars, last pushed 4d ago), licensed MIT. It adds 62 tokens to every session and 460 once invoked, about $0.0003 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

storybook

Storybook is the fidelity oracle, not the runtime. The converter bundles the package's compiled dist/ into dsbundle.js - the same bundle the claude.ai/design agent builds with - and generates each preview by compiling the story source module itself (hooks, fixtures, local helpers - the whole closure comes along), with…

asgeirtj/system_prompts_leaks · 0 tokens

nextjs-app-router

Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.

trpc/trpc · 74 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

react-query-setup

Set up @trpc/tanstack-react-query with createTRPCContext(), TRPCProvider, useTRPC() hook, queryOptions/mutationOptions factories, query invalidation via queryClient.invalidateQueries with queryFilter, and type inference with inferInput/inferOutput.

trpc/trpc · 60 tokens

design-sync

Push a React design system to claude.ai/design. This runs a converter that bundles the real component code (from Storybook or a bare package) and uploads it. Use when the user runs /design-sync or says "sync my design system to Claude Design".

asgeirtj/system_prompts_leaks · 56 tokens

react-query-classic-migration

Migrate from @trpc/react-query (classic) to @trpc/tanstack-react-query. Run npx @trpc/upgrade CLI for automated codemod. Manually migrate remaining patterns: hook-based to options-factory, utils.invalidate to queryClient.invalidateQueries with queryFilter, provider changes.

trpc/trpc · 70 tokens