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

Ai Engineer

  • 30 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Design and ship production LLM features like RAG pipelines, agent workflows, and eval harnesses with cost, latency, and safe-deploy guardrails.

About

Guides production AI engineering across LLM apps, RAG pipelines, agents, eval harnesses, and safe deployment. A developer uses it when building chatbots, copilots, retrieval systems, or integrating OpenAI/Anthropic/local models into a product.

  • RAG pipeline checklist: chunk, embed, index, retrieve, rerank, generate, cite
  • Pre-launch eval layers for retrieval, generation, safety, and ops

Ai Engineer by the numbers

  • 30 all-time installs (skills.sh)
  • Ranked #9,276 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill ai-engineer

Add your badge

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

Listed on Skillselion
Installs30
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Design and ship production LLM features like RAG pipelines, agent workflows, and eval harnesses with cost, latency, and safe-deploy guardrails.

Files

SKILL.mdMarkdownGitHub ↗

AI Engineer

When to Use

  • Building chatbots, copilots, or retrieval-augmented generation systems
  • Designing multi-step agent workflows with tool use
  • Integrating OpenAI, Anthropic, or local models into products
  • Setting up RAG pipelines (chunk, embed, index, retrieve, rerank, generate)
  • Building evaluation harnesses and regression suites for LLM features
  • Optimizing cost/latency through model routing, caching, or context strategy
  • Planning safe deployment of generative features (canary, kill switch, monitoring)

When NOT to Use

  • Academic literature synthesis or research methodology → ai-researcher
  • Organizational AI policy, regulation, or risk tiering → ai-risk-governance
  • Adversarial safety testing and jailbreak campaigns → ai-redteam
  • Prompt-only tuning without system architecture changes → prompt-engineer
  • Enterprise-wide non-AI system integration ADRs → senior-system-architecture
  • Token/cost improvement program planning and roadmap → ai-token-improvement-plan-engineer
  • Commercial/enterprise AI solution architecture → applied-ai-architect-commercial-enterprise
  • Skills portfolio governance and batch validation → ai-skill-manager
  • Agent prompts, golden evals, judge rubrics → prompt-engineer-agent-prompts-evals

Related skills

NeedSkill
Prompt templates and agent message designprompt-engineer
Offline experiments, statistics, classical MLdata-scientist
Papers, benchmarks, research methodologyai-researcher
Policies, model cards, governanceai-risk-governance
Red-team and jailbreak campaignsai-redteam
Persistent memory designai-memory-developer
Context window and token budgetingai-context-engineer
Token cost improvement plan and roadmapai-token-improvement-plan-engineer
AI production ops and release governanceai-lead-ops
Cross-system boundaries and platform ADRssenior-system-architecture
Commercial/enterprise AI architectureapplied-ai-architect-commercial-enterprise
Agent skills catalog and validationai-skill-manager
Safeguard serving stack and policy runtimeml-infrastructure-engineer-safeguards
Safety model R&D and benchmark designml-research-engineer-safeguards

Core Workflows

1. Solution shaping

1. Define user job, success metric, and failure modes 2. Decide: single LLM call vs RAG vs multi-step agent 3. Choose model tier (quality vs cost vs latency) 4. Identify data sources, PII boundaries, and retention 5. Plan human-in-the-loop for high-risk actions

See `references/solution_patterns.md` for RAG vs fine-tune vs agent decision tree.

2. RAG pipeline

ingest → chunk → embed → index → retrieve → rerank → generate → cite

Checklist:

  • [ ] Chunk size tuned on eval set
  • [ ] Metadata filters for tenancy/ACL
  • [ ] Hybrid search if keyword matters
  • [ ] Ground answers with citations; refuse when context insufficient
  • [ ] Refresh index on source updates

See `references/rag_pipeline.md` for chunking, eval metrics, and freshness.

3. Agents and tools

  • Tools: narrow schemas, idempotent where possible, timeouts
  • Loop: plan → act → observe → stop condition
  • Cap iterations and token budget
  • Log tool calls for audit; redact secrets in traces

See `references/agents_tools.md` for ReAct patterns and failure handling.

4. Evaluation before launch

LayerMeasure
RetrievalRecall@k, MRR on golden questions
GenerationFaithfulness, answer relevance (LLM-judge + human sample)
SafetyRefusal rate on policy violations
Opsp95 latency, cost per session

Ship only when regression suite passes on CI for golden set.

See `references/evaluation_ops.md` for datasets, CI eval, and monitoring.

5. Production operations

  • Version prompts and models; canary new versions
  • Monitor drift, error rate, tool failures, spend
  • Kill switch for model or feature flag
  • Incident runbook for toxic output or data leak

See `references/evaluation_ops.md` for production monitoring.

When to load references

  • Architecture choicesreferences/solution_patterns.md
  • RAG implementationreferences/rag_pipeline.md
  • Agents and toolsreferences/agents_tools.md
  • Eval and productionreferences/evaluation_ops.md

Related skills

This week in AI coding

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

unsubscribe anytime.