codebase-overview

codebase-overview is a skill for Claude Code, Codex, Cursor from redhat-community-ai-tools/UnifAI. It costs 42 tokens per session (870 once invoked), scanned A, original, Apache-2.0.

A map of the UnifAI monorepo, meaning one repository that contains several related services, libraries, and tools. It connects folders such as the frontend, backend, authentication, and worker systems to their specific guidance.

In plain words
What is it for?
Use it when working in the UnifAI repository, especially on multi-agent workflows, retrieval systems, user identity, the frontend, backend services, workers, or deployment charts.
Why use it?
It helps the coding agent identify which part of the platform a file belongs to and apply the right domain instructions.

Skill for Claude CodeCodexCursor

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 skills/redhat-community-ai-tools/unifai/codebase
Any agent
npx skills add redhat-community-ai-tools/UnifAI --skill codebase
Clone the repo
git clone --depth 1 https://github.com/redhat-community-ai-tools/UnifAI

Made for: Claude Code, Codex, Cursor.

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 codebase-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/redhat-community-ai-tools/unifai/codebase.svg)](https://agentmods.dev/skills/redhat-community-ai-tools/unifai/codebase)
Your own site
<a href="https://agentmods.dev/skills/redhat-community-ai-tools/unifai/codebase"><img src="https://agentmods.dev/badge/skills/redhat-community-ai-tools/unifai/codebase.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 870 The whole file, excluding the scripts and references it only reads on demand.
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.00042 $0.00870
Opus 5 $0.00021 $0.00435
Sonnet 5 $0.00008 $0.00174
Haiku 4.5 $0.00004 $0.00087

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

Security

Grade A, and why

codebase-overview 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 4d 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.

.cursor/skills/codebase/SKILL.md · 67 lines

How it starts

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

UnifAI Codebase Overview

UnifAI is a multi-service platform for building and running AI agent workflows. The monorepo contains backend services (Python/Flask), a frontend (React/TypeScript), shared libraries, and infrastructure tooling.

Domain Routing Table

Path prefix Domain Skill
multi-agent/ Multi-Agent System (MAS) domains/multi-agent/SKILL.md
rag/ RAG Pipeline domains/rag/SKILL.md
shared-resources/identity/ Identity & Auth domains/identity/SKILL.md
ui/client/src/ Frontend UI domains/ui/SKILL.md
global_utils/ Global Utilities domains/global-utils/SKILL.md
backend/ Platform Backend domains/backend/SKILL.md
rag/infrastructure/celery/ Celery Workers domains/celery/SKILL.md
temporal-worker/ Temporal Workers domains/temporal-worker/SKILL.md
helm/ Helm / Deploy Charts domains/helm/SKILL.md

Domain skills are auto-surfaced via paths when editing files in their scope.

Service Architecture Summary

Service Role Tech Stack Port
multi-agent AI agent orchestration engine Python, Flask, MongoDB, Redis, LangGraph 5001
rag Document ingestion & retrieval Python, Flask, MongoDB, Qdrant, Celery 5002
identity Auth, teams, SSO Python, Flask, Keycloak, MongoDB 5003
backend (platform) Admin config, platform API Python, Flask, MongoDB 5000
ui Web frontend React, TypeScript, Vite, TailwindCSS 3000
global_utils Shared Python library Python (package)
celery Async task workers for RAG Python, Celery, Redis
temporal-worker Distributed workflow execution Python, Temporal

Cross-Cutting Concerns

Concern Where it lives
Authentication shared-resources/identity/ + global_utils/identity.py
Configuration Each service's config/ + global_utils/config/
MongoDB access Each service's adapters/ or infrastructure/
Redis caching global_utils/redis/ + per-service usage
Message queues RabbitMQ via Celery (global_utils/celery_app/)
Workflow orchestration Temporal (multi-agent/adapters/outbound/temporal/)

Read the full file on GitHub · 67 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. 4d ago First seen · 67 lines · 42 tokens per session scan A 77e4d4d01064

Subscribe to this mod's changes

codebase-overview is a skill published in the GitHub repository redhat-community-ai-tools/UnifAI (44 stars, last pushed today), licensed Apache-2.0. It adds 42 tokens to every session and 870 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-08-30.

Related

Other skills, from other repositories

vector-backend-operations

Select and connect the right vector-store backend for the vector-mcp MCP server — chromadb, postgres/pgvector, qdrant, couchbase, or mongodb — and supply the correct dbtype/connection parameters that every collection and search call needs. Use when the agent must decide which engine to target, wire up…

Knuckles-Team/vector-mcp · 113 tokens

enrich

Use when the agent needs access to information beyond its training data — knowledge sources, RAG pipelines, or grounding data.

sharpdeveye/maestro · 27 tokens

knowledge

Knowledge systems authority — RAG pipelines, vector search with Qdrant, embedding generation, semantic chunking, knowledge graph construction, retrieval evaluation, and citation-aware QA patterns.

LuuOW/meridian-mcp · 36 tokens

mastra

Comprehensive Mastra framework guide. Teaches how to find current documentation, verify API signatures, and build agents and workflows. Covers documentation lookup strategies (embedded docs, remote docs), core concepts (agents vs workflows, tools, memory, RAG), TypeScript requirements, and common patterns. Use this…

Array-Ventures/coworker · 83 tokens

ontology-refresh-governance

Refresh the operational-to-ontology projection, validate class and property contracts, enrich changed nodes for semantic search, and inspect Oracle Scheduler evidence.

RichmondAlake/agent_harness_course · 33 tokens

beastmode-langgraph

LangGraph binding for the universal Beastmode orchestration contract.

lac5q/beastmode · 17 tokens