AI-RAG-Assistant-Chatbot: Skill for Codex

.agents/skills/lumina-agentic-mcp/SKILL.md

lumina-agentic-mcp is a skill for Codex from hoangsonww/AI-RAG-Assistant-Chatbot. It costs 60 tokens per session (351 once invoked), scanned A, original, MIT.

A set of instructions for working on Lumina's Python pipeline and its MCP client, which connects the pipeline to external agent tools.

In plain words
What is it for?
Use it when editing the agenticai/ subsystem, including agents, pipeline execution, MCP connections, startup commands, configuration, or cloud deployment wrappers.
Why use it?
It helps preserve the existing multi-agent structure, asynchronous operation, configuration files, and communication contracts while code is changed.

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-agentic-mcp/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-agentic-mcp

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-agentic-mcp"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-rag-assistant-chatbot/lumina-agentic-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 351 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.00060 $0.00351
Opus 5 $0.00030 $0.00176
Sonnet 5 $0.00012 $0.00070
Haiku 4.5 $0.00006 $0.00035

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

Security

Grade A, and why

lumina-agentic-mcp 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-agentic-mcp/SKILL.md · 29 lines

What it actually says

Lumina Agentic Mcp

Overview

Use this skill for the Python subsystem under agentic_ai/. Keep changes consistent with the existing config-driven, async, multi-agent design rather than turning it into a one-off script.

Load The Right Reference

  • Read references/file-map.md when you need to locate the pipeline, agent, config, or MCP surface that owns a behavior.
  • Read references/commands.md before finishing so validation and startup commands match the subsystem.

Preserve The Existing Architecture

  • Keep pipeline behavior flowing through core/, agents/, and mcp_client/ rather than duplicating logic.
  • Respect async boundaries and existing command entry points in agentic_ai/__main__.py.
  • Keep the MCP server contract explicit when changing tool names, prompt names, or resource URIs.
  • Preserve configuration-driven behavior through files in agentic_ai/config/.

Validate With What The Repo Actually Supports

  • Prefer python -m compileall agentic_ai for low-friction validation when dependencies or tests are unavailable.
  • Use targeted CLI smoke checks such as python -m agentic_ai visualize or python -m agentic_ai run --task "..." only when the environment is ready.
  • Do not assume pytest is runnable just because it appears in requirements.txt; verify the test target exists first.
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 · 29 lines · 60 tokens per session scan A cd90bb2ea169

Subscribe to this mod's changes

lumina-agentic-mcp is a skill published in the GitHub repository hoangsonww/AI-RAG-Assistant-Chatbot (47 stars, last pushed 4d ago), licensed MIT. It adds 60 tokens to every session and 351 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

darto-write-middleware

Write and register middleware in a Darto (Dart) app — the Middleware factory pattern, global/path-scoped/route-level registration, short-circuiting, per-request state, and global error/404 handlers. Use when adding cross-cutting behavior (auth, logging, CORS, timing) or configuring app.onError / app.notFound in a…

evandersondev/darto · 86 tokens

darto-add-route

Add or modify HTTP endpoints in a Darto (Dart) web app — verbs, path/query params, request-body reading, route groups, and Context response helpers. Use when building or changing API routes in a project that depends on the darto package (import 'package:darto/darto.dart'). Not for Express/Node — Darto handlers take a…

evandersondev/darto · 90 tokens

darto-validate-request

Validate the body, query, params, or headers of a Darto (Dart) request using the zValidator middleware and zard (Zod-style) schemas. Use when adding input validation to a Darto endpoint, defining a z.map/z.string/z.int schema, reading validated data with c.req.valid, or customizing the validation error response.…

evandersondev/darto · 83 tokens

darto-scaffold-project

Scaffold, run, and build a Darto (Dart) web project using the dartocli — create a new project with a NestJS-style module structure, run a hot-reload dev server, compile a production binary, and generate a typed API client. Use when starting a new Darto app, setting up the project layout, or configuring dev/build…

evandersondev/darto · 81 tokens

codigo-automacao

Skills para desenvolvimento de software, debug, APIs, automações no-code e uso avançado de ferramentas de IA para desenvolvimento. Use quando precisar de diagnóstico de bugs, construção de APIs, containerização, testes automatizados, integrações ou engenharia de prompts.

ricneves-ai/flowgrammers-skills · 56 tokens

express

Build Express.js routers and middleware with request validation, async error handling, and clear application structure.

alivirgo/Major-AI-Skills · 21 tokens