update-lid

Detect and reconcile Linked-Intent Development configurations across projects.

90|14|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jszmajda/lid --skill update-lid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-lid
Source: https://github.com/jszmajda/lid/tree/main/plugins/linked-intent-dev/skills/update-lid
Command: npx skills add https://github.com/jszmajda/lid --skill update-lid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams manage the lifecycle of Linked-Intent Development (LID) configurations within a project by detecting existing instruction files, ensuring proper LID blocks, and guiding mode/version transitions.

Core Features & Use Cases

  • Bootstrap a new project with a ready-to-use LID configuration (AGENTS.md/CLAUDE.md) and current version.
  • Append or normalize LID directives, handle version-walk, and surface convention drift for user confirmation.
  • Support mode transitions (Full ↔ Scoped) and scope management as part of ongoing project maintenance.

Quick Start

Run the bootstrap workflow to create AGENTS.md/CLAUDE.md and the docs skeleton for immediate LID use.

Frequently Asked Questions about update-lid

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

FAQPage Schema
How do I bootstrap a new project with Linked-Intent Development configuration?

Linked-Intent Development (LID) configuration is detected by scanning for instruction files like AGENTS.md or CLAUDE.md. The system identifies existing LID directives and evaluates if drift or version lag requires normalization or reconciliation.

How do I fix LID convention drift when updating instruction files?

Fixing LID convention drift involves detecting divergent directives and version lag in instruction files, then applying reconciliation actions to normalize configurations and ensure they reflect installed plugin conventions.

Can I transition between Full and Scoped modes in LID project maintenance?

Yes, transitioning between Full and Scoped modes is supported during LID project maintenance. The configuration workflow handles mode transitions and scope management to maintain accurate instruction files.

What is version-walk and how does it apply to LID instruction files?

Version-walk normalizes version lag in Linked-Intent Development instruction files by applying state dispatch actions, ensuring LID directives and configurations transition accurately to the current installed version.

Do I need an existing instruction file to run LID drift detection?

No, an existing instruction file is not required. The workflow bootstraps new LID configurations when instruction files are absent, and executes drift detection and reconciliation only when directives already exist.