participation-rag

Ingest documents and retrieve context using the 8-Part Participation Framework.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Absolute-Space-GHCP/leo-participation-translator --skill participation-rag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: participation-rag
Source: https://github.com/Absolute-Space-GHCP/leo-participation-translator/tree/main/.cursor/skills/participation-rag
Command: npx skills add https://github.com/Absolute-Space-GHCP/leo-participation-translator --skill participation-rag

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of ingesting and retrieving strategic participation blueprints, ensuring that relevant past work and cultural insights are readily available for new campaign development.

Core Features & Use Cases

  • Document Ingestion: Adds new JL presentations and documents to a searchable knowledge base.
  • Context Retrieval: Fetches relevant past work and insights based on specific queries.
  • Use Case: When developing a new campaign for an automotive brand, use this Skill to retrieve examples of successful participation mechanics for similar brands to inform the strategy.

Quick Start

Use the participation-rag skill to ingest the document 'new-presentation.pptx' for the client 'ExampleCorp'.

Frequently Asked Questions about participation-rag

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

FAQPage Schema
How do I ingest client presentations into a vector store for context retrieval?

To ingest client presentations into a vector store, this Skill processes documents by generating embeddings via Vertex AI and indexing them for systematic context retrieval. It adds new presentations directly to a searchable knowledge base.

What is the best way to retrieve past participation blueprints for a new campaign strategy?

The best way to retrieve past participation blueprints is querying the indexed vector store. This Skill fetches relevant historical work and cultural insights by applying the 8-Part Participation Framework to inform your new campaign strategy.

Do I need Vertex AI to generate embeddings for document ingestion?

Yes, you need Vertex AI to generate embeddings for document ingestion. This Skill requires Vertex AI specifically to process and embed new documents before storing them in the vector store for later context retrieval.

Can I use this RAG approach for real-time trend analysis and client presentations?

Yes, you can use this RAG approach for real-time trend analysis. It facilitates systematic reasoning by applying the 8-Part Participation Framework to client presentations, enabling dynamic retrieval of relevant insights during analysis.

How does context retrieval work when applying the 8-Part Participation Framework?

Context retrieval works by querying the vector store for indexed document embeddings that match specific queries. It systematically filters past work and insights using the 8-Part Participation Framework to support campaign development.

Are there limitations when using a vector store for participation blueprint retrieval?

A limitation of using a vector store for participation blueprint retrieval is the strict dependency on Vertex AI for embeddings. Without Vertex AI configured, the document ingestion and indexing process cannot generate required embeddings.