Productivity

index-at-creation

parcadei/continuous-claude-v3 · updated Apr 8, 2026

$npx skills add https://github.com/parcadei/continuous-claude-v3 --skill index-at-creation
summary

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 \
skill.md

index-at-creation

No content available.