Split Python style skill into focused modules

This commit is contained in:
2026-03-16 14:18:05 +08:00
parent 0bb3ec31a4
commit 19b12dbd17
9 changed files with 260 additions and 115 deletions
+4
View File
@@ -0,0 +1,4 @@
interface:
display_name: "Python Tensor Typing"
short_description: "Tensor typing with jaxtyping"
default_prompt: "Apply jaxtyping and beartype patterns for tensor-heavy Python code while preserving repository conventions. Only use this skill when the repo already uses these tools or the user explicitly asks to standardize on them."