@parcadei/index-at-creation

Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.

View in AI SkillSafe app
3685 downloads
0 stars
0 demos
SKILL.md
nameindex-at-creation
descriptionIndex at Creation Time
user-invocablefalse

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"

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@parcadei/index-at-creation/verified)](https://skillsafe.ai/skill/@parcadei/index-at-creation/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@parcadei/index-at-creation/installs)](https://skillsafe.ai/skill/@parcadei/index-at-creation/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@parcadei/index-at-creation/scan)](https://skillsafe.ai/skill/@parcadei/index-at-creation/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@parcadei/index-at-creation/eval)](https://skillsafe.ai/skill/@parcadei/index-at-creation/)