Latent Minds
Official@latentminds-ai · Australia
Agentic Engineers
Agent Skills by Latent Minds
Showing 6 vetted skills indexed across 1 GitHub repositories.
memory-recall
Recalls durable Atmina Knowledge Base memory and verifies artifact claims before acting.
atmina-kb-mcp
Guides agents to recall, capture, update, and consolidate shared memory via the Atmina MCP server.
memory-observe
Writes working-layer notes and session notes to an Atmina Knowledge Base chronicle.
memory-maintain
Runs a report-only maintenance pass over an Atmina Knowledge Base, proposing merges, repairs, archives, and link fixes.
memory-setup
Seeds an Atmina Knowledge Base with the atmina-memory directory layout and navigation manifest.
memory-commit
Promotes working notes into durable Atmina wiki pages with typed evidence and read-back verification.
Frequently Asked Questions About Latent Minds
FAQPage SchemaWhat tasks can I perform with Latent Minds' atmina-memory skills?▼
You can recall durable memory with verify-before-act checks, record working-layer and session notes, commit decisions and facts as typed wiki primitives with evidence, seed a new organizational Knowledge Base, and run report-only maintenance passes that merge duplicates, repair claims, and archive obsolete pages.
Who are the atmina-memory skills designed for?▼
They target agentic engineers and operators managing shared organizational memory in an Atmina Knowledge Base. Typical users include owning-team admins seeding a new KB, agents capturing decisions mid-task, and operators running attestation sweeps, recall-health reviews, and link maintenance.
What are the prerequisites for running memory-setup?▼
memory-setup requires the Atmina MCP server functions whoami, list_kbs, get_context, write_file, write_files, generate_nav, update_kb, and list_files. The final binding step additionally needs local file reads and writes plus git rev-parse; that step is skipped loudly when unavailable.
Are Latent Minds' skills open source and what do they cost?▼
All six skills in the atmina-memory pack are released under the Apache-2.0 license, permitting free use, modification, and redistribution. There is no stated license cost; you only need a connected Atmina MCP server providing the shared-memory Knowledge Base backend.
How does the recall-to-commit routine work in practice?▼
Recall first via exhaustive list_files matching and recency-boosted wiki search, verifying claims on the attestation block. Capture candidates as working-layer chronicle notes, then commit them as durable primitives with typed evidence and read-back proof. Maintenance runs out-of-band, never during an in-band task.