Powered by /chronicle — generates a fresh, personalized Copilot tip every time you start a new session. No hardcoded tips, no limits — a new tip every day based on your real usage.
Two files work together:
| File | Location | Purpose |
|---|---|---|
SKILL.md |
~/.copilot/skills/daily-tip/ |
Skill that uses /chronicle to generate a tip |
daily-tip.json |
~/.copilot/hooks/ |
sessionStart hook that triggers the skill automatically |
- When you open Copilot CLI, the sessionStart hook fires.
- The hook invokes the daily-tip skill.
- The skill asks
/chronicleto generate a fresh, unique tip. - The tip is displayed — no caching, no stored tips.
Works in any terminal, any folder, any project.
Open Copilot CLI and paste this prompt:
Install the daily tip skill from gist.github.com/johnpapa/7f64eca8159e79eeae92ec8229f2bf78. Download SKILL.md to ~/.copilot/skills/daily-tip/SKILL.md and daily-tip.json to ~/.copilot/hooks/daily-tip.json.
rm -rf ~/.copilot/skills/daily-tip
rm -f ~/.copilot/hooks/daily-tip.json