Retrieves pi-context-repo notes and checks memory sync state. Use to find prior preferences, read memory files, or synchronize requested updates.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add edmundmiller/dotfiles --skill searching-memory --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Searching Memory?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/edmundmiller-searching-memory)More formats (shields.io, HTML) on the badges page.
---
name: searching-memory
description: Retrieves pi-context-repo notes and checks memory sync state. Use to find prior preferences, read memory files, or synchronize requested updates.
---
# Searching memory
Use `memory_read` for a known path, `memory_search` for a keyword,
`memory_list` for directory discovery, and `memory_recall` for old conversation
context. Paths are relative to the memory repository (e.g. `system/style.md`).
For requested maintenance, merge stale notes with `memory_write` and
`memory_commit`; preserve frontmatter `description`, `limit`, and protected
`read_only`. Stay within file limits and leave read-only files unchanged.
`/memory` shows status/history. When remote synchronization is authorized,
`git -C "$MEMORY_DIR" push` publishes local memory commits; an ahead status
alone does not authorize publication.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...