Agent Skills by gooker_young
Showing 15 vetted skills indexed across 2 GitHub repositories.
fuscan GUI 界面布局规范(WSL Dashboard 风格 · PySide2 + QML)
Define PySide2 and QML dashboard layouts with Sidebar and ContentArea structures.
fuscan 开发技能文档
Guide file scanning engine development with PySide GUI integration patterns.
python-file-io
Standardize Python file system interactions with pathlib and atomic writes.
python-testing
Standardize Python testing workflows with pytest fixtures, parameterization, and mocking.
python-class-design
Generate Python dataclass templates with type annotations and validation.
python-gui-pyside
Generate PySide2 or PySide6 desktop GUI applications with four-zone layouts and QThread tasks.
python-subprocess
Execute external system commands with list-based arguments and timeout management.
python-logging
Implement structured JSON logging with file rotation and hierarchical loggers in Python.
python-concurrency
Guide threading, multiprocessing, and asyncio implementation for Python workloads.
python-config
Merge defaults, TOML files, environment variables, and CLI arguments into validated configuration.
python-cli
Develop Python command-line interfaces with Typer or Click frameworks.
python-performance
Profile Python code with cProfile and generate performance reports.
python-project-structure
Standardize Python project architecture with src layout and PEP 621/735 dependency management.
python-standards
Enforce Python toolchain, style, and architecture constraints for projects.
python-fastapi
Develop, validate, and test FastAPI web services with Pydantic models and pytest.