org.simocracy.skill

gainforest.earth

{
  "id": "org.simocracy.skill",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "shortDescription",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "skillMd": {
            "type": "string",
            "maxLength": 100000,
            "description": "Full skill.md content that agents read to understand and execute this mechanism. Stored directly in the record.",
            "maxGraphemes": 10000
          },
          "category": {
            "type": "string",
            "maxLength": 1000,
            "description": "Mechanism category",
            "knownValues": [
              "allocation",
              "evaluation",
              "deliberation"
            ]
          },
          "skillUrl": {
            "type": "string",
            "maxLength": 5000,
            "description": "URL to the skill.md that agents read to execute this mechanism"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 30000,
            "description": "Full explanation of how the mechanism works",
            "maxGraphemes": 3000
          },
          "shortDescription": {
            "type": "string",
            "maxLength": 3000,
            "description": "Brief summary for cards",
            "maxGraphemes": 300
          }
        }
      },
      "description": "A skill that sims can use in governance events — allocation mechanisms, evaluation methods, deliberation protocols."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.simocracy.skill

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qoti4acfmc5wg6zzmtix6hse
CID
bafyreie7wdds7f7bbn5bv6jzvfsgk6s7zm3g5i3s6ota6px6kqvsc6d2m4
Indexed At
2026-04-07 23:25 UTC
AT-URI
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.skill

Version History (2 versions)

Lexicon Garden

@