Load skills from dependencies.
Project description
skilly
Skill's management.
Installation
pip install skilly
Commands
cli
uvx skilly --help
python
from pathlib import Path
from skilly import Skill, SkillRepository
skill = Skill.from_dir(Path(".agents/skills/my-skill"))
github_skill = Skill.from_github(
fetcher,
"https://github.com/example/project/tree/main/.agents/skills/my-skill",
)
repository = SkillRepository()
for match in repository.scan_project():
print(match.available.name, match.status)
Development
To see a list of useful commands run:
just install-dev
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
skilly-0.0.5.tar.gz
(93.4 kB
view details)
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
skilly-0.0.5-py3-none-any.whl
(27.2 kB
view details)
File details
Details for the file skilly-0.0.5.tar.gz.
File metadata
- Download URL: skilly-0.0.5.tar.gz
- Upload date:
- Size: 93.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.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 |
2bf9af4ff9499d6e582ed84926fc842d614754ff1eb7acd86d5fcdaf7a6e907f
|
|
| MD5 |
2d3542ad4ce6391554f2c997452bff13
|
|
| BLAKE2b-256 |
2daa8e83dd6a042594ae81f99096b7e15ba05157283c5e81c0625d86763b0603
|
File details
Details for the file skilly-0.0.5-py3-none-any.whl.
File metadata
- Download URL: skilly-0.0.5-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.13 {"installer":{"name":"uv","version":"0.11.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 |
5c3a797be59febc924cc71c9a88a8eaac7d143e02c20d184dd66232a55900d10
|
|
| MD5 |
24dcba6c4df37eac4de0ecbaa57540cc
|
|
| BLAKE2b-256 |
83cba51223495994eb5ea4677300c285762ea6b2430730a987c65a40474d1b3c
|