Skip to content

Commit f3ce88a

Browse files
zaniebkrubenok
andauthored
add name field to agent skills frontmatter (#15)
Co-authored-by: Kyle Rubenok <kyle@rubenok.ca>
1 parent f803467 commit f3ce88a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/astral/skills/ruff/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: ruff
23
description:
34
Guide for using ruff, the extremely fast Python linter and formatter. Use this
45
when linting, formatting, or fixing Python code.

plugins/astral/skills/ty/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: ty
23
description:
34
Guide for using ty, the extremely fast Python type checker and language
45
server. Use this when type checking Python code or setting up type checking in

plugins/astral/skills/uv/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: uv
23
description:
34
Guide for using uv, the Python package and project manager. Use this when
45
working with Python projects, scripts, packages, or tools.

0 commit comments

Comments
 (0)