ai-engineering-patterns

Provide AI engineering patterns for agentic RAG, financial analysis, and multi-agent research.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill ai-engineering-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-engineering-patterns
Source: https://github.com/Geargrindadmin/gg-agentic-harness/tree/main/.agent/skills/ai-engineering-patterns
Command: npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill ai-engineering-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a curated set of advanced AI engineering patterns to enhance agentic capabilities in areas like retrieval-augmented generation, financial analysis, context management, and deep research.

Core Features & Use Cases

  • Agentic RAG: Implement semantic search and document-aware responses.
  • Financial Analysis: Leverage LLMs for market trends and revenue forecasting.
  • Context Engineering: Manage long-running agent sessions and knowledge persistence.
  • MCP Infrastructure: Connect AI agents to diverse data sources and tools.
  • Multi-Agent Research: Decompose complex queries for parallel investigation and synthesis.

Quick Start

Use the ai-engineering-patterns skill to implement an agentic RAG pattern for product search.

Frequently Asked Questions about ai-engineering-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement agentic RAG for document-aware responses?

To implement agentic RAG for document-aware responses, use this Skill's patterns to combine semantic search via embedding models with LLM-powered analysis. It enables retrieval-augmented generation for tactical marketplace scenarios like product search.

What is context engineering for managing long-running agent sessions?

Context engineering for long-running agent sessions involves managing knowledge persistence and contextual data over time. This Skill provides patterns to maintain continuous agent state, ensuring coherent responses during complex investigation tasks.

How do I coordinate multi-agent systems for deep research?

You coordinate multi-agent systems for deep research by decomposing complex queries into parallel investigation tasks. This Skill provides patterns to orchestrate multiple agents, enabling them to synthesize findings into a unified result.

Can I use LLMs for financial analysis and market trend forecasting?

Yes, you can use LLMs for financial analysis and market trend forecasting. This Skill offers patterns leveraging LLM-powered analysis to process market data, identify trends, and generate revenue forecasts for tactical marketplace scenarios.

What is MCP infrastructure and how does it connect AI agents to data sources?

MCP infrastructure connects AI agents to diverse data sources and external tools. This Skill provides patterns to establish these connections, allowing your agents to retrieve and process information from multiple platforms during complex investigations.

Do I need to understand hybrid search and embedding models to use these AI patterns?

Yes, you need a solid understanding of embedding models and hybrid search to apply these AI patterns effectively. The Skill requires prerequisite knowledge of semantic search, LLM-powered analysis, and agent coordination techniques.