Skip to content

Commit 2175eac

Browse files
Add an agent skill to modify the Python module layout
1 parent 5425095 commit 2175eac

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • .agents/skills/usethis-python-module-layout-modify
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: usethis-python-module-layout-modify
3+
description: Modify the Python module layout (create, move, rename, or delete modules)
4+
compatibility: usethis, Python
5+
license: MIT
6+
metadata:
7+
version: "1.0"
8+
---
9+
10+
# Modifying the module layout for Python projects
11+
12+
Make sure to adhere to the Import Linter checks using the `usethis-qa-import-linter` skill.

0 commit comments

Comments
 (0)