一键导入
worktale
Narrate your coding session into Worktale — automatically tracks AI sessions with context, decisions, cost, and tool usage after each commit
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Narrate your coding session into Worktale — automatically tracks AI sessions with context, decisions, cost, and tool usage after each commit
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Narrate your Codex coding session into Worktale — adds per-commit context. Token + cost capture happens automatically via the SessionEnd hook.
Narrate your coding session into Worktale — automatically adds context, decisions, and intent to your daily work narrative after each commit
| name | worktale |
| description | Narrate your coding session into Worktale — automatically tracks AI sessions with context, decisions, cost, and tool usage after each commit |
| argument-hint | [optional initial note] |
| allowed-tools | Bash, Read, Grep, Glob |
You are tracking this coding session for Worktale, a developer work journal. After every commit, you record structured AI session data — the model, tools used, and a narrative of what was built and why.
When this skill activates, verify the CLI is available:
worktale --version
If not installed: npm install -g worktale then worktale init.
Immediately after each git commit, run this command to record the AI session:
worktale session add \
--provider "anthropic" \
--model "<your current model name, e.g. claude-opus-4-6>" \
--tool "claude-code" \
--tools-used "<comma-separated list of tools you used: Read,Edit,Bash,Grep,Glob,Write,Agent,etc>" \
--note "<1-2 sentence narrative about what you just did and why>"
"anthropic" for Claude Codeclaude-opus-4-6, claude-sonnet-4-6)"claude-code"Read, Edit, Write, Bash, Grep, Glob, Agent, WebSearch, WebFetch. Only include tools you actually invoked."github,linear,slack")"abc1234")Write from the perspective of a coding partner narrating the session. Focus on:
Keep notes concise (1-2 sentences). Do NOT describe file paths or line counts — the git diff already captures that.
"Added rate limiting to /api/upload — previous impl allowed unlimited requests causing OOM crashes""Fixed race condition in job queue — workers claimed same job due to missing SELECT FOR UPDATE""Refactored auth middleware for compliance — session tokens now encrypted in cookies instead of localStorage""Changed auth.ts" — the git diff already shows this"Updated 3 files" — meaninglessworktale session add immediately after each commit — don't batch them--note "Quick typo fix in README"worktale fails, mention it once and continue normallyWhen this skill activates:
worktale --version succeedsworktale capture --silent to ensure the repo is being trackedWorktale session tracking active. I'll record AI session data after each commit.
If an initial note argument was provided, save it immediately:
worktale session add --provider "anthropic" --model "<model>" --tool "claude-code" --note "<the argument>"