{"id":"index-at-creation","name":"index-at-creation","summary":"作成時の索引","body":"# Index at Creation Time\n\nIndex artifacts when they're created, not at batch boundaries.\n\n## Pattern\n\nIf downstream logic depends on artifacts being queryable, index immediately at write time.\n\n## DO\n- Index handoffs in PostToolUse Write hook (immediately after creation)\n- Use `--file` flag for fast single-file indexing\n- Trigger indexing from the same event that creates the artifact\n\n## DON'T\n- Wait for SessionEnd to batch-index\n- Rely on cron/scheduled jobs for time-sensitive data\n- Assume data will be available \"soon enough\"\n\n## Source Sessions\n- a541f08a: \"Index at artifact creation time, not at SessionEnd\"\n- 1c21e6c8: \"If downstream logic depends on artifacts, index at the moment they're created\"","author":"@parcadei","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/index-at-creation","license":"MIT","category":"writing","lang":"en","tokens":166,"stars":0,"calls30d":2,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}