aegisai-enterprise-agent-platform: Skill for Cursor

.cursor/skills/rag-governance/SKILL.md

rag-governance is a skill for Cursor from vpeetla-ai/aegisai-enterprise-agent-platform. It costs 54 tokens per session (292 once invoked), scanned A, original, no licence file.

A guide for retrieving enterprise documents while respecting who is allowed to see each piece of information. It covers combining search methods, reordering results, citations, a Qdrant database connection, and human review for sensitive content.

In plain words
What is it for?
Use it to tune document retrieval, add a Qdrant adapter, include citations, and route sensitive results through human review.
Why use it?
It reduces the risk of showing restricted documents or unsupported answers in retrieval-augmented generation, where an agent answers from a document collection.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is vpeetla-ai/aegisai-enterprise-agent-platform's own configuration. It tells Cursor how to work on aegisai-enterprise-agent-platform 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 aegisai-enterprise-agent-platform configures →

Reuse

Borrowing it

Nothing to install: this file belongs to vpeetla-ai/aegisai-enterprise-agent-platform. 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/vpeetla-ai/aegisai-enterprise-agent-platform/main/.cursor/skills/rag-governance/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/vpeetla-ai/aegisai-enterprise-agent-platform

Made for: 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 rag-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/vpeetla-ai/aegisai-enterprise-agent-platform/rag-governance/github.svg)](https://agentmods.dev/skills/vpeetla-ai/aegisai-enterprise-agent-platform/rag-governance)
Your own site
<a href="https://agentmods.dev/skills/vpeetla-ai/aegisai-enterprise-agent-platform/rag-governance"><img src="https://agentmods.dev/badge/skills/vpeetla-ai/aegisai-enterprise-agent-platform/rag-governance/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 rag-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/vpeetla-ai/aegisai-enterprise-agent-platform/rag-governance"><img src="https://agentmods.dev/badge/skills/vpeetla-ai/aegisai-enterprise-agent-platform/rag-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 292 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 unknown 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.00054 $0.00292
Opus 5 $0.00027 $0.00146
Sonnet 5 $0.00011 $0.00058
Haiku 4.5 $0.00005 $0.00029

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

Security

Grade A, and why

rag-governance 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.

.cursor/skills/rag-governance/SKILL.md · 42 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 42 lines · 54 tokens per session scan A 4cd65b7adc6f

Subscribe to this mod's changes

rag-governance is a skill published in the GitHub repository vpeetla-ai/aegisai-enterprise-agent-platform (2 stars, last pushed 7d ago), with no licence file. It adds 54 tokens to every session and 292 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-31.

Related

Other skills, from other repositories

backlot

Emulate enterprise SaaS knowledge APIs — Slack, Gmail, Google Drive (with Docs, Sheets, Slides), GitHub, Jira, Confluence, Notion, Amazon S3, HubSpot, Linear, Fireflies — over a corpus you supply, then point a real client (vendor SDK, MCP server, LlamaIndex reader, fsspec, mirage) at it. Applies in ANY directory, an…

brekkylab/backlot · 192 tokens

rag-knowledge

Work with the RAG knowledge base — ingest documents, run semantic search, manage collections, or add a sync source/connector (Google Drive, S3). Use when populating or debugging the knowledge base, tuning retrieval, or adding a new document source. This project uses {{ cookiecutter.vectorstore }} + {{…

vstorm-co/full-stack-ai-agent-template · 76 tokens

using-agent-brain

Expert Agent Brain skill for document search with BM25 keyword, semantic vector, hybrid, graph, and multi retrieval modes. Use when asked to "search documentation", "query domain", "find in docs", "bm25 search", "hybrid search", "semantic search", "graph search", "multi search", "find dependencies", "code…

SpillwaveSolutions/agent-brain · 249 tokens

find-similar-posts

Find blog posts semantically similar to a topic — pulls from the posts embedding source. Use when the user says "have we written about", "any posts on", "find similar posts to", "what's our coverage of", or wants to avoid duplicating an existing post.

Glad-Labs/poindexter · 63 tokens

configuring-agent-brain

Installation and configuration skill for Agent Brain document search system. Use when asked to "install agent brain", "setup agent brain", "configure agent brain", "setting up document search", "installing agent-brain packages", "configuring API keys", "initializing project for search", "troubleshooting agent brain"…

SpillwaveSolutions/agent-brain · 152 tokens

077-Frank-RAG方案设计工具

A design guide for a RAG knowledge base. RAG, or retrieval-augmented generation, finds relevant passages in company documents and gives them to an AI model before it writes an answer.

frank666199/frank-presales-skills · 0 tokens