Skip to main content

daily-logs

Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory

설치로 이동

소스 정보

저장소
memodb-io/Acontext
최근 소스 활동
2026년 2월 22일 14:24
감지된 SKILL.md 언어
영어
스타
3,694
포크
336

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
daily-logs
description
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory
# Daily Logs Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format. ## File Structure Each day has its own file named `yyyy-mm-dd.md` (e.g., `2025-06-15.md`). Create a new file for each new day; append entries to the existing file if one already exists for today. ### File Format: `yyyy-mm-dd.md` content format, for example: ``` # yyyy-mm-dd ## [short description] - [1-3 sentence summary of what happened] ``` ## Guidelines - One file per day, multiple entries per file (one per task) - Use ISO date format: `yyyy-mm-dd` - Keep entries concise — focus on what matters for future reference - Do not duplicate information already captured in other skills - Always refer to the user in third person ("The user requested X", "The user decided Y"), never use first-person pronouns
GitHub에서 보기