ワンクリックで
code-journal
code-journal には pandazki から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Bootstrap a code-journal project at the cwd. Interactive Q&A then provisions the project's user-home root at ~/.code-journal/<userId>/<orgId>/projects/<projectId>/ and registers the cwd in that project's `config.cwds[]`. No pointer file is written into the cwd itself. Refuses to overwrite an existing project's config without explicit consent.
Manually trigger work-log synthesis for the current Project. Delegates to the work-log-synthesizer subagent, which observes how the user worked across all of the Project's registered directories (and their git worktrees) and appends entries via the CLI. Use when a meaningful unit of work just happened, when uncaptured work has accumulated, or when running a scheduled catch-up.
Generate a daily code-journal report for today (default) or a specified date. Spawns daily-report-drafter to draft and save the markdown; submission is the host application's call.