Configure or reconcile a project for linked-intent development (LID). Dispatches on project state — fresh bootstrap, append directives to an existing agent-instructions file (AGENTS.md or CLAUDE.md), add missing mode marker, reconcile convention drift, or run mode transitions. Invoked as /update-lid. For fresh projects with no LID artifacts, users typically invoke /linked-intent-dev (the workflow skill) instead and the workflow's Phase 1 calls this skill's bootstrap branch.
$npx -y skills add jszmajda/lid --skill update-lidInstalls into the current project.
Run `npx skills use "https://github.com/jszmajda/lid" --skill "jszmajda/lid/update-lid"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jszmajda/lid" that are relevant to the current task. Run `npx skills add "https://github.com/jszmajda/lid"` and select the relevant skills, then follow their instructions.