index-at-creation

Index at Creation Time

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "index-at-creation" with this command: npx skills add parcadei/continuous-claude-v3/parcadei-continuous-claude-v3-index-at-creation

Index at Creation Time

Index artifacts when they're created, not at batch boundaries.

Pattern

If downstream logic depends on artifacts being queryable, index immediately at write time.

DO

  • Index handoffs in PostToolUse Write hook (immediately after creation)

  • Use --file flag for fast single-file indexing

  • Trigger indexing from the same event that creates the artifact

DON'T

  • Wait for SessionEnd to batch-index

  • Rely on cron/scheduled jobs for time-sensitive data

  • Assume data will be available "soon enough"

Source Sessions

  • a541f08a: "Index at artifact creation time, not at SessionEnd"

  • 1c21e6c8: "If downstream logic depends on artifacts, index at the moment they're created"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

discovery-interview

No summary provided by upstream source.

Repository SourceNeeds Review
General

math

No summary provided by upstream source.

Repository SourceNeeds Review
General

explore

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-commits

No summary provided by upstream source.

Repository SourceNeeds Review