dlexa-skill-updater

Automates detection of CLI interface changes and regeneration of skill documentation.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Disble/dlexa --skill dlexa-skill-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dlexa-skill-updater
Source: https://github.com/Disble/dlexa/tree/main/.claude/skills/dlexa-skill-updater
Command: npx skills add https://github.com/Disble/dlexa --skill dlexa-skill-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates maintenance of the dlexa-user skill by detecting CLI interface changes, semantic output drift, project-positioning drift, and regenerating skill documentation.

Core Features & Use Cases

  • Detects changes in CLI flags, render contracts, and DPD semantics to prevent drift in skill documentation.
  • Regenerates and synchronizes dlexa-skill documentation across canonical and mirrored skill trees.
  • Integrates with pre-release workflows to ensure documentation parity before releases.

Quick Start

Run the updater to detect CLI, semantic, and positioning drift and regenerate the skill documentation.

Frequently Asked Questions about dlexa-skill-updater

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

FAQPage Schema
How do I automate skill documentation updates when CLI interfaces change?

Automate skill documentation updates by running the updater to detect CLI interface changes and regenerate documentation. It identifies semantic output drift and project-positioning drift to produce synchronized docs.

What is semantic output drift and how do I detect it in my project?

Semantic output drift occurs when command outputs deviate from authoritative sources. The updater detects this drift by enforcing checks against source maps, OpenSpec specs, goldens, and registry documents to ensure consistency.

Can I integrate drift checks into my pre-release workflow?

Yes, the updater integrates with pre-release workflows to ensure documentation parity before releases. It validates CLI flags and render contracts against authoritative sources to prevent releasing outdated documentation.

How do I synchronize documentation across canonical and mirrored skill trees?

Synchronize documentation across canonical and mirrored skill trees by running the updater to regenerate and mirror skill copies. It produces updated, validated documentation and synchronized registry entries.

What authoritative sources are used to detect project-positioning drift?

The updater detects project-positioning drift by enforcing drift detection against source maps, OpenSpec specs, goldens, and registry documents. This ensures the skill documentation remains aligned with authoritative project definitions.

Do I need any dependencies to run the dlexa-skill-updater?

No dependencies are required to run the dlexa-skill-updater. It operates independently to detect CLI changes, semantic output drift, and project-positioning drift, then regenerates the skill documentation.