Nick Libertini
Community@libertininick · Denver, CO
Nick is a Machine Learning Engineer, a coffee aficionado & looks forward to traveling outside the planet someday.
Agent Skills by Nick Libertini
Showing 24 vetted skills indexed across 2 GitHub repositories.
skill-template
Standardize Claude Code skills with a SKILL.md frontmatter-guided structure.
fetch-docs
Fetch library documentation via Context7 MCP using doc IDs and topics.
validate-code
Run lint, format, type, and test checks on Python projects.
pythonic-conventions
Automate Pythonic conventions like comprehensions, built-ins, context managers, and unpacking.
data-structures
Define Python data-structure conventions for Pydantic models and dataclasses.
testability
Assess code testability to reveal unit testing challenges.
complexity-refactoring
Extract pure helper functions from complex Python functions exceeding McCabe thresholds.
test-quality
Assess test suites for quality and coverage across CI pipelines.
run-python-safely
Execute Python code securely using AST-based analysis and enforced timeouts.
naming-conventions
Standardize Python naming conventions for functions, variables, classes, and constants.
docstring-conventions
Enforces Google-style docstring sections for Python functions, classes, methods, and modules.
function-design
Enforce Python function design conventions for signatures, parameters, return types, and async patterns.
maintainability
Evaluate code maintainability using structured criteria during code reviews.
code-organization
Standardize Python project structure with module layout and import ordering rules.
test-writing
Standardize pytest conventions for Python test suites.
explore-project
Identify project layout and key files from repository metadata.
write-markdown-output
Write content to timestamped Markdown files with UTC-based filenames.
pr-description-template
Generate standardized PR descriptions with Summary, What's Included, and Testing Notes sections.
plan-template
Generate standardized implementation plans with frontmatter, sections, and quality checks.
class-design
Enforce composition and protocol-based interfaces in Python class design.
frameworks
Validate codebase dependencies against an approved frameworks registry.
review-template
Generate structured Markdown code review documents with severity guidance.
type-hints
Enforce consistent Python type hints using modern syntax conventions.
validate-manifest
Validate .claude/manifest.json structure, fields, and references via Python script.