AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ai Engineer

skill-daemon-blockint-tech-agentic-enteprises-skill-ai-engineer · by daemon-blockint-tech

|

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-daemon-blockint-tech-agentic-enteprises-skill-ai-engineer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-daemon-blockint-tech-agentic-enteprises-skill-ai-engineer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ai Engineer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

| Need | Skill | |---|---| | Prompt templates and agent message design | prompt-engineer | | Offline experiments, statistics, classical ML | data-scientist | | Papers, benchmarks, research methodology | ai-researcher | | Policies, model cards, governance | ai-risk-governance | | Red-team and jailbreak campaigns | ai-redteam | | Persistent memory design | ai-memory-developer | | Context window and token budgeting | ai-context-engineer | | Token cost improvement plan and roadmap | ai-token-improvement-plan-engineer | | AI production ops and release governance | ai-lead-ops | | Cross-system boundaries and platform ADRs | senior-system-architecture | | Commercial/enterprise AI architecture | applied-ai-architect-commercial-enterprise | | Agent skills catalog and validation | ai-skill-manager | | Safeguard serving stack and policy runtime | ml-infrastructure-engineer-safeguards | | Safety model R&D and benchmark design | ml-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

| Layer | Measure | |---|---| | Retrieval | Recall@k, MRR on golden questions | | Generation | Faithfulness, answer relevance (LLM-judge + human sample) | | Safety | Refusal rate on policy violations | | Ops | p95 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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.