
from han170
Comprehensive guide to configuring Pylint: pylintrc, message control, plugins, scoring, CI integration, and production-ready best practices for Python projects.
This skill provides a full, structured guide to professional Pylint configuration and usage. It walks through installation, project-level pylintrc setup, message control, plugin usage, scoring, CI/CD integration, performance tuning, and common troubleshooting patterns so teams can enforce consistent static analysis.
Use this skill when setting up linting for a new Python project, migrating existing lint configurations, integrating Pylint into CI pipelines, or diagnosing configuration-related issues. It’s targeted at maintainers and engineering teams who need reproducible linting rules and robust error-handling for automated quality gates.
Suited to code-aware assistants that help with developer workflows (Claude Code, Codex, Copilot-style tools). The content is procedural and intended to support automation of configuration and CI flows.
This skill is a low-quality, AI-generated boilerplate dump about Pylint configuration. The code examples are JavaScript-style pseudocode in Python blocks (function/const syntax), none are runnable. No actual pylint configuration, pylintrc examples, or message control details are provided — just vague filler like 'Feature 1: Core functionality'. Nearly zero practical value.
Appears to be auto-generated template content with zero domain-specific substance. The 'code examples' are all JavaScript pseudocode (function declarations, const, try/catch) placed inside ```python blocks. No security issues but essentially useless as a skill. user-invocable: false suggests it may be an internal skill from the han repo, but the content quality is extremely poor regardless.
GraphQL Inspector — Validate
Validate GraphQL operations against a schema with configurable depth, complexity, alias and directive limits to catch errors before runtime.
Pytest Plugins Guide
Guidance on the pytest plugin ecosystem: plugin development, pytest-cov, pytest-mock, configuration, CI integration, and advanced patterns.
Gleam — Erlang Interop
Guides Gleam developers to call Erlang libraries, declare external functions, handle Erlang types, and integrate with OTP, NIFs, and ports.
Atomic Design — Quarks
Guidance for creating and organizing ‘quarks’—design tokens and primitive values (colors, spacing, typography, shadows) that form the foundation of a design sys
Professional Honesty
Guidelines for agents to prioritise technical accuracy and direct, evidence-based communication instead of excessive agreeableness.
React Native Components
Practical guidance and patterns for building React Native UI components: core components, composition, performance best practices, and common patterns.
Gluestack UI — Accessibility
Guidance and best practices for building accessible interfaces with gluestack-ui (WCAG 2.1 AA, ARIA, screen readers, keyboard navigation).
Tailwind Configuration
Guides configuring tailwind.config (content paths, theme extension, plugins, dark mode and production optimizations) for projects using Tailwind CSS.
Ink Hooks & State Management
Guidance and examples for using React-style hooks (useState, useEffect, useInput, useApp, useStdout, useFocus) to manage state and side effects in Ink terminal
Docker Compose Networking
Practical guidance for designing Docker Compose network topologies—service discovery, bridge and internal networks, aliases, static IPs, and troubleshooting for