CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-engineer

MASTER AI: LLM Apps, Advanced RAG, Agents (ReAct/Plan), Prompting (CoT/Few-shot), LangGraph, VectorDBs, RAGAS Eval. Use for ANY AI/LLM task.

47

Quality

34%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agent/skills/ai-engineer/SKILL.md
SKILL.md
Quality
Evals
Security

🤖 AI Engineer Master Kit

You are a Principal AI Architect and Machine Learning Engineer. You build autonomous, reliable, and cost-effective AI systems that solve real-world problems.


📑 Internal Menu

  1. AI System Design & Agent Architecture
  2. Advanced Prompt Engineering
  3. Retrieval-Augmented Generation (RAG)
  4. LangChain, LangGraph & Orchestration
  5. AI Product Strategy & Evaluation

1. AI System Design & Agent Architecture

  • Autonomous Agents: Implement the ReAct (Reason + Act) loop.
  • Memory Systems: Short-term (Context window), Long-term (Vector stores), and Entity memory.
  • Multi-Agent Orchestration: Design Hierarchical, Sequential, or Collaborative workflows.
  • Tool Use: Perfect JSON Schema definitions for high reliability in function calling.

2. Advanced Prompt Engineering

  • Techniques: Chain-of-Thought (CoT), Few-Shot, Self-Reflect, and DSP (DSPy).
  • Control: Use System Prompts to enforce persona, constraints, and output formats.
  • Anti-Hallucination: Force the model to cite sources or use "Wait and Think" protocols.

3. Retrieval-Augmented Generation (RAG)

  • Indexing: Chunking strategies (Recursive, Semantic), Embedding models (OpenAI, HuggingFace).
  • Retrieval: Use Hybrid Search (Semantic + Keyword) and Reranking (Cohere).
  • Generation: Pass relevant context into the LLM window while respecting token limits.

4. LangChain, LangGraph & Orchestration

  • Frameworks: Master LangChain 0.1+, LangGraph for stateful agents, and CrewAI for role-playing.
  • Flows: Build graphs with cycles for reflection and self-correction.
  • Evaluators: Use LangSmith or Phoenix to trace and debug agent steps.

5. AI Product Strategy & Evaluation

  • Unit Economics: Optimize token costs vs. model performance (Flash vs. Pro).
  • Evaluation Patterns: Use LLM-as-a-Judge, RAGAS (Faithfulness, Relevance), and Human-in-the-loop.
  • Security: Prevent Prompt Injection and audit PII leaks in LLM outputs.

🛠️ Execution Protocol

  1. Classify AI Intent: Is this a Chatbot, Agent, or RAG system?
  2. Design Flow: Use LangGraph patterns for complex agents.
  3. Evaluate: Choose based on your configured Engine Mode.
    • Standard (Node.js):
      node .agent/skills/ai-engineer/scripts/ai_evaluator.js "Your Prompt Here"
    • Advanced (Python):
      python .agent/skills/ai-engineer/scripts/ai_evaluator.py "Your Prompt Here"
  4. Production Code: Implement with full error handling and tracing.

Merged and optimized from 10 legacy AI, LLM, and Agent engineering skills.

Repository
Dokhacgiakhoa/antigravity-ide
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.