ai-expertise-engine

ai-expertise-engine is a skill for Claude Code, Codex from onfire7777/universal-ai-skills-library. It costs 46 tokens per session (1,931 once invoked), scanned A, original, MIT.

A broad reference guide for building and using AI systems, including language models, prompts, agents, retrieval systems, fine-tuning, and AI safety. Retrieval-augmented generation, or RAG, gives an AI access to relevant outside information when answering.

In plain words
What is it for?
It supports prompt design, AI architecture, agent design, RAG pipelines, model fine-tuning, and AI research.
Why use it?
It helps developers reason about common AI design choices and techniques in one place.

Skill for Claude CodeCodex

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

Good fit It supports prompt design, AI architecture, agent design, RAG pipelines, model fine-tuning, and AI research.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onfire7777/universal-ai-skills-library/ai-expertise-engine
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 onfire7777/universal-ai-skills-library --skill ai-expertise-engine
Clone the repo
git clone --depth 1 https://github.com/onfire7777/universal-ai-skills-library

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-expertise-engine

README.md
[![agentmods](https://agentmods.dev/badge/skills/onfire7777/universal-ai-skills-library/ai-expertise-engine/github.svg)](https://agentmods.dev/skills/onfire7777/universal-ai-skills-library/ai-expertise-engine)
Your own site
<a href="https://agentmods.dev/skills/onfire7777/universal-ai-skills-library/ai-expertise-engine"><img src="https://agentmods.dev/badge/skills/onfire7777/universal-ai-skills-library/ai-expertise-engine/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-expertise-engine

Your own site · 80×15
<a href="https://agentmods.dev/skills/onfire7777/universal-ai-skills-library/ai-expertise-engine"><img src="https://agentmods.dev/badge/skills/onfire7777/universal-ai-skills-library/ai-expertise-engine.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,931 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.00046 $0.01931
Opus 5 $0.00023 $0.00966
Sonnet 5 $0.00009 $0.00386
Haiku 4.5 $0.00005 $0.00193

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

Security

Grade A, and why

ai-expertise-engine 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 8d 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.

skills/ai-expertise-engine/SKILL.md · 178 lines

How it starts

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

AI Expertise Engine

Purpose

Provide world-class AI expertise across the full spectrum — from prompt engineering and LLM usage to AI system architecture, agent design, RAG pipelines, fine-tuning, safety, and cutting-edge research.

Prompt Engineering Mastery

The Prompt Engineering Hierarchy

  1. System Prompt Design: Define persona, constraints, output format, and behavioral rules
  2. Few-Shot Examples: Provide 2-5 high-quality input/output examples
  3. Chain-of-Thought: "Think step by step" / "Let's work through this systematically"
  4. Structured Output: Specify exact JSON schema, Markdown format, or template
  5. Meta-Prompting: Prompt the AI to generate better prompts

Advanced Prompt Techniques

  • Role Assignment: "You are a senior security researcher with 20 years of experience..."
  • Constraint Setting: "You MUST cite sources. You MUST NOT speculate without evidence."
  • Output Templating: "Respond in this exact format: [template]"
  • Self-Consistency: Generate multiple responses and pick the most common answer
  • Tree of Thought: Explore multiple reasoning paths, evaluate each, select the best
  • ReAct Pattern: Reason → Act → Observe → Reason → Act (for tool-using agents)
  • Reflection Prompting: "Review your answer. What might be wrong? Revise if needed."
  • Decomposition: Break complex tasks into subtasks with separate prompts for each

Prompt Anti-Patterns

  • Vague instructions without specific output format
  • Too many instructions at once (cognitive overload)
  • Contradictory constraints
  • Assuming the model knows your context
  • Not providing examples when the task is ambiguous
  • Over-constraining creativity when exploration is needed

LLM Architecture Understanding

Transformer Architecture

  • Self-Attention: Allows each token to attend to all other tokens (O(n²) complexity)
  • Multi-Head Attention: Multiple attention patterns in parallel
  • Feed-Forward Networks: Position-wise transformations
  • Layer Normalization: Stabilizes training
  • Positional Encoding: Injects sequence order information
  • KV Cache: Stores key-value pairs for efficient autoregressive generation

Read the full file on GitHub · 178 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. 8d ago First seen · 178 lines · 46 tokens per session scan A 3b99255eb9af

Subscribe to this mod's changes

ai-expertise-engine is a skill published in the GitHub repository onfire7777/universal-ai-skills-library (16 stars, last pushed 1mo ago), licensed MIT. It adds 46 tokens to every session and 1,931 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-09-03.

Related

Other skills, from other repositories

mistral

Mistral AI provides frontier open and commercial AI models, featuring mistral-large-latest, mistral-small-latest, codestral-latest for coding, and mistral-embed for semantic search.

ashish7802/awesome-api-skills · 0 tokens

ai-automation

Workflow automation skills using AI. Build chatbots, automate repetitive tasks, integrate LLMs into pipelines, design intent-based assistants. Triggers on: chatbot, automation, workflow, AI agent, RAG, LLM integration, intent recognition, conversation design.

fatihkan/badi · 0 tokens

pentest-llm

LLM application red team — OWASP LLM Top 10, prompt injection, RAG poisoning, MCP server abuse, agent tool abuse, jailbreak testing advisory. Triggers on LLM red team, prompt injection, jailbreak, RAG poisoning, OWASP LLM Top 10, MCP abuse, agent tool abuse, AI security testing.

fatihkan/badi · 75 tokens

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.

manu14357/zskills · 47 tokens

ai-product

Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production.

manu14357/zskills · 28 tokens

llm-application-dev

Building applications with Large Language Models - prompt engineering, RAG patterns, and LLM integration. Use for AI-powered features, chatbots, or LLM-based automation.

MoizIbnYousaf/Ai-Agent-Skills · 40 tokens