askill
index-at-creation

index-at-creationSafety 95Repository

Index at Creation Time

0 stars
1.2k downloads
Updated 2/14/2026

Package Files

Loading files...
SKILL.md

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"

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 2/20/2026

Concise skill documenting the index-at-creation pattern. Clear DO/DON'T guidance with specific technical details (PostToolUse hook, --file flag). Well-structured but could benefit from code examples and more comprehensive coverage. Low internal-only signal - pattern is broadly applicable.

95
85
75
65
75

Metadata

Licenseunknown
Version-
Updated2/14/2026
Publisherscooter-lacroix

Tags

No tags yet.