extend-cel-schema

Enforce CEL attribute schema consistency across file-search-on tool files.

5|1|Updated May 3, 2026
One-click install
npx skills add https://github.com/richardwooding/file-search-on --skill extend-cel-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extend-cel-schema
Source: https://github.com/richardwooding/file-search-on/tree/main/.claude/skills/extend-cel-schema
Command: npx skills add https://github.com/richardwooding/file-search-on --skill extend-cel-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain the consistency of the CEL attribute schema in the file-search-on tool, preventing runtime errors caused by schema drift.

Core Features & Use Cases

  • Schema Invariant Enforcement: Ensures that CEL attributes are declared, resolvable, and documented across multiple files.
  • Audit Script: Provides a script to check for drift in the schema and reports inconsistencies.
  • Documentation and Guidelines: Offers clear instructions and best practices for adding new attributes to the schema.

Quick Start

Run the audit script to check for schema drift by executing 'python scripts/audit_attributes.py' from the repo root.

Frequently Asked Questions about extend-cel-schema

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

FAQPage Schema
How do I check for CEL attribute schema drift across multiple files?

To check for CEL attribute schema drift, run the audit script via 'python scripts/audit_attributes.py' from the repository root. This script detects inconsistencies between schema declarations, resolutions, and documentation across files to prevent runtime errors.

What problems does inconsistent CEL attribute schema cause in file-search-on?

Inconsistent CEL attribute schema causes runtime errors in the file-search-on tool due to schema drift. This occurs when attributes are not properly declared, resolvable, and documented uniformly across multiple files.

How do I ensure new CEL attributes are properly declared and documented?

To ensure new CEL attributes are properly declared and documented, follow the provided schema invariant guidelines. These instructions enforce that every attribute remains resolvable and documented across all relevant files.

Does the schema audit script require any external dependencies to run?

The schema audit script requires no external dependencies. You can execute the Python script directly from your repository root to immediately check for schema inconsistencies.

What is the best way to enforce schema invariants for CEL attributes?

The best way to enforce schema invariants for CEL attributes is using an automated audit script. It verifies that your schema declarations, resolutions, and documentation remain consistent across the entire codebase.