moai-lang-python

Set up pytest, ruff, black, and mypy for Python projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-python-junseokandylee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-python
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-lang-python
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-python-junseokandylee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers you to write high-quality, maintainable, and robust Python code by enforcing modern best practices. It automates the setup and application of essential tools for testing, type checking, linting, and package management, eliminating manual configuration and ensuring consistent code quality across your projects.

Core Features & Use Cases

  • TDD with pytest: Guides through test-driven development using pytest for test discovery, fixtures, and coverage enforcement.
  • Code Quality with ruff & black: Automatically applies ruff for fast linting and black for opinionated code formatting, ensuring consistent style.
  • Type Safety with mypy: Integrates mypy for static type checking, enhancing code reliability and catching errors early.
  • Use Case: When you need to "Python 테스트 작성" (write Python tests) or ensure "Python 타입 힌트" (Python type hints) are correctly applied, this skill provides the expertise and tools.

Quick Start

Ask to "Python 테스트 작성" for a new feature, and the skill will guide you through TDD with pytest.