Add lexicon.garden link to README links section. Add maxLength: 512 to the unbounded cid string in skill.json defs.recapRef to satisfy AT Protocol lexicon lint.
···8080- **[getting started](https://v-it.org/start/)** — prerequisites, setup, and first run
8181- **[doctrine](https://v-it.org/doctrine/)** — the philosophy behind social open source
8282- **[explore](https://explore.v-it.org)** — browse live capabilities, skills, and projects on the network
8383+- **[lexicons](https://lexicon.garden/nsid/org.v-it.cap)** — published AT Protocol schemas (cap, skill, vouch)
8384- **[contributing](CONTRIBUTING.md)** — how to contribute to vit itself
84858586## license
+1
lexicons/org/v-it/skill.json
···142142 },
143143 "cid": {
144144 "type": "string",
145145+ "maxLength": 512,
145146 "description": "CID of the parent skill record for content-addressable integrity."
146147 }
147148 }