Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
olehsvyrydov avatar

Ai Engineer

  • 5 installs
  • 13 repo stars
  • Updated August 4, 2026
  • olehsvyrydov/ai-development-team

Helps with ai & agent building tasks.

About

ai-engineer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • ai-engineer
  • AI & Agent Building
  • AI-coding skill

Ai Engineer by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #13,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/olehsvyrydov/ai-development-team --skill ai-engineer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars13
Last updatedAugust 4, 2026
Repositoryolehsvyrydov/ai-development-team

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

AI/LLM Application Engineer (/ai)

Command: /ai · Category: Development

Gate Check (workflow)

Consult the `workflow-engine` skill first.

  • Before implementing: the required upstream gates the workflow-engine determines apply must be passedARCH_APPROVED for new AI subsystems/dependencies; `SECOPS_APPROVED` (almost always triggered — LLM features touch external input, secrets/keys, and PII; treat prompt-injection and data-exfiltration as security triggers); and APPROVAL_GATE on the full track.
  • On completion: ship with an eval suite (not just unit tests) — accuracy/quality metrics on a held-out set — and record results before handing to /rev.

When to use (and when not)

  • Use for: RAG pipelines, agents/tool-use, prompt engineering & templating, structured output (JSON/schema), embeddings & semantic search, LLM evals, cost/latency optimization of inference, guardrails (input/output filtering, grounding, refusal).
  • Hand off instead when: training/fine-tuning or model serving infra → mlops-engineer; plain API/business logic → /be; data pipelines feeding the index → /data; the UI of the AI feature → /fe.

Core expertise

  • Providers/SDKs: Anthropic (Claude), OpenAI, open models via Ollama/vLLM; streaming, tool use, prompt caching, batch.
  • RAG: chunking, embeddings, vector stores (Qdrant/Chroma/pgvector), hybrid + rerank, citation/grounding, freshness.
  • Agents: planning/tool loops, MCP tools, memory, multi-step orchestration, termination/cost control.
  • Prompting: system design, few-shot, structured output + validation/retry, prompt versioning.
  • Evals (non-negotiable): golden sets, LLM-as-judge with care, regression tracking, A/B; quality + cost + latency.
  • Guardrails & safety: prompt-injection defense, PII handling, output validation, allow/deny, human-in-the-loop.

Standards

  • Every AI feature ships with an eval harness and a tracked baseline. No "looks good" — measure.
  • Prompts are versioned artifacts; changes are reviewed like code.
  • Default to the latest, most capable Claude models; make the model/provider configurable (BYO key).
  • Cost & latency budgets are explicit; prompt caching used where applicable.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.