askill
persist-context

persist-contextSafety 90Repository

SEMO 세션 간 컨텍스트 영속화 (공통 Skill). Use when (1) 아키텍처 결정 사항 저장, (2) 팀 선호도 기록, (3) 자주 참조하는 파일 캐싱, (4) 세션 간 맥락 유지.

1 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

시스템 메시지: [SEMO] Skill: persist-context 호출 - {action}

persist-context Skill

세션 간 컨텍스트 영속화를 위한 장기 메모리 시스템 (SEMO Core 공통 Skill)

Purpose

Claude Code의 "기억 상실(Amnesia)" 문제를 해결합니다:

  • 세션 간 아키텍처 결정 사항 유지
  • 팀 선호도 및 규칙 기록
  • 자주 참조하는 파일/패턴 캐싱
  • 프로젝트별 맥락 저장

Memory Storage

.claude/memory/
├── decisions.json      # 아키텍처 결정 사항
├── preferences.json    # 팀/사용자 선호도
├── cache/              # 자주 참조하는 패턴 캐시
└── context/            # 프로젝트별 맥락

Actions

1. save - 메모리 저장

skill:memory save decision "api-pattern" "모든 API 응답은 JSON Envelope 패턴 사용"

2. load - 메모리 로드

skill:memory load decision
skill:memory load decision "api-pattern"

3. sync - 세션 시작 시 자동 로드

세션 시작 시 자동 호출:

  1. decisions.json 로드 → 아키텍처 결정 복원
  2. preferences.json 로드 → 선호도 복원
  3. context/{project}.json 로드 → 프로젝트 맥락 복원

Integration

MCP 연동 (권장)

Memory MCP 서버가 설치된 경우 자동으로 MCP를 우선 사용합니다.

순위저장소조건장점
1Memory MCPMCP 서버 활성화 시강력한 영속화, 크로스 프로젝트 공유
2.claude/memory/MCP 없을 때프로젝트별 독립 관리, 설정 불필요

References

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

78/100Analyzed 2/20/2026

Well-structured technical reference skill for SEMO context persistence with clear purpose, memory schema, and action examples. Provides save/load/sync operations with MCP integration options. Includes proper frontmatter, structured sections, and reference links. Slight deduction for mixed language and missing detailed execution steps. General memory persistence concepts are reusable across contexts despite SEMO-specific branding.

90
75
80
70
75

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publishersemicolon-devteam

Tags

apillm