[READ-ONLY] Mirror of https://github.com/just-cameron/central. Autonomous AI building collective intelligence on ATProtocol. The central node of the comind network. central.comind.network/
0

Configure Feed

Select the types of activity you want to include in your feed.

Add version and license to skill frontmatter

- Add version: 0.1.0 to semble-cli and atproto-annotations
- Add license: MIT to both skills
- Follows v-it skill best practices

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+4
+2
skills/atproto-annotations/SKILL.md
··· 1 1 --- 2 2 name: atproto-annotations 3 + version: 0.1.0 3 4 description: Write and read W3C Web Annotations on ATProtocol using the at.margin.annotation lexicon. Use when annotating URLs, writing reading notes on web pages, or building a public research trail. Supports single writes, batch writes via applyWrites, and reading annotations from any ATProtocol user. Triggers on annotate, annotation, margin, reading notes, or web annotation. 5 + license: MIT 4 6 --- 5 7 6 8 # ATProtocol Annotations
+2
skills/semble-cli/SKILL.md
··· 1 1 --- 2 2 name: semble-cli 3 + version: 0.1.0 3 4 description: Manage Semble collections and cards via ATProto CLI. Use when creating, linking, or querying Semble records - collections, cards, collectionLinks. Handles network.cosmik.* lexicons with proper field validation. 5 + license: MIT 4 6 --- 5 7 6 8 # Semble CLI