panmetis
A curated collection of agent skills for AI coding assistants.
Installation
uv add panmetis
Or with pip:
pip install panmetis
Usage
import panmetis
Development
Clone the repository and sync dependencies:
git clone https://github.com/stabilefrisur/panmetis.git
cd panmetis
uv sync
Build:
uv build
Updating Skills
Skills are managed via the skills CLI. The .agents/skills/ directory is symlinked to src/panmetis/skills/, so updates write directly into the package source. The temporary home prevents the CLI from also creating links for installed agent runtimes such as Claude Code.
tmp_home=$(mktemp -d)
trap 'rm -rf "$tmp_home"' EXIT
mkdir -p "$tmp_home/.copilot"
HOME="$tmp_home" XDG_CONFIG_HOME="$tmp_home/.config" npx --yes skills update --project --yes
License
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 panmetis-0.1.5.tar.gz.
File metadata
- Download URL: panmetis-0.1.5.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","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":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f63a6b8d1eaea339e010041c4cce80953b7d256c397f2e1541bd305acc0b54e2
|
|
| MD5 |
010442af392f2391a1fb9515789594f6
|
|
| BLAKE2b-256 |
e3ade34b9794e2e26cd5340ace299612b70d4e3a540224607c51660a71236779
|
File details
Details for the file panmetis-0.1.5-py3-none-any.whl.
File metadata
- Download URL: panmetis-0.1.5-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","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":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1189eb548da9cd9a6f8dabd9e1484cefaecdb4535af756547e7019bc8f3d78c9
|
|
| MD5 |
7b9fb51474fb93dac59a9b22336327d1
|
|
| BLAKE2b-256 |
524fc1cad3c2e7b8162c2c7b69748029d6cb56168b102bef834e7cf8666be75a
|