Skills agent-memory
๐Ÿ“ฆ

agent-memory

Content revision r1 Safe โš™๏ธ External commands๐Ÿ“ Filesystem access

Remember Project Context Across Sessions

Important project details are easy to lose between AI sessions. This skill gives Claude, Codex, and Claude Code a structured local memory workflow.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 78 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "agent-memory" from https://skillstore.io/skills/yamadashy-agent-memory.md and its manifest at https://skillstore.io/api/skills/yamadashy-agent-memory/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "agent-memory". Remember that our file importer fails on very large CSV files because of worker memory limits.

Expected outcome:

Saved a memory in a file-processing category with a summary about the large CSV worker memory limit.

Using "agent-memory". What do your notes say about the authentication migration?

Expected outcome:

Found relevant memory summaries, then reported the migration decision, current status, and files to review.

Using "agent-memory". Clean up the old notes about the deprecated export service.

Expected outcome:

Reviewed matching memories, removed obsolete entries, and kept the current replacement-service note.

Security Audit

Safe
v8 โ€ข 7/21/2026 Open versioned report

All 19 static findings are false positives. The reported shell-execution findings identify Markdown code fences and inline code, not executed commands. The documented commands operate only on the skill's local memory directory, and no prompt injection, credential access, network activity, or data-exfiltration intent was found.

2
Files scanned
144
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: claude View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/yamadashy-agent-memory/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/yamadashy-agent-memory/security.svg)](https://skillstore.io/skills/yamadashy-agent-memory?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/yamadashy-agent-memory?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/yamadashy-agent-memory/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/yamadashy-agent-memory.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

yamadashy. (2026). agent-memory security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/yamadashy-agent-memory/audits/8

BibTeX citation

@techreport{yamadashy-yamadashy-agent-memory-2026, author = {yamadashy}, title = {agent-memory security audit report (audit version 8)}, institution = {Skillstore}, year = {2026}, number = {8}, url = {https://skillstore.io/skills/yamadashy-agent-memory/audits/8}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "agent-memory security audit report (audit version 8)" version: "unspecified" type: report authors: - name: "yamadashy" date-released: "2026-07-21" url: "https://skillstore.io/skills/yamadashy-agent-memory/audits/8" identifiers: - type: other value: "skillstore:yamadashy-agent-memory:audit:8" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
85
Content
72
Community
83
Spec Compliance

What You Can Build

Preserve Debugging Knowledge

Save root causes, fixes, and related files after difficult investigations so later sessions can recover context quickly.

Track Architecture Decisions

Record decisions, rationale, and follow-up notes in a searchable project memory folder.

Organize Research Notes

Group findings from repeated research tasks into clear categories with searchable summaries and tags.

Try These Prompts

Save A Simple Memory
Remember this project fact: [fact]. Save it with a clear summary and the right category.
Recall Related Notes
Check your memories for anything related to [topic]. Summarize the most relevant notes before we continue.
Update Existing Context
Update the saved memory about [topic] with this new information: [details]. Keep the summary current.
Consolidate A Memory Area
Review memories about [area]. Merge duplicates, remove outdated notes, and keep a concise searchable structure.

Best Practices

  • Save only durable context that will help future work.
  • Write summaries that clearly state whether the full memory is worth reading.
  • Review memories periodically to remove outdated or sensitive content.

Avoid

  • Do not store secrets, credentials, tokens, or private customer data.
  • Do not save every conversation detail without clear future value.
  • Do not delete or reorganize memories without checking the exact target files.

Frequently Asked Questions

Where does the skill store memories?
It stores Markdown files under the skill memory directory in the local workspace.
Can memories be searched?
Yes. The workflow uses ripgrep to search summaries, tags, and full text.
Does this sync memories across machines?
No. The skill describes local file storage and does not include remote sync.
What should each memory include?
Each memory should include frontmatter with a concise summary and a created date.
Can memories be updated or deleted?
Yes. The skill includes workflows to update, delete, consolidate, and reorganize memories.
Is it safe to store sensitive information?
No. Avoid storing secrets, credentials, personal data, and confidential content.

Developer Details

Author

yamadashy

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

64ca8af0f54a325752f08bd54e52151061ea659a

Maintenance freshness

7/21/2026

Usage

91 downloads ยท 318 views

File structure

๐Ÿ“ memories/

๐Ÿ“„ SKILL.md