一键导入
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.