team-shinchan:learn

Store user-provided learnings into Team-Shinchan's persistent memory file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually add new learnings (patterns, preferences, rules) to memory so information persists across sessions and helps the agent recall project conventions.

Core Features & Use Cases

  • Auto-categorize learnings based on keywords and append to a persistent memory store (.shinchan-docs/learnings.md)
  • Load memory at session start via the load-kb hook to ensure continuity
  • Confirm updates with a structured memory log that keeps project-specific learnings

Quick Start

Teach Team-Shinchan a memory by running /team-shinchan:learn "Your learning content here".

Frequently Asked Questions about team-shinchan:learn

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

FAQPage Schema
How do I persist agent learnings across sessions?

You can persist agent learnings across sessions by storing patterns and preferences directly into a persistent memory file, ensuring project conventions are recalled automatically in future interactions.

How does loading memory at session start work?

Loading memory at session start works via a hook that automatically retrieves stored learnings. This mechanism ensures the agent has immediate access to your established project rules without manual configuration.

Can I auto-categorize learnings based on keywords?

Yes, you can auto-categorize learnings based on keywords. This feature automatically organizes new patterns and preferences before appending them to your persistent memory store for easier retrieval.

What is the best way to remember project preferences for an AI agent?

The best way to remember project preferences is to append them to a dedicated markdown memory file. This allows the agent to load and apply your specific rules and patterns consistently across all sessions.

Do I need a specific file format to store project rules and patterns?

Yes, you need a markdown file format to store project rules and patterns. Learnings are appended to a specific markdown memory store, which is then loaded automatically to maintain continuity.