Imported from pavelzw/pixi-browse (AGENTS.md). Install upstream with npx skills add pavelzw/pixi-browse. Copyright stays with the author.
Lockfiles must be consistent with package metadata. After any change to pixi.toml, run pixi lock.
Everything runs in a pixi environment. Any command (like pytest) must be prefixed with pixi run (e.g. pixi run pytest).
Code formatting must align with our standards. Run pixi run lint before git commits to ensure this.
When using things from py-rattler and pulling data, always properly type them, try to avoid using Any.
Don't write tests with monkeypatch. Instead, write real-data tests using snapshots.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/pavelzw-pixi-browse-pixi-browse/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
pavelzw-pixi-browse-pixi-browse.ocm.jsonjson
{
"ocm": "1",
"id": "pavelzw-pixi-browse-pixi-browse",
"kind": "skill",
"name": "pixi-browse",
"description": "Lockfiles must be consistent with package metadata. After any change to `pixi.toml`, run `pixi lock`.",
"publisher": "pavelzw",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Lockfiles must be consistent with package metadata. After any change to `pixi.toml`, run `pixi lock`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pavelzw/pixi-browse",
"path": "AGENTS.md",
"ref": "3d5a634bc68a39e98fd3ef30fffb4f3247607bc2",
"url": "https://github.com/pavelzw/pixi-browse/blob/3d5a634bc68a39e98fd3ef30fffb4f3247607bc2/AGENTS.md",
"key": "pavelzw/pixi-browse/AGENTS.md"
}
},
"instructions": "Lockfiles must be consistent with package metadata. After any change to `pixi.toml`, run `pixi lock`.\n\nEverything runs in a pixi environment. Any command (like `pytest`) must be prefixed with `pixi run` (e.g. `pixi run pytest`).\n\nCode formatting must align with our standards. Run `pixi run lint` before `git commit`s to ensure this.\n\nWhen using things from py-rattler and pulling data, always properly type them, try to avoid using `Any`.\n\nDon't write tests with `monkeypatch`. Instead, write real-data tests using snapshots.",
"cost": {
"context_tokens": 131
}
}
Fetch it by URL: GET /api/v1/registry/pavelzw-pixi-browse-pixi-browse/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.