Agent skill

at-daily-log

Summarize each day's Git activity into a concise daily work log, for a single date or a range. Uses the current repository, optional configured work projects, or paths named in conversation; configuration is never required.

kairyougithub.com/kairyouGitHub ↗
claude-codecodexMIT
Install
npx skills add kairyou/agent-tools --skill at-daily-log --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/workflow/at-daily-log/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 159
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Daily Work Log `resolve evidence -> group related commits -> draft or record` ## Date and evidence scope Default to today. Accept plain-language dates or ranges (`2026-07-31`, yesterday, last week, this month) and normalize to `[from, to]`; query through `<to + 1 day>` because Git's `--until` boundary is exclusive. State the resolved date or range. Read optional `workProjects` from `~/.agent-tools/config.jsonc`. An entry is a path or `{ "path", "prompt" }`, where the prompt is free text this skill follows for that project, such as how to label items or which commits to skip. - No project named: current Git repository plus configured projects. - Projects named directly: only those projects. - "Also include" / `另外包含`: add them to the default scope. Resolve paths to Git roots and deduplicate them. Report invalid paths; a non-Git current directory does not block other valid projects. Do not clone remote URLs without consent. For each repository, resolve the author with `git -C <root> config user.name`; never infer aliases or use the remote login as the author. Inspect all local branches, current HEAD, user-named branches, and configured upstreams. Unless the user requests local-only

What's inside
Steps it walks through
  1. Date and evidence scope
  2. Build work items
  3. Output
  4. Draft or record
More from agent-tools
All skills →
About this skill
What does the at-daily-log skill do?

Summarize each day's Git activity into a concise daily work log, for a single date or a range. Uses the current repository, optional configured work projects, or paths named in conversation; configuration is never required.

How do I install it?

Run `npx skills add kairyou/agent-tools --skill at-daily-log --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From kairyou/agent-tools, a repository with 159 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going