npx skills add smithery/parcadei --skill index-at-creation
parcadei/continuous-claude-v3
index-at-creation
Index at Creation Time
Installation
npx skills add parcadei/continuous-claude-v3 --skill index-at-creation
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Draft marketing content across channels — blog posts, social media, email newsletters, landing …
4.5K installsStructure post-acquisition value creation plans with revenue, cost, and operational levers mapp…
7 installsCreate, improve, and manage Droid skills. Use when the user wants to: - Create new skills from …
120 installsBest practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, an…
7.8K installsPlans and executes GKE cluster creation, provisioning, and production readiness audits using pr…
4K installsFilm and video storyboarding with shot vocabulary, continuity rules, and panel layout. Covers s…
1.7K installsAlso in this package
Other skills from parcadei/continuous-claude-v3 · top by installs.
npx skills add parcadei/continuous-claude-v3
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md802 B -
docs
SUMMARY.md44 B
History
- First seen on skills.sh
- First recorded snapshot · 464 installs
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
--fileflag 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"