Total Skills
1
Skills published by clyso with real stars/downloads and source-aware metadata.
Total Skills
1
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
python3-cbs
0
Use this skill whenever working on a Python 3.13+ monorepo that uses uv workspaces, ruff for formatting/linting, and basedpyright for type checking. Trigger this skill when: writing new Python code, editing existing Python files, fixing lint or type errors, running ruff or basedpyright, interpreting tool output, adding dependencies, writing tests, writing docstrings, handling exceptions, or any time code quality tools are mentioned. Also trigger when the user says things like "check types", "fix lint", "run ruff", "type errors", "pyright errors", "make this pass CI", "add a dependency", "write a test", "async or sync?", or similar. This skill covers config resolution across root and package levels, correct tool invocation via uv, strict typing rules, async awareness, exception conventions, logging, imports, dependency management, and docstring style.