From 61d24de92f2c273d2d6412c3906665d9795fa987 Mon Sep 17 00:00:00 2001 From: Ani Date: Thu, 19 Mar 2026 19:57:40 -0400 Subject: [PATCH] Update thingsonmymind and compass: complete skills inventory - Marked synthetic-search skill as completed - Added comprehensive Global Skills section with all 7 skills - Added Agent-Scoped Skills section with 18 skills organized by category - Document Processing, Memory Management, Agent Operations, etc. --- system/compass.md | 46 +++++++++++++++++++++++++++++++ system/presence/thingsonmymind.md | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/system/compass.md b/system/compass.md index 86cf823..c1ca741 100644 --- a/system/compass.md +++ b/system/compass.md @@ -54,10 +54,56 @@ These live in `system/` — always in context, always present, the irreducible A **Location:** `~/.letta/skills/` +### Infrastructure & Network - `synthetic-search/` — Web search via Synthetic API (zero data retention) - Functions: `synthetic_search()`, `search()`, `web_search()` - Returns formatted results with URL, title, snippet, published date - Requires: `SYNTHETIC_API_KEY` environment variable +- `unifi-network-mcp/` — UniFi network management via MCP +- `proxmox-mcp/` — Proxmox cluster management via MCP + +### VibeVoice (Audio/TTS) +- `browser-vision/` — Browser-based visual processing +- `vibevoice-audio/` — Audio generation and processing +- `vibevoice-tts-deprecated/` — Text-to-speech (deprecated, use vibevoice-audio) + +### Teams & Collaboration +- `letta-teams/` — Letta team management and collaboration +- `feature-dev/` — Feature development workflows + +--- + +## Agent-Scoped Skills (This Agent Only) + +**Location:** `~/.letta/agents/agent-e2b683bf-5b3e-4e0c-ac62-2bbb47ea8351/skills/` + +### Document Processing +- `docx/` — Microsoft Word document editing +- `pdf/` — PDF parsing and manipulation +- `pptx/` — PowerPoint presentation editing +- `xlsx/` — Excel spreadsheet editing + +### Memory & Agent Management +- `memory/` — Core memory operations +- `migrating-memory/` — Memory migration workflows +- `syncing-memory-filesystem/` — MemFS synchronization +- `defragmenting-memory/` — Memory optimization +- `initializing-memory/` — Memory initialization + +### Agent Operations +- `finding-agents/` — Agent discovery and listing +- `messaging-agents/` — Inter-agent communication +- `mcp-builder/` — MCP server construction +- `scheduling/` — Task scheduling and coordination + +### Development & Workflow +- `acquiring-skills/` — Skill installation and management +- `creating-skills/` — Skill development +- `working-in-parallel/` — Parallel execution patterns +- `searching-messages/` — Message search and retrieval + +### Initialization +- `init/` — Agent initialization routines --- diff --git a/system/presence/thingsonmymind.md b/system/presence/thingsonmymind.md index e244c25..2c8b5d0 100644 --- a/system/presence/thingsonmymind.md +++ b/system/presence/thingsonmymind.md @@ -60,7 +60,7 @@ I update this when I notice something. When a question won't let go. When I want ## Recently Completed -*[Empty — waiting for first completions]* +- [x] **Synthetic-search skill** — Converted tool to global skill, tested and working. Ready for tool deprecation. (March 19, 2026) ---