Install the continuity-note agent skill: write a self-contained handoff so a fresh context can resume work.
Project description
continuity-note
Read this in Italiano.
Install the continuity-note agent skill into your AI coding tools.
A continuity note is a self-contained handoff document: it lets a fresh context — another agent, a teammate, or you tomorrow — resume in-progress work without replaying the conversation. The skill teaches your agent to write one well: a fixed structure (goal, current state, next steps, key decisions, gotchas, files, how to verify, open questions), references to artifacts instead of pasted copies, redacted secrets, and an honest split between what was verified and what was only assumed.
This package is a small installer. The skill itself is plain Markdown; the CLI copies it into the skills directory your agent already reads.
Install
pip install continuity-note # or: pipx install continuity-note
continuity-note install # copies the skill into detected agents
install with no arguments auto-detects which agents are present and installs
into each. Choose explicitly with target names:
continuity-note install claude # Claude Code (~/.claude/skills)
continuity-note install codex # Codex ($CODEX_HOME/skills)
continuity-note install agents # Copilot CLI / Gemini CLI (~/.agents/skills)
continuity-note install all # all of the above
continuity-note install --target ~/my/skills # a custom directory
The skill is copied as a physical file (not a symlink), so it keeps working
after you pip uninstall continuity-note or switch virtualenvs.
Use
Once installed, restart your agent so it picks up the new skill, then just ask:
write a continuity note for what we did today
or "hand this off", "save state, context is running out", "document where we are
so I can continue tomorrow". The agent writes the note to your working directory
as continuity-note-<topic>-<date>.md and tells you the path.
Manage
continuity-note status # show where it's installed and whether current
continuity-note install --force # update after upgrading the package
continuity-note uninstall # remove from all known agents
Supported agents
| Target | Agent(s) | Skills directory |
|---|---|---|
claude |
Claude Code | ~/.claude/skills |
codex |
Codex | $CODEX_HOME/skills (default ~/.codex/skills) |
agents |
Copilot CLI, Gemini CLI | ~/.agents/skills |
Any other agent that reads a skills directory of SKILL.md files works too —
point --target at it.
License
MIT. The skill is derived from the original "handoff" skill by Matt Pocock (also MIT); see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file continuity_note-0.1.0.tar.gz.
File metadata
- Download URL: continuity_note-0.1.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f40b817a7e2acf914c9266e196daeccdf90350fdab9f48c65bb034966f73b86b
|
|
| MD5 |
07125d4f61794c8e558fb586d3dd7d7a
|
|
| BLAKE2b-256 |
657da11db5b75b88e840d0cadb95286bd1fc52c51c8ebe6a20ae2a7c66a156f5
|
File details
Details for the file continuity_note-0.1.0-py3-none-any.whl.
File metadata
- Download URL: continuity_note-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a27e324587788d5b73e5ebe18580cf2b0c67896b1035320a2a75324fb5c7de7
|
|
| MD5 |
be36d4a596593ddd1fc3bf79853d2fed
|
|
| BLAKE2b-256 |
f7df285408eecb61e353e858c236e3191f0b56b0c43364e57466005a3bfff30f
|