You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Build Python packages the right way — R-inspired philosophy for scaffolding, API design, testing, docs, deprecation lifecycle, and PyPI release using uv, rich, pytest, and mkdocs-material.",
"description": "Build Python packages the right way — R-inspired philosophy for scaffolding, API design, testing, docs, deprecation lifecycle, and PyPI release.",
Copy file name to clipboardExpand all lines: README.md
+34-29Lines changed: 34 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,33 +4,34 @@
4
4
5
5
## What is this?
6
6
7
-
**python-package-development** is a [Claude Code](https://docs.anthropic.com/en/docs/claude-code)skill that teaches Claude how to build Python packages the right way — using the hard-won wisdom of the R package ecosystem.
7
+
**python-package-development** is a [Claude Code](https://docs.anthropic.com/en/docs/claude-code)plugin that teaches Claude how to build Python packages the right way — using the hard-won wisdom of the R package ecosystem.
8
8
9
9
Python has incredible packages. But it has never had a unified philosophy for *building* them. The R world has one: Hadley Wickham's [*R Packages*](https://r-pkgs.org/) book (with Jenny Bryan), backed by tools like `devtools`, `usethis`, `roxygen2`, `cli`, and `lifecycle`.
10
10
11
-
This skill translates that philosophy into Python using modern tools: `uv`, `rich`, `pytest`, and `mkdocs-material`.
11
+
This plugin translates that philosophy into Python using modern tools: `uv`, `rich`, `pytest`, and `mkdocs-material`.
12
12
13
13
> Looking for the CLI tool? See [packright](https://github.com/Naareman/packright) — the companion Python package that automates these conventions from the command line.
0 commit comments