index-at-creation

Index artifacts immediately upon creation using event-driven triggers.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill index-at-creation-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: index-at-creation
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/index-at-creation
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill index-at-creation-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that artifacts are immediately available for querying, preventing delays and ensuring downstream processes have access to the latest data.

Core Features & Use Cases

  • Real-time Indexing: Indexes artifacts as they are created, rather than waiting for batch processes.
  • Event-Driven Indexing: Triggers indexing directly from the event that generates the artifact.
  • Use Case: When a new customer record is created, it's immediately indexed so that it can be searched and retrieved by the sales team without delay.

Quick Start

Index the newly created artifact using the --file flag.

Frequently Asked Questions about index-at-creation

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

FAQPage Schema
How do I index artifacts immediately upon creation instead of waiting for batch processes?

You can index artifacts immediately by using event-driven triggers that initiate indexing at the exact moment of artifact creation. This bypasses batch processes, ensuring real-time data availability for downstream consumption.

What is event-driven indexing and when do I need it for real-time data access?

Event-driven indexing triggers the indexing process directly from the event that generates an artifact. You need it when downstream operations require immediate data availability without waiting for scheduled batch processing.

How do I index a newly created artifact file for real-time querying?

To index a newly created artifact, pass the artifact to the indexing process using the `--file` flag. This triggers immediate indexing so the artifact is instantly available for querying and retrieval.

Can I use real-time indexing to make customer records searchable without delay?

Yes, real-time indexing ensures that newly created customer records are immediately indexed. This allows teams to search and retrieve the latest data instantly without waiting for batch processing delays.

Why does batch indexing cause delays in downstream data availability?

Batch indexing causes delays because it processes artifacts in scheduled intervals rather than at the moment of creation. Event-driven indexing solves this by triggering indexing immediately when the artifact is generated.

What is the best way to ensure time-sensitive data is available for downstream consumption?

The best way to ensure time-sensitive data availability is to bypass batch processes and utilize event-driven triggers for indexing artifacts at the moment of their creation, ensuring immediate access.