Source

quick-brown-foxxx/coding_rules_python

19 skills · 384 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
building-qt-apps ALWAYS LOAD THIS SKILL WHEN WORKING WITH PYSIDE6, QT, OR DESKTOP GUI CODE. Do not write PySide6 or Qt code directly —…
quick-brown-foxxx/coding_rules_python
97
2
building-multi-ui-apps >- Python-specific extension to myai's `architecting-changes`. Load after myai's `architecting-changes` when a Python…
quick-brown-foxxx/coding_rules_python
45
3
writing-python-code ALWAYS LOAD THIS SKILL WHEN WRITING OR EDITING PYTHON CODE. Do not write or modify Python files directly — use this s…
quick-brown-foxxx/coding_rules_python
45
4
testing-python Python-specific extension to myai's `high-level-testing-strategy`, `test-driven-development`, and `manual-testing`. L…
quick-brown-foxxx/coding_rules_python
37
5
setting-up-python-projects >- Python-specific extension to myai's `setting-up-projects`. ALWAYS LOAD `setting-up-projects` FIRST, THAN THIS skil…
quick-brown-foxxx/coding_rules_python
31
6
writing-python-scripts ALWAYS LOAD THIS SKILL WHEN CREATING ANY STANDALONE PYTHON SCRIPT OR SINGLE-FILE AUTOMATION. Do not create Python scr…
quick-brown-foxxx/coding_rules_python
31
7
setting-up-logging ALWAYS LOAD THIS SKILL WHEN ADDING LOGGING, CONFIGURING LOG OUTPUT, OR SETTING UP COLORLOG IN PYTHON. Do not configur…
quick-brown-foxxx/coding_rules_python
29
8
setting-up-shortcuts ALWAYS LOAD THIS SKILL WHEN ADDING KEYBOARD SHORTCUTS OR HOTKEYS TO A PYSIDE6/QT APP. Do not implement keyboard short…
quick-brown-foxxx/coding_rules_python
28
9
architecting-python-changes >- Python-specific extension to myai's `architecting-changes`. Load after myai's `architecting-changes` when a Python…
quick-brown-foxxx/coding_rules_python
15
10
setting-up-python-backends >- Python-specific extension to myai's `setting-up-backends`. ALWAYS LOAD `setting-up-backends` FIRST, AND THAN THIS …
quick-brown-foxxx/coding_rules_python
14
11
building-python-backends ALWAYS LOAD THIS SKILL WHEN DESIGNING OR CHANGING PYTHON BACKEND, SERVICE, WORKER, OR API ARCHITECTURE: ROUTES, USE-C…
quick-brown-foxxx/coding_rules_python
4
12
multi-ui-architecture Use when building an application that needs multiple interfaces - GUI plus CLI, or planning to add API later
quick-brown-foxxx/coding_rules_python
1
13
python-error-handling Use when implementing error handling in Python - Result pattern, error boundaries, choosing between Result and except…
quick-brown-foxxx/coding_rules_python
1
14
python-testing-heavyweight Use when a project needs containerized test environments, mock servers, custom mock binaries, or real service testing…
quick-brown-foxxx/coding_rules_python
1
15
python-testing-lightweight Use when setting up or writing tests for a Python project - covers pytest configuration, fixtures, test philosophy, a…
quick-brown-foxxx/coding_rules_python
1
16
repair-opencode-kilo-python-lsp-diagnostics Use this skill if you see library resolution errors when doing Python file reads or writes via the edit tool. This ma…
quick-brown-foxxx/coding_rules_python
1
17
setup-python-project Use when creating a new Python project from scratch - sets up directory structure, tooling, and configuration files
quick-brown-foxxx/coding_rules_python
1
18
working-with-qt Use when building or modifying PySide6 Qt desktop applications - covers signals, async integration, manager pattern, …
quick-brown-foxxx/coding_rules_python
1
19
write-single-python-script Use when creating a single-file Python script, automation tool, or small utility using PEP 722 inline metadata
quick-brown-foxxx/coding_rules_python
1