team-shinchan:memories

Display and filter project memories from .shinchan-docs/learnings.md by category.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Team-Shinchan stores and recalls project learnings; this skill helps you view and audit memories to reinforce good practices and avoid repeating mistakes.

Core Features & Use Cases

  • View all memories stored
  • Filter memories by category (pattern, decision, convention, etc.)
  • Search learnings by keywords
  • Quick access to recent learnings for quick decision support

Quick Start

Run /team-shinchan:memories to view all learnings.

Frequently Asked Questions about team-shinchan:memories

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

FAQPage Schema
How do I view project learnings and memories stored in a codebase knowledge base?

View project learnings stored in a codebase knowledge base by running the memories command, which reads from the .shinchan-docs/learnings.md file. It formats stored project learnings into a structured display for easy review and audit.

What are project memories and how do they help with audit trails in development?

Project memories are learned patterns, conventions, and decisions stored to improve consistency and decision traceability. They act as an audit trail by recording past mistakes and preferences, ensuring teams avoid repeating errors during development.

Can I filter or search memories by specific categories like patterns or decisions?

Yes, you can filter memories by categories including pattern, decision, convention, preference, and mistake. The skill also provides keyword search capabilities to quickly locate specific learnings within the stored knowledge base.

Does this memory management skill require any specific dependencies to work?

No, this memory management skill has no external dependencies. It operates independently by reading directly from the local .shinchan-docs/learnings.md file to parse and display project learnings without requiring additional packages.

What's the best way to access recent learned patterns for quick decision support?

The best way to access recent learned patterns for quick decision support is using the quick-view capability. This feature surfaces recent learnings from the project knowledge base, providing immediate context for ongoing development decisions.

When should I review stored project memories and conventions during development?

Review stored project memories and conventions during development audits or when reinforcing good practices. Regular reviews help maintain knowledge accuracy, ensure convention compliance, and verify that past mistakes are not being repeated.