hf.track-indexed

Track claude-context usage and clear reindex reminders on PostToolUse.

5|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/T-rav/hydraflow --skill hf-track-indexed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf.track-indexed
Source: https://github.com/T-rav/hydraflow/tree/main/.codex/skills/hf.track-indexed
Command: npx skills add https://github.com/T-rav/hydraflow --skill hf-track-indexed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track claude-context usage and reindex reminders automatically to reduce manual tracking overhead.

Core Features & Use Cases

  • Track claude-context activations and automatically clear the "needs-reindex" flag when appropriate.
  • Maintain per-project last-indexed markers to support consistent re-indexing workflows.
  • Run as part of automated flows to keep indexing hygiene with no manual steps.

Quick Start

Invoke this skill after a PostToolUse event to automatically clear the reindex reminder.

Frequently Asked Questions about hf.track-indexed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically clear claude-context reindex reminders after tool usage?

To automatically clear claude-context reindex reminders, you can use a PostToolUse hook that tracks context usage events and removes the needs-reindex flag while creating a last-indexed marker for the project.

What is a needs-reindex flag in project workspaces and when does it need clearing?

A needs-reindex flag indicates project workspace indexing is stale. It needs clearing after context usage events to maintain indexing hygiene and remove manual tracking overhead during development.

How do I maintain per-project indexing hygiene without manual tracking?

You can maintain per-project indexing hygiene by running an automated flow on PostToolUse that tracks context activations, creates last-indexed markers, and clears the needs-reindex flag automatically.

Does claude-context tracking work across multiple project workspaces?

Yes, claude-context tracking applies across project workspaces by maintaining per-project last-indexed markers and clearing the needs-reindex flag during context usage events to ensure consistent re-indexing workflows.

Why does my reindex reminder keep appearing during active project work?

Your reindex reminder keeps appearing because the needs-reindex flag is not being cleared automatically. Applying a PostToolUse tracking mechanism removes the flag and creates a last-indexed marker to stop the reminder.

What is the best way to automate reindex flag removal for shell-based development workflows?

The best way to automate reindex flag removal is to invoke a tracking skill after PostToolUse events, which maintains indexing hygiene automatically by clearing reminders and setting last-indexed markers per project.