LS Lex Scripta Structurer Public Agent Skill

Ambiguous on the left. Operational on the right.

Same note. Clear structure.

git diff --side-by-side raw-note.md release-policy.md
raw note raw-note.md
  1. Beta next month.
  2. Email-only signup first.
  3. Phone check later.
  4. Enterprise may need
  5. company email verification.
  6. Release owner unknown.
Lex Scripta release-policy.md
  1. +Beta release targets next month.
  2. + Exact ship date is still open.
  3. +Signup starts email-first.
  4. + Only email is collected.
  5. + Phone verification waits.
  6. + Enterprise accounts may require
  7. + company email verification.
  8. +The release owner is not yet assigned.

Lex Scripta is indentation with meaning.

Parent line. Child scope. Unknowns stay explicit.

cat structure-rules.md skeleton.md
shape rules structure-rules.md
  1. @@@ Lex Scripta document shape
  2. One parent statement per line.
  3. Indented children inherit the parent scope.
  4. Child lines may express conditions or exceptions.
  5. Ownership and open items stay as explicit clauses.
  6. Blank lines separate independent rule blocks.
document skeleton skeleton.md
  1. +Release policy governs beta signup.
  2. + Release target is next month.
  3. + Exact date is still open.
  4. +Signup starts email-first.
  5. + Only email is collected at first.
  6. + Phone verification is deferred.
  7. + Enterprise accounts may require company email verification.
  8. +Design is owned by Minji.
  9. +Release owner remains open.

Try it in one command.

npx skills add kuil09/lex-scripta --skill lex-scripta-structurer
default install install.md
npx skills add kuil09/lex-scripta \
  --skill lex-scripta-structurer \
  --copy -y
View repository