skilly. Buy ad slot
All skills
Personal Productivity / AGENT SKILL

log

Railly/agent-brain
0 installs 22 GitHub stars
0

Record activity in today's daily file.
Log activity to today's daily file

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

Quick log to daily file: $ARGUMENTS

1. Get today's log path: `02_Journal/daily/$(date +%Y-%m-%d).md`
2. If file doesn't exist, create with minimal template
3. Append entry with timestamp:

```markdown
- [HH:MM] $ARGUMENTS
```

4. Confirm logged

Examples:
- `/log Learned about petgraph traversal patterns`
- `/log Research: compared auth providers`
- `/log Content idea: thread about X`

No output verbosity. Just confirm: "Logged to YYYY-MM-DD.md"