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 AnyIO Async"
short_description: "Repo-aligned AnyIO patterns"
default_prompt: "Apply AnyIO task-group, cancellation, timeout, and async-boundary patterns while preserving the repository's existing async model. Only use this skill when the repo already uses AnyIO or the user explicitly asks to standardize on it."