almanac
almanac curates agent skills. A skill is a directory that contains a
SKILL.md file. The file holds YAML frontmatter with a name and a
one-line description, then a body of instructions. almanac list shows
the available skills. almanac show <name> prints the full content of
one skill. An agent sees what it can do without reading every SKILL.md
first.
Install
The package is lmnc, because almanac was taken on every registry. The
command is almanac, and both names install together.
cargo install --locked lmnc
brew install cjohnhanson/tap/almanac
uv tool install lmnc
npm install -g lmnc
cargo install builds from source. It needs Rust 1.88 and a C
compiler. The other three carry a prebuilt binary for macOS and Linux,
x86-64 and arm64, published by a tagged release.
To build the unreleased main branch:
cargo install --locked --git https://github.com/cjohnhanson/almanac
Or run it without installing:
uvx lmnc list
npx lmnc list
A release also carries prebuilt archives and a .deb, on the releases
page. Each archive
holds the binary and the man page. Install a .deb with dpkg -i: it
is a file, not a repository, so apt-get install does not reach it.
Check the install with almanac --version.
Usage
almanac list # every skill, with descriptions
almanac show <name> # the full SKILL.md content
almanac index # a JSON index for machines
almanac docs [topic] # the bundled documentation
How it works
almanac.yml governs one library directory. Almanac pins every entry
to a commit and a content hash, and stamps every vendored directory as
managed. add trusts a source on first use: it runs a mechanical
red-flag scan, and it needs an explicit --accept. update shows the
upstream diff and a fresh scan before it re-pins, and sync --check
fails when a pinned entry drifts.
library: skills
skills:
- name: gaff
source: github:cjohnhanson/gaff
path: skills/gaff
ref: main
rev: 849b76e2…full sha…
sha256: sha256-v1:…
The index is small enough to inject into agent context. list prints
one line per skill. show loads the instructions for one skill on
demand. index --md --max-bytes 4096 prints a markdown skills index
that fits a byte budget. prime prints what almanac is and how to
use it, for an agent's context; it depends only on the binary version.
Sources
github:owner/repo(or bareowner/repo): pinned by commit and hash.git:<url>: any git server over https, git://, or a local path. Almanac tries a sha fetch, then the recorded ref, then a full fetch, all in-process on gix. No git program runs. An ssh URL is refused, because gix would spawn ssh for it.dev:<path>: a local snapshot of a skill you develop alongside.sync --checkskips it and reports drift as information.
Composed libraries
A library can draw on other libraries. Declare them in stores.yml,
each under a local alias:
format: 2
stores:
- alias: shared
path: ../team-skills
- alias: upstream
git: https://example.com/org/skills
A skill name is the identity, and two libraries can hold the same name.
The nearer library wins: this library first, then each declared library
in declaration order. list, show, and index all give the winner,
so the list shows what an agent loads.
A skill that loses a name stays on disk. almanac check reports every
shadowed name and the library it came from.
A skill declares the skills it needs:
---
name: reviewing
description: My review process.
requires:
- shared:testing
- writing
---
An entry with no alias names a skill in the same library. almanac check reports an entry that names no skill, and an entry that uses an
alias the library does not declare.
almanac store list shows the libraries and their skill counts.
almanac store sync fetches the remote ones into a local cache. Four
commands reach the network: add, update, sync, and store sync.
Every other command reads what is already vendored or cached, so an
answer never changes because of a fetch nobody asked for.
Serving a library
almanac serve # stdin and stdout, for a child process
almanac serve --bind 127.0.0.1:8931 # for clients that connect
The server offers the skills extension, readable resources, and tools.
A client cannot be asked which it understands, so the surfaces are
configuration: --surfaces skills,resources,tools. The default is
skills,tools, because every client can call a tool. A served library
is read-only, and no flag changes that: curating a skill is a decision
a person makes at the command line. It also has no authentication, so
bind it to 127.0.0.1 or put an authenticating proxy in front.
Read almanac docs composition for the model.
Documentation
- What is Almanac?: skill format, sources, design
- Curation and pinning: the manifest workflow and the trust model
- CLI reference: every command and flag
Related
Tools that keep their data as plaintext in the repository, where an agent can read it:
- tisket: an issue tracker. Markdown issues with YAML frontmatter, in the repository
- zettel: zettelkasten notes for a repository
- gaff: a context-lifecycle handler for coding agents
- missouri: end-to-end tests as directed graphs of filesystem states
- mdstore: the frontmattered markdown library almanac indexes skills with
License
MIT.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
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 lmnc-0.2.4.tar.gz.
File metadata
- Download URL: lmnc-0.2.4.tar.gz
- Upload date:
- Size: 96.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6507ebbb18842ca259052181c920cde8213bd4394c426994929a67e44da93bb
|
|
| MD5 |
e0603827efc4d7cf00f8bf8e0317e53d
|
|
| BLAKE2b-256 |
6cb074f8dc256fb004f6bb02392b00cfe9885f1a3f8bdf133c699ed5aa831d3c
|
File details
Details for the file lmnc-0.2.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_1_x86_64.whl.
File metadata
- Download URL: lmnc-0.2.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.musllinux_1_1_x86_64.whl
- Upload date:
- Size: 8.1 MB
- Tags: Python 3, manylinux: glibc 2.17+ x86-64, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e30cd896012e8389c3039b780d77acc7245ed16651101f70aa15209247033d1
|
|
| MD5 |
df8f0943f1e647cd84698068b1c0d991
|
|
| BLAKE2b-256 |
e2957ae4b2cadfb6105661a803fa008d534e519b587b8540637869124aab9fb8
|
File details
Details for the file lmnc-0.2.4-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl.
File metadata
- Download URL: lmnc-0.2.4-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl
- Upload date:
- Size: 7.5 MB
- Tags: Python 3, manylinux: glibc 2.17+ ARM64, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20965c0ec20fc35b3b9c07eacb142874c51a99bfd4f62547b90b0f3d79548b49
|
|
| MD5 |
d4d5418314e4cea8315a0aeb60bf69e7
|
|
| BLAKE2b-256 |
3d9a44343020450b076ab6ff07e20d700c4fb9b09ad678a57b72585a6752453d
|
File details
Details for the file lmnc-0.2.4-py3-none-macosx_11_0_arm64.whl.
File metadata
- Download URL: lmnc-0.2.4-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.4 MB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a714c137915e5c02ef60991179c6834b6473e47b4d44ecaf45bf1038fdea348c
|
|
| MD5 |
7de2ccee341124beefd9565d87c6ff9d
|
|
| BLAKE2b-256 |
efd060677f2dda8b113b1087e33db8e3fecdfafed186fbba9787b4deadd56db7
|
File details
Details for the file lmnc-0.2.4-py3-none-macosx_10_12_x86_64.whl.
File metadata
- Download URL: lmnc-0.2.4-py3-none-macosx_10_12_x86_64.whl
- Upload date:
- Size: 7.7 MB
- Tags: Python 3, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bc649c147bcdfb571cf33a291feba881d84a8e7efc44bb30b6d25dcb1d91ec8
|
|
| MD5 |
8032e89101ec835fca0d2c14ed26ad63
|
|
| BLAKE2b-256 |
dd764d276d01f27fc20068a3693d5b732f1a843afae8654841a0c1f10d87ba15
|