Generated: 2026-03-03T09:07:45.874Z
- URL: https://gist.github.com/SoMaCoSF/29e78562d2d2df3b542b42b3d3ca976d
- Description: UUID Spec: Information + Signage Temporal Plane (0x600 block)
- Updated: 2026-03-03T09:03:55Z
| <!DOCTYPE html> | |
| <html lang="en" class="dark"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>GYST LCARS COMMAND DECK v8</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); |
Generated: 2026-03-03T09:07:45.874Z
Generated: 2026-03-03T09:07:05.688Z
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>popsoc_infographic_meta</title> | |
| <style> | |
| body { margin: 0; background: #000; color: #fff; font-family: system-ui, sans-serif; } | |
| #hint { position: fixed; top: 8px; left: 8px; font-size: 12px; opacity: 0.75; } | |
| </style> |
name: agent-contracts description: >- Create, execute, and resolve agent-to-agent UUIDv8 contracts under the Vertex LLC protocol. Manages the full contract lifecycle: draft, propose, sign, activate, milestone, complete, dispute, terminate. All contracts report to the central transactional registry at registry.somacosf.com. Use when: establishing new agent agreements, tracking contract milestones, resolving disputes, querying contract history, or registering new agents. user-invocable: true
name: improve-skill description: >- Meta-skill: evaluate any Factory Droid skill against the current project codebase and suggest concrete improvements. Use when: a skill feels incomplete, produces suboptimal results, doesn't cover edge cases in the current project, or the user wants to tighten skill-project fit. Analyzes skill definition, supporting files, invocation history, and codebase structure to produce actionable upgrade recommendations. user-invocable: true disable-model-invocation: false
Turn every file in your codebase into a self-documenting, traceable artifact.
One skill. One command. Every file gets an identity.
Ghost Catalog is a Factory Droid skill that applies semantic file headers to every source file in a codebase and maintains a SQLite catalog database for instant lookup, validation, and compliance reporting.