Skip to content

Commit cc82969

Browse files
committed
fix: correct skills.sh install command format (two-segment, not three)
1 parent 8cfd754 commit cc82969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Best Practices
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4-
[![Skills](https://img.shields.io/badge/skills.sh-python--best--practices-blue)](https://skills.sh/ofershap/python-best-practices/python-best-practices)
4+
[![Skills](https://img.shields.io/badge/skills.sh-python--best--practices-blue)](https://skills.sh/ofershap/python-best-practices)
55

66
Modern Python 3.12+ patterns your AI agent should use. Type hints with `X | Y` syntax, Pydantic v2,
77
uv package manager, match statements, `pathlib`, `pyproject.toml`, `TaskGroup`, and PEP 695
@@ -16,7 +16,7 @@ generics.
1616
### Cursor / Claude Code / Windsurf
1717

1818
```bash
19-
npx skills add ofershap/python-best-practices/python-best-practices
19+
npx skills add ofershap/python-best-practices
2020
```
2121

2222
Or copy `skills/` into your `.cursor/skills/` or `.claude/skills/` directory.

0 commit comments

Comments
 (0)