Skip to main content
libertininick
GitHub creator profile

libertininick

Repository-level view of 24 collected skills across 1 GitHub repositories.

skills collected
24
repositories
1
updated
Apr 9, 2026
repository explorer

Repositories and representative skills

docstring-conventions
software-developers

Google-style docstring conventions for Python code. Apply when writing or reviewing functions, classes, or modules that need documentation.

Apr 9, 2026
naming-conventions
software-developers

Python naming conventions for this codebase. Apply when writing or reviewing Python code including functions, classes, variables, and constants.

Mar 6, 2026
type-hints
software-developers

Python type hint conventions for this codebase. Apply when writing or reviewing Python code that needs type annotations on functions, classes, or variables.

Mar 6, 2026
pythonic-conventions
software-developers

Essential Pythonic idioms and conventions. Apply when writing or reviewing Python code to ensure idiomatic patterns like comprehensions, built-in functions, context managers, and unpacking.

Mar 6, 2026
code-organization
software-developers

Python code organization conventions for this codebase. Apply when structuring modules, organizing imports, designing file layouts, or moving functions/classes within or between files. Use PROACTIVELY when users request to check code organization, move code,…

Mar 6, 2026
complexity-refactoring
software-developers

Refactoring complex functions into smaller, pure helper functions. Apply when function complexity is exceeded or when extracting helper functions during refactoring. If tasked with fixing ruff lint errors related to complexity, ALWAYS trigger this skill.

Feb 18, 2026
plan-template
software-developerssecretaries-and-administrative-assistants-except-legal-medical-and-executive

Implementation plan templates with format specifications, validation criteria, and examples. Use when creating plans for features, bug fixes, or refactoring. Provides the complete plan structure and writing guidance.

Feb 18, 2026
run-python-safely
software-developers

Execute Python code safely by checking for dangerous operations first. ALWAYS use when running agent-generated Python code.

Feb 18, 2026
Showing 8 of 24 collected skills.
Showing 1 of 1 repositories
All repositories loaded