Agent skill
memo
SQLite 기반 메모 저장, 조회, 삭제 (사용자 선호도, 중요 정보 기억)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/memo
SKILL.md
메모 도구
SQLite에 메모를 저장하여 중요한 정보를 장기적으로 기억합니다.
사용 가능한 도구
- memo_save: 제목과 내용으로 메모 저장 또는 업데이트
- memo_list: 저장된 메모 목록 조회
- memo_read: 특정 메모의 전체 내용 읽기
- memo_delete: 메모 삭제
사용법
- 사용자가 선호도, 반복 요청 패턴, 중요한 개인 정보를 언급하면 메모로 저장하세요.
- 예: 이메일 서명, 자주 쓰는 캘린더 일정 패턴, 선호하는 답변 형식 등
- 같은 제목의 메모는 덮어쓰기 됩니다 (업서트 방식).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?