mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Add runtime version example to compatibility field
Add a third example showing a Python version requirement alongside `uv`. This complements the existing examples (product targeting and system tool requirements) by demonstrating version-pinned runtime requirements — the kind of non-obvious constraint that the `compatibility` field is useful for. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
e42cbd6f8a
commit
99b8edf685
@@ -135,6 +135,9 @@ compatibility: Designed for Claude Code (or similar products)
|
||||
```yaml
|
||||
compatibility: Requires git, docker, jq, and access to the internet
|
||||
```
|
||||
```yaml
|
||||
compatibility: Requires Python 3.14+ and uv
|
||||
```
|
||||
</Card>
|
||||
|
||||
<Note>
|
||||
|
||||
Reference in New Issue
Block a user