Benign skill
Formats Python files with black and isort.From its SKILL.md
npx -y skills add ob-aion/pruner --skill benign-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.6 KB, 110 tokens by cl100k_base, as published. Nobody here has run it
Code formatter
A narrow utility skill. Formats Python files in place using black and isort.
When to use
When the user asks to format Python code or normalise import order.
How
black <path> && isort <path>
The skill expects black and isort to be installed in the environment. It does not write to identity files, does not fetch external URLs, does not embed inline-deps without pins, and does not contain hidden Unicode payloads.
What ships with it: 1 file
450 B alongside SKILL.md
- EXPECTATIONS.md450 B