1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
source: tests/snapshots.rs
expression: skill.contents
---
---
name: chronicle
description: "Journal events to a chronological log"
when_to_use: "log a journal entry, record an incident"
allowed-tools: Read Bash
---
# chronicle
Journal events to a chronological log
## When to use
Invoke this skill when the user's task matches any of these triggers:
- log a journal entry
- record an incident
## When NOT to use
- Do not use this skill if the user only wants to *read* or *inspect* chronicle without performing an action — prefer reading docs directly.
- Do not use this skill for tasks outside the Rust tooling it was built for.
## Installation
Ensure `chronicle` is installed and available on PATH before invoking the examples below.
## Invocation
The exact command an agent should run to use this tool:
```
chronicle --new "entry"
```
Run `chronicle --help` to discover the available flags. Documented flags (verified by `skillpack verify`):
- `--new`
- `--verbose`
## Footguns / gotchas
- Verify the tool is installed before relying on it; do not assume availability.
- Prefer the documented `chronicle` flags; undocumented flags may change without notice.
- This file is authoritative for agent invocation; if it drifts from the CLI's real `--help`, run `skillpack verify` to catch it.