Intelligence Layer Skill

Deploy the Ahling Command Center intelligence layer with Neo4j, Qdrant, CrewAI, Temporal, and AnythingLLM.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Lobbi-Docs/claude --skill intelligence-layer-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Intelligence Layer Skill
Source: https://github.com/Lobbi-Docs/claude/tree/main/ahling-command-center/skills/intelligence-layer
Command: npx skills add https://github.com/Lobbi-Docs/claude --skill intelligence-layer-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill designs and operates the intelligence layer with Neo4j knowledge graph, Qdrant vector DB, and CrewAI orchestration for RAG.

Core Features & Use Cases

  • Knowledge Graph: Neo4j for relationships and queries.
  • Vector Search: Qdrant for semantic search.
  • RAG Orchestration: Temporal workflows and multi-agent coordination.

Quick Start

Boot the Neo4j + Qdrant stack and connect to Ollama for LLM-based retrieval.

Frequently Asked Questions about Intelligence Layer Skill

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

FAQPage Schema
How do I build a RAG system with a knowledge graph and vector search?

RAG with knowledge graph and vector search combines Neo4j for relationship-based queries and Qdrant for semantic search, enabling retrieval-augmented generation through multi-agent orchestration. This Skill deploys both layers together with CrewAI and Temporal workflows for end-to-end reasoning and retrieval.

Can I use Neo4j and Qdrant together for intelligent search and reasoning?

Yes. Neo4j stores relational knowledge graphs while Qdrant performs vector-based semantic search. This Skill integrates both with Docker Compose, AnythingLLM RAG hooks, and CrewAI agents to enable graph-based reasoning combined with semantic retrieval in a single deployment.

What's the best way to orchestrate multi-agent workflows with durable task execution?

Multi-agent orchestration with CrewAI combined with Temporal workflow engine provides durable, stateful task coordination. This Skill deploys CrewAI for agent collaboration and Temporal for long-running workflows, ensuring reliable execution and state persistence across distributed reasoning tasks.

How do I set up Docker-based graph and vector infrastructure for LLM applications?

This Skill deploys a complete Docker Compose stack including Neo4j with APOC plugins, Qdrant vector store, Temporal workflow engine, and AnythingLLM-based RAG, providing immediately operational infrastructure for LLM-powered graph reasoning and semantic search.

Do I need separate tools for knowledge graphs, vector search, and agent orchestration?

This Skill unifies knowledge graphs, vector search, multi-agent coordination, and RAG in one integrated deployment. Neo4j, Qdrant, CrewAI, and Temporal work together through defined integration interfaces, eliminating the need to stitch separate tools for graph reasoning, semantic retrieval, and workflow execution.

What are the limitations of combining Neo4j, Qdrant, and CrewAI in production?

Combining multiple systems requires careful data synchronization between Neo4j and Qdrant, agent-level error handling in CrewAI, and Temporal workflow observability. This Skill provides the deployment foundation, but production use demands monitoring vector-to-graph consistency, multi-agent failure recovery, and workflow auditing.