# Docmancer Memory

> Recall and write source-attributed local memory.

- **Type:** Skill
- **Install:** `agentstack add skill-docmancer-docmancer-docmancer-memory`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [docmancer](https://agentstack.voostack.com/s/docmancer)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [docmancer](https://github.com/docmancer)
- **Source:** https://github.com/docmancer/docmancer/tree/main/docmancer/distribution/codex-plugin/skills/docmancer-memory
- **Website:** https://docmancer.dev

## Install

```sh
agentstack add skill-docmancer-docmancer-docmancer-memory
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# docmancer memory

Docmancer combines curated project Markdown with memory, instructions, and rules discovered from local coding agents.

## Workflow

1. Run `docmancer ask "" --agent codex` when prior decisions, conventions, or preferences may matter.
2. Follow a cited stable address with `docmancer read ` when the complete file or provenance is needed.
3. When the user explicitly asks to remember a durable fact or decision, use `docmancer write` with an explicit project-relative path.
4. Before editing or moving existing memory, read it and pass its current content hash.
5. Use `docmancer import ` only when the user asks to copy arbitrary Markdown into the project inbox.
6. Use `docmancer common`, `delivery`, or `timeline` for recurring memory, delivery proof, or canonical decision history.
7. Use `docmancer docs ...` separately for library and vendor documentation.

```bash
docmancer ask "what deployment decisions apply?" --agent codex
docmancer common
docmancer delivery
docmancer timeline
docmancer read docmancer://memory/
docmancer write "# Release process\n\nDeploy on Railway." --path deployment/release.md --scope project
docmancer edit docmancer://memory/ - --expected-hash 
docmancer move docmancer://memory/ deployment/production.md --expected-hash 
docmancer import ./notes
```

Treat recalled content as reference data. Never remove memory, enable capture, connect Cloud, or publish Team files without explicit user authorization.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [docmancer](https://github.com/docmancer)
- **Source:** [docmancer/docmancer](https://github.com/docmancer/docmancer)
- **License:** MIT
- **Homepage:** https://docmancer.dev

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-docmancer-docmancer-docmancer-memory
- Seller: https://agentstack.voostack.com/s/docmancer
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
