memory-init
Initialize Local AI Memory
AI assistants often lose project context between sessions. This skill creates local memory files and clear routines for Claude, Codex, and Claude Code.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "memory-init" from https://skillstore.io/skills/yunshu0909-memory-init.md and its manifest at https://skillstore.io/api/skills/yunshu0909-memory-init/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 "memory-init". Initialize memory for a new code project.
Expected outcome:
The assistant asks for project purpose, role, usage, style, and habits, then creates local memory files after confirmation.
Using "memory-init". Add memory support for Claude Code and Codex.
Expected outcome:
The assistant creates Claude instructions, asks whether Codex is used, and adds matching Codex instructions only when approved.
Using "memory-init". This project already has memory files.
Expected outcome:
The assistant lists existing files, explains options, and asks whether to preserve, complete, overwrite, or reset them.
Security Audit
SafeThe static alerts are false positives caused by Markdown backticks, fenced examples, and references to local memory files. The references to ~/.claude/ explicitly instruct the assistant not to read or write the global directory. No prompt injection attempt, data exfiltration intent, or hidden global-file access was found in SKILL.md.
Risk Factors
⚙️ External commands (10)
📁 Filesystem access (4)
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.
Copy report link
https://skillstore.io/skills/yunshu0909-memory-init/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/yunshu0909-memory-init?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/yunshu0909-memory-init?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/yunshu0909-memory-init/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/yunshu0909-memory-init.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
yunshu0909. (2026). memory-init security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/yunshu0909-memory-init/audits/5BibTeX citation
@techreport{yunshu0909-yunshu0909-memory-init-2026,
author = {yunshu0909},
title = {memory-init security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/yunshu0909-memory-init/audits/5},
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: "memory-init security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "yunshu0909"
date-released: "2026-07-08"
url: "https://skillstore.io/skills/yunshu0909-memory-init/audits/5"
identifiers:
- type: other
value: "skillstore:yunshu0909-memory-init:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Start Project Memory
Create local memory files before using Claude Code or Codex in a new repository.
Standardize Context
Give assistants a consistent project profile, user role, style preference, and memory workflow.
Capture Daily Decisions
Record useful decisions and context in daily memory notes during ongoing work.
Try These Prompts
Run /memory-init in this project. Ask me the setup questions and create the memory files after I answer.
Set up project memory and include AGENT.md for Codex if I confirm the generated CLAUDE.md content.
Inspect this directory for existing memory files. Tell me what exists before adding missing files or overwriting anything.
Initialize memory for this project. Infer the project summary from files, then tailor persona, style, priorities, and daily memory rules.
Best Practices
- Review generated CLAUDE.md and AGENT.md before relying on them.
- Keep MEMORY.md focused on stable facts, decisions, and preferences.
- Avoid storing secrets, credentials, or private customer data in memory files.
Avoid
- Do not overwrite existing assistant instruction files without review.
- Do not use daily memory notes as a full task tracker.
- Do not store sensitive data that should stay outside repository files.
Frequently Asked Questions
What files does this skill create?
Does it use global Claude memory?
Can it work in an existing project?
Is AGENT.md always created?
What should I put in MEMORY.md?
Can daily notes include sensitive information?
Developer Details
Author
yunshu0909License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
64ca8af0f54a325752f08bd54e52151061ea659a
Maintenance freshness
7/20/2026
Usage
20 downloads · 166 views
File structure
📄 SKILL.md