ai-engineer

ai-engineer is a skill for Claude Code, Codex from pinkpixel-dev/skills-collection-1. It costs 37 tokens per session (1,828 once invoked), scanned A, a copy of ai-engineer, Apache-2.0.

A workflow for building language-model applications, retrieval systems, and software agents that can use data and tools. It also covers system design, model connections, safety, monitoring, and cost controls.

In plain words
What is it for?
Use it to design or improve chat features, search systems that retrieve relevant documents, multimodal AI applications, tool-using agents, and enterprise AI integrations.
Why use it?
It provides a structured way to turn an AI idea into a production system while considering data flow, security, reliability, and operating cost. It also warns against sending sensitive information to outside models without approval.

Skill for Claude CodeCodex

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

Good fit Use it to design or improve chat features, search systems that retrieve relevant documents, multimodal AI applications, tool-using agents, and enterprise AI integrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pinkpixel-dev/skills-collection-1/ai-engineer
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 pinkpixel-dev/skills-collection-1 --skill ai-engineer
Clone the repo
git clone --depth 1 https://github.com/pinkpixel-dev/skills-collection-1

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/pinkpixel-dev/skills-collection-1/ai-engineer.svg)](https://agentmods.dev/skills/pinkpixel-dev/skills-collection-1/ai-engineer)
Your own site
<a href="https://agentmods.dev/skills/pinkpixel-dev/skills-collection-1/ai-engineer"><img src="https://agentmods.dev/badge/skills/pinkpixel-dev/skills-collection-1/ai-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,828 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 92% 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.00037 $0.01828
Opus 5 $0.00018 $0.00914
Sonnet 5 $0.00007 $0.00366
Haiku 4.5 $0.00004 $0.00183

Measured 8d ago against content hash ffec0f6324ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 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.

Origin

This is a copy

92% identical to ai-engineer — 7 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.

SKILLS/ai-engineer/SKILL.md · 186 lines

How it starts

The opening of the file, as written. The whole thing — 186 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 · 186 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 · 186 lines · 37 tokens per session scan A ffec0f6324ba

Subscribe to this mod's changes

ai-engineer is a skill published in the GitHub repository pinkpixel-dev/skills-collection-1 (7 stars, last pushed 29d ago), licensed Apache-2.0. It adds 37 tokens to every session and 1,828 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to ai-engineer, differing in 7 lines, and is treated as a copy.

Related

Other skills, from other repositories

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

ai-policy-generator

AI governance policy creation for nonprofits and enterprises with frameworks, risk assessment, ethical guidelines, and compliance templates. Use when drafting AI usage policies, responsible AI frameworks, or organizational AI governance documents.

travisjneuman/.claude · 42 tokens

data-engineering

ETL/ELT pipelines, data warehousing (BigQuery, Snowflake, Redshift), stream processing (Kafka, Spark Streaming), orchestration (Airflow, Dagster, Prefect), dbt transformations, and data lake architecture. Use when building data pipelines, designing warehouse schemas, or implementing real-time data processing.

travisjneuman/.claude · 70 tokens

anthropic

Anthropic's API provides access to the Claude 3 family (Opus, Sonnet, Haiku). This skill focuses on the Messages API, vision capabilities, and strict system prompt isolation.

ashish7802/awesome-api-skills · 0 tokens

azure-openai

Azure OpenAI provides the same models as OpenAI (GPT-4) but within the Azure compliance boundary, utilizing Active Directory and custom domain endpoints.

ashish7802/awesome-api-skills · 0 tokens

llamaindex

Skill "llamaindex" from ashish7802/awesome-api-skills, covering llamaindex skill, ecosystem graph preview, recommended next skills, quick start and production patterns.

ashish7802/awesome-api-skills · 0 tokens