# 2026.02.24 Weekly Meeting

**URL:** https://discourse.slicer.org/t/2026-02-24-weekly-meeting/46266
**Category:** Weekly meetings
**Created:** [February 23, 2026, 9:14pm UTC](https://discourse.slicer.org/t/2026-02-24-weekly-meeting/46266 "2026-02-23T21:14:36Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![ebrahim](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/ebrahim/32/13403_2.png) [@ebrahim](https://discourse.slicer.org/u/ebrahim)
#### Post date: [February 24, 2026, 5:33pm UTC](https://discourse.slicer.org/t/2026-02-24-weekly-meeting/46266/4 "2026-02-24T17:33:52Z")

</div>

Notes from the meeting

## slicer-skill (Steve, and everyone)

- [New slicer-skill ai tool](https://discourse.slicer.org/t/new-slicer-skill-ai-tool/46243)
- [GitHub - pieper/slicer-skill: SKILLS.md style information for slicer programing and usage](https://github.com/pieper/slicer-skill)

Lots of discussion on skills and other coding agent workflows.

## pip\_install features PR (Ebrahim)

- [Slicer#9010](https://github.com/Slicer/Slicer/pull/9010)
- Docstrings shortened; most examples are moved to a [new script repository section](https://slicer--9010.org.readthedocs.build/en/9010/developer_guide/script_repository.html#python-package-management).
- Split off the `slicer.util.pip_*` out of `slicer.util` into a new package.
  - With the name `slicer.packaging` we run into a name conflict with the `packaging` module (a dependency of `pip`).
  - Landed on the name: `slicer.pydeps`. So `slicer.pydeps.pip_ensure(...)`, etc.
    - `py` in the name of a python module is kind of annoying. Or is it? pydicom?
    - Maybe we should actually make `slicer.util` into an import package and make `slicer.util.pydeps` (with a better name than `pydeps`). Because we are importing all `slicer.*` things, and so if “sub-utilities” are all direclty under the `slicer` package then we prevent ourselves from using good package names due to this name shadowing issue. We may want to set the precedent now that “sub-utilities” should be `slicer.util.*`.
    - Review can proceed and when we finalize the naming and package organization we can do it at the end before merging.

---

_[View the full topic](https://discourse.slicer.org/t/2026-02-24-weekly-meeting/46266)._
