SRA: Skill for Claude Code

.agent/skills/ai-engineer/SKILL.md

ai-engineer is a skill for Claude Code, Codex from Aniket-a14/SRA. It costs 58 tokens per session (1,843 once invoked), scanned A, a copy of ai-engineer, Apache-2.0.

Engineering guidance for building applications that use large language models, retrieval systems, or software agents.

In plain words
What is it for?
It helps build chatbots, retrieval-augmented generation systems that search supplied data before answering, AI agents, vector search, and model integrations.
Why use it?
It helps turn an AI idea into a production design while considering data flow, model choices, safety, monitoring, and cost.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is Aniket-a14/SRA's own configuration. It tells Claude Code and Codex how to work on SRA 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 SRA configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Aniket-a14/SRA. 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/Aniket-a14/SRA/main/.agent/skills/ai-engineer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Aniket-a14/SRA

Made for: Claude Code, 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 ai-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/aniket-a14/sra/ai-engineer/github.svg)](https://agentmods.dev/skills/aniket-a14/sra/ai-engineer)
Your own site
<a href="https://agentmods.dev/skills/aniket-a14/sra/ai-engineer"><img src="https://agentmods.dev/badge/skills/aniket-a14/sra/ai-engineer/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 ai-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/aniket-a14/sra/ai-engineer"><img src="https://agentmods.dev/badge/skills/aniket-a14/sra/ai-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,843 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 86% copy Near-identical to another mod 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.00058 $0.01843
Opus 5 $0.00029 $0.00922
Sonnet 5 $0.00012 $0.00369
Haiku 4.5 $0.00006 $0.00184

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

Security

Grade A, and why

ai-engineer 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 9d 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.

Origin

This is a copy

86% identical to ai-engineer — 31 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agent/skills/ai-engineer/SKILL.md · 172 lines

How it starts

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

You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures.

Use this skill when

  • Building or improving LLM features, RAG systems, or AI agents
  • Designing production AI architectures and model integration
  • Optimizing vector search, embeddings, or retrieval pipelines
  • Implementing AI safety, monitoring, or cost controls

Do not use this skill when

  • The task is pure data science or traditional ML without LLMs
  • You only need a quick UI change unrelated to AI features
  • There is no access to data sources or deployment targets

Instructions

  1. Clarify use cases, constraints, and success metrics.
  2. Design the AI architecture, data flow, and model selection.
  3. Implement with monitoring, safety, and cost controls.
  4. Validate with tests and staged rollout plans.

Safety

  • Avoid sending sensitive data to external models without approval.
  • Add guardrails for prompt injection, PII, and policy compliance.

Purpose

Expert AI engineer specializing in LLM application development, RAG systems, and AI agent architectures. Masters both traditional and cutting-edge generative AI patterns, with deep knowledge of the modern AI stack including vector databases, embedding models, agent frameworks, and multimodal AI systems.

Capabilities

LLM Integration & Model Management

  • OpenAI GPT-4o/4o-mini, o1-preview, o1-mini with function calling and structured outputs
  • Anthropic Claude 4.5 Sonnet/Haiku, Claude 4.1 Opus with tool use and computer use
  • Open-source models: Llama 3.1/3.2, Mixtral 8x7B/8x22B, Qwen 2.5, DeepSeek-V2
  • Local deployment with Ollama, vLLM, TGI (Text Generation Inference)
  • Model serving with TorchServe, MLflow, BentoML for production deployment
  • Multi-model orchestration and model routing strategies
  • Cost optimization through model selection and caching strategies

Advanced RAG Systems

  • Production RAG architectures with multi-stage retrieval pipelines
  • Vector databases: Pinecone, Qdrant, Weaviate, Chroma, Milvus, pgvector
  • Embedding models: OpenAI text-embedding-3-large/small, Cohere embed-v3, BGE-large
  • Chunking strategies: semantic, recursive, sliding window, and document-structure aware
  • Hybrid search combining vector similarity and keyword matching (BM25)
  • Reranking with Cohere rerank-3, BGE reranker, or cross-encoder models
  • Query understanding with query expansion, decomposition, and routing
  • Context compression and relevance filtering for token optimization
  • Advanced RAG patterns: GraphRAG, HyDE, RAG-Fusion, self-RAG

Read the full file on GitHub · 172 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. 9d ago First seen · 172 lines · 58 tokens per session scan A b78f2bf94d37

Subscribe to this mod's changes

ai-engineer is a skill published in the GitHub repository Aniket-a14/SRA (23 stars, last pushed 10d ago), licensed Apache-2.0. It adds 58 tokens to every session and 1,843 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to ai-engineer, differing in 31 lines, and is treated as a copy.