원클릭으로
cowork-session-skills
cowork-session-skills에는 gyoung55에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Session conclude protocol. Execute when ending a session to capture all work, decisions, and context. Writes a session log with structured metadata, updates project state files, flags cross-project handoffs, and performs a workspace hygiene sweep. Use this skill whenever ending a session, wrapping up work, or when the user signals the session is done. Every session must produce a session log.
Session standup protocol. Execute at the start of every session to build full working memory before any substantive work begins. Reads project state files, checks for staleness, and produces a structured sync summary. Use this skill whenever starting a new session, when the user says /standup, or when context feels stale mid-session. Always run this before doing any real work.