backend-knowledge

backend-knowledge is a skill for Claude Code, Cursor from redhat-community-ai-tools/UnifAI. It costs 31 tokens per session (1,451 once invoked), scanned A, original, Apache-2.0.

A reference guide for the Platform Backend service, which stores platform-wide settings in MongoDB and exposes an administration API. It covers configuration templates, validation, persistence, and update-triggered requests to other services.

In plain words
What is it for?
Use it when editing files under backend/, including admin configuration, MongoDB repositories, Flask endpoints, application setup, or configuration dispatching.
Why use it?
It helps the coding agent understand how an administrative setting moves from the API into storage and then affects other services.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: paths in frontmatter, but also installed under .cursor/.

Good fit Use it when editing files under backend/, including admin configuration, MongoDB repositories, Flask endpoints, application setup, or configuration dispatching.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redhat-community-ai-tools/unifai/backend
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.

Any agent
npx skills add redhat-community-ai-tools/UnifAI --skill backend
Clone the repo
git clone --depth 1 https://github.com/redhat-community-ai-tools/UnifAI

Made for: Claude Code, 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 backend-knowledge

README.md
[![agentmods](https://agentmods.dev/badge/skills/redhat-community-ai-tools/unifai/backend/github.svg)](https://agentmods.dev/skills/redhat-community-ai-tools/unifai/backend)
Your own site
<a href="https://agentmods.dev/skills/redhat-community-ai-tools/unifai/backend"><img src="https://agentmods.dev/badge/skills/redhat-community-ai-tools/unifai/backend/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 backend-knowledge

Your own site · 80×15
<a href="https://agentmods.dev/skills/redhat-community-ai-tools/unifai/backend"><img src="https://agentmods.dev/badge/skills/redhat-community-ai-tools/unifai/backend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,451 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00031 $0.01451
Opus 5 $0.00015 $0.00726
Sonnet 5 $0.00006 $0.00290
Haiku 4.5 $0.00003 $0.00145

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

Security

Grade A, and why

backend-knowledge scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `ActionDispatcher` with direct `requests.post()` — no port ABC | `admin_config/action_dispatcher.py` | Single outbound integration (RAG only); port abstraction for one consumer is over-engineering |
.cursor/skills/codebase/domains/backend/SKILL.md · 132 lines

How it starts

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

Backend Knowledge System

Admin configuration service. Stores platform-wide settings in MongoDB, serves merged config (template defaults + saved overrides), and dispatches side-effects on update.

Component Routing

Path prefix Component Description
admin_config/service.py Admin Config Service Merge template + DB; validate/update; optional dispatch
admin_config/repository/ Persistence AdminConfigRepository (ABC) + MongoAdminConfigRepository
admin_config/models.py Domain Models AdminConfigTemplate, AdminConfigEntry, AdminConfigResponse
admin_config/template.py Template Config section definitions (categories → sections → fields)
admin_config/action_dispatcher.py Action Dispatcher HTTP POST to target services after config save
api/flask/endpoints/ API Layer Flask blueprints: admin_config, health
core/app_container.py Bootstrap Singleton DI: MongoClient, repos, dispatcher, service
config/app_config.py Config AppConfig(SharedConfig) with Mongo names, admin_users
run/ Entry Points dev.py, wsgi.py

Landmarks

Landmark Location
Composition root backend/core/app_container.py
Flask factory backend/api/flask/flask_app.py
App config backend/config/app_config.py
Endpoint registration backend/api/flask/endpoints/__init__.py
Admin config domain backend/admin_config/

Key Classes

Class File Role
AppContainer core/app_container.py Singleton DI: MongoClient, repos, ActionDispatcher, AdminConfigService
AdminConfigService admin_config/service.py Merge template + DB; validate/update sections; optional dispatch
ActionDispatcher admin_config/action_dispatcher.py POST to target services after config save
AdminConfigRepository (ABC) admin_config/repository/repository.py Port: get(key)/set(entry)
MongoAdminConfigRepository admin_config/repository/mongo_repository.py Mongo adapter, unique index on key

Read the full file on GitHub · 132 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. 10d ago First seen · 132 lines · 31 tokens per session scan A 7f8d1b7c738c

Subscribe to this mod's changes

backend-knowledge is a skill published in the GitHub repository redhat-community-ai-tools/UnifAI (44 stars, last pushed yesterday), licensed Apache-2.0. It adds 31 tokens to every session and 1,451 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

status

Show whether Mem0 memory is working in this repository, covering configuration, capture state, pending flushes, and whether the Mem0 API key is valid. Use when the user asks whether memory is on, why a memory is missing, or anything looks broken.

mem0ai/mem0 · 54 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

mcp-builder

Design, build, configure, or debug Model Context Protocol servers for codewhale, including stdio and HTTP/SSE transports.

Hmbown/CodeWhale · 30 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

azure-search-documents-dotnet

Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET"…

microsoft/skills · 102 tokens

azure-search-documents-ts

Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.

microsoft/skills · 48 tokens