team-shinchan:verify-memory

Validate memory system configuration and file structure for agent sessions.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-verify-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:verify-memory
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/verify-memory
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-verify-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates verification of the memory subsystem to ensure correct file structure and configuration for agent memory.

Core Features & Use Cases

  • Memory configuration and structure checks to verify required files, paths, and schemas.
  • Detection of inconsistencies in memory learnings and persistence across sessions.
  • Integrated into the verify-implementation workflow to catch misconfigurations before deployment.

Quick Start

Run the memory validator to verify memory configuration and file structure.

Frequently Asked Questions about team-shinchan:verify-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate agent memory configuration and file structure?

To validate agent memory configuration, run a memory system validator to check required files, paths, and schemas, returning exit status 0 if valid and non-zero otherwise to catch misconfigurations before deployment.

What is agent memory validation and when do I need it?

Agent memory validation is the process of verifying memory subsystem configuration and file structure to ensure consistency. You need it to detect inconsistencies in agent learnings and persistence across sessions before deployment.

How do I check for inconsistencies in agent memory persistence across sessions?

Checking agent memory persistence inconsistencies involves running validation checks on memory-related agent sections and learnings to ensure data remains consistent and correctly structured across different sessions.

Does the memory system validator require any external dependencies?

No, the memory system validator does not require external dependencies. It applies checks directly to memory-related agent sections and persistence files to verify structural and configuration consistency.

Why does my agent memory validation return a non-zero exit status?

Agent memory validation returns a non-zero exit status when it detects misconfigurations or structural inconsistencies in your memory files, paths, or schemas, indicating the system requires corrections before deployment.