Agent Plugins Marketplace
All plugins

atmina

v0.284.0

Atmina shared memory. Recall before answering from training; capture decisions and findings; update existing memory; consolidate a knowledge base into a reviewed current-state view.

Claude Code6 Skills1 MCP serverStreamable HTTP

By Latent Minds0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install atmina for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install atmina@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/latentminds-ai/atmina-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/atmina/.

Plugin files

plugins/atmina/
├── .claude-plugin/plugin.json
├── skills/atmina-kb-mcp/SKILL.md
├── skills/memory-commit/SKILL.md
├── skills/memory-maintain/SKILL.md
├── skills/memory-observe/SKILL.md
├── skills/memory-recall/SKILL.md
├── skills/memory-setup/SKILL.md
└── .mcp.json

Included Skills6

atmina-kb-mcpskills/atmina-kb-mcp/SKILL.md

Use when connected to the Atmina MCP server — your shared memory. Recall (search) before answering from training; capture decisions/findings; update existing memory; consolidate a KB's memory into a reviewed current-state view. Covers orientation, file writes/uploads, search, audit, and the run→review→promote routine loop.

memory-commitskills/memory-commit/SKILL.md

Promotes working-layer notes into durable Atmina wiki primitives with typed evidence, pins in-KB spans, marks unlocated claims unattested, and reads the page back to prove the record survived. Use when committing a decision, fact, procedure, preference, relationship, or open question through write_file or write_files, including after a user correction, a surprising durable lesson, or a decision settled with a stated reason.

memory-maintainskills/memory-maintain/SKILL.md

Runs an out-of-band report-only maintain pass over an Atmina Knowledge Base — idle-gated, proposing same-intent merges and claim repairs, flagging contradictions and stale_after, archiving obsolete pages to KB-root archive/ when they are not cited as in-KB evidence, proposing linkify of bare catalog paths, reporting durable pages that have never been recalled alongside broken references and unconnected pages (each count stating the scope it covered), and writing a short trail in chronicle/. Use when an operator asks to maintain memory, repair claims, archive obsolete knowledge, linkify wiki paths, review recall or link health, or run an attestation sweep — never during an in-band user task, and never as a task's finally.

memory-observeskills/memory-observe/SKILL.md

Records working-layer notes and end-of-task session notes (offered first, written only on a yes) in an Atmina Knowledge Base so candidates stay out of organisational truth. Org default is chronicle/YYYY-MM-DD-<slug>.md; personal or single-agent scope may use journal/ or one durable file; never writes wiki/, compiled views, or source mirrors. A session note is an index of the task, what was gathered, what was decided, and wiki paths and system-of-record locators — not a transcript. Gathering sources is not a durable write. Nothing notable is a successful no-op. Use when mid-task candidates or a session note need to land in the working layer, or when an agent would otherwise save a brief, finding, or transcript into the wiki.

memory-recallskills/memory-recall/SKILL.md

Recalls durable Atmina memory with verify-before-act. Orients, matches applies_to via exhaustive list_files (not search), searches wiki/ with recency boosts, reads the smallest set, and verifies artifact claims on the computed attestation block before acting — never substituting a near match, never writing memory. Use when recalling, looking up, or acting on a decision, procedure, fact, preference, relationship, or open question already on file in an Atmina Knowledge Base, or when the user asks to remember, look up, or bring them up to speed.

memory-setupskills/memory-setup/SKILL.md

Seeds an organisation Knowledge Base with the atmina-memory layout — directory-card pages for the six durable primitives, a Chronicle working-layer card, a wiki home, a kb-profile at wiki root (intensity default middle), and a schema-2 wiki/nav.yaml whose first section is a hand-curated Start here. Registers applies_to as a scalar string pointer when the caller is owning-team admin. Use when standing up a new organisational wiki, seeding an empty Knowledge Base for the atmina-memory pack, or inserting a missing Start here section without overwriting durable pages.

MCP servers1

atminaStreamable HTTP
url
https://mcp.atmina.ai/mcp

Plugin manifests1

plugins/atmina/.claude-plugin/plugin.json
{
  "name": "atmina",
  "version": "0.284.0",
  "description": "Atmina shared memory. Recall before answering from training; capture decisions and findings; update existing memory; consolidate a knowledge base into a reviewed current-state view.",
  "author": {
    "name": "Latent Minds"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[atmina on Agent Plugins Marketplace](https://pluginsmp.com/plugins/atmina)