index-standards

Index standards files under agent-os/standards into a structured YAML index.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gr8routdoors/lit-sdlc --skill index-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: index-standards
Source: https://github.com/gr8routdoors/lit-sdlc/tree/main/.claude/skills/agent-os/index-standards
Command: npx skills add https://github.com/gr8routdoors/lit-sdlc --skill index-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the maintenance of the standards index for agent-os by syncing and updating the index.yml to reflect the current standards files, ensuring fast and accurate lookup for downstream tools.

Core Features & Use Cases

  • Auto-scan: discovers all standards files under agent-os/standards and subfolders.
  • Incremental updates: adds new files to the index, flags deleted ones, and preserves existing entries.
  • Descriptive indexing: builds a structured index with path, tags, and descriptions to support fast matching and discovery.

Quick Start

Apply the index-standards skill to refresh the agent-os standards index and verify consistency across environments.

Frequently Asked Questions about index-standards

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

FAQPage Schema
How do I automate indexing of standards files in a YAML index?

Automate YAML index updates by scanning all standards files and generating a structured index.yml. This syncs path, tags, and descriptions to keep file discovery fast and accurate for downstream tools.

What is the best way to keep a standards index fresh when files are moved or deleted?

Keeping a standards index fresh requires incremental updates that add new files, flag deleted ones, and preserve existing entries. This ensures the index accurately reflects current repository maintenance states.

How does descriptive indexing support code-quality standards discovery?

Descriptive indexing builds structured entries with path, tags, and descriptions to support fast matching. This mechanism enables downstream discovery tooling to quickly locate relevant code-quality standards.

Can I use this indexing approach for repo-maintenance across subfolders?

Yes, the auto-scan feature discovers all standards files under the root directory and its subfolders. It suits repo-maintenance at any scale by syncing all discovered files into a single searchable index.

What happens to existing entries when I refresh the standards index?

Refreshing the standards index preserves existing entries while adding new files and flagging deleted ones. This incremental update process maintains consistency without overwriting your current descriptive metadata.