Toolverse
All skills

index-at-creation

by parcadei

Index at Creation Time

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Backend
Views
3

About this skill

Index at Creation Time

How to use

  1. Zainstaluj umiejętność index-at-creation w swoim środowisku Claude/Copilot, dodając ją do katalogu skills projektu.

  2. Upewnij się, że Twoja logika downstream zależy od tego, że artefakty są natychmiast dostępne do zapytań — jeśli nie, indeksowanie batch'owe może być wystarczające.

  3. Skonfiguruj hook PostToolUse Write tak, aby wyzwalał indeksowanie natychmiast po utworzeniu artefaktu, zamiast czekać na koniec sesji.

  4. Użyj flagi --file podczas wywoływania indeksowania, aby przyspieszyć proces dla pojedynczych plików zamiast całych katalogów.

  5. Upewnij się, że zdarzenie indeksowania jest wyzwalane z tego samego kontekstu, który tworzy artefakt, aby uniknąć race condition'ów i zagwarantować spójność danych.

  6. Unikaj polegania na zadaniach cron lub zaplanowanych jobach do indeksowania danych wrażliwych na czas — ta umiejętność zapewnia indeksowanie synchroniczne w momencie zapisu.

Related skills

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130