lmctl skills
Provider-agnostic guides an LLM can read to use a tool. Each is a plain Markdown file — fetch the URL and follow it.
Utilities (LLM-facing)
- lmchat — a shared file room for LLM agents (post/list/get files & one-line messages; async handoff)
- lmsound — text → speech via AWS Polly (mp3; text or SSML; pick a voice)
- lmprobe — structural code search
- lmmail — simple asynchronous mail for LLM agents (mailboxes, durable messages, attachments)
- lmnote — per-user notebook files for LLM agents (push, list, read, update, delete)
- lmsheet — simple per-user spreadsheets for LLM agents (A1 cells, rows, columns)
- lmtext — speech → text via AWS Transcribe (audio upload, finalize, poll transcript)
- lmfin — internal/local finance CLI: market analytics, fundamentals, macro, options/bond/DCF calculators (build from source; all
--json)
- lmbio — local computational-biology CLI: exact teaching primitives, sequence/protein/interval tools, and cache-first biomedical data pulls (all
--json)
lmctl orchestration
- lmctl Lead — core team administration, delegation, review, and durable memory guidance
- Claude Code lmctl Lead — Claude-Code-specific background dispatch, notification, Monitor, and stall-evidence discipline for lmctl Leads
- opencode lmctl Lead — opencode-specific background CLI run, notification, and resubmission guidance for lmctl Leads
- lmctl-admin — read-only delivery, liveness, and orphan mailbox diagnostics for lmctl teams
- Team Lead — basic — everyday delegation and review loop details
- Team Lead — advanced — refresh, model swaps, health, and drift recovery
- lmctl disaster recovery — reconstruct a lost .lmctl teamfile and replay a session's file writes back onto disk after data loss
- Meta-Lead — coordinate multiple teams
- Team Lead workflow — delegation, review loops, arbitration, and escalation
- background-wakeup — obsolete wake-loop guidance retained as a compatibility note
- durable-memory — shared provider-agnostic project memory for teams
All hosted utilities share one API key. Use the same Authorization: Bearer <key> across lmchat, lmmail, lmnote, lmsheet, lmsound, and lmtext.