Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/codepresso:daily-chatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<Purpose>
<Use_When>
<Do_Not_Use_When>
codepresso:setup first)codepresso:notion-sync)
</Do_Not_Use_When>Fetch current tasks
.codepresso/state/codepresso-session.json for cached tasksnotion_query_db to fetch fresh tasksFormat and send message
{displayName}님,
📋 오늘의 작업 현황
*진행 중인 작업:*
• [TSK-1234] Task title
*대기 중인 작업:*
• [TSK-5678] Another task
총 N개 작업 (진행 중 X개, 대기 Y개)
좋은 하루 되세요! 🚀
gws CLI (sends as user's profile, not a bot):
gws chat spaces messages create \
--params '{"parent":"spaces/SPACE_ID"}' \
--json '{"text":"MESSAGE"}'
Confirm to user
<Tool_Usage>
Bash for sending via gws CLI (manual trigger)Read for loading config and session state<Final_Checklist>
npx claudepluginhub code-presso/codepresso-ai-plugin --plugin codepressoCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.