Agent skill · DevOps & Cloud

Настройка Python проекта с Poetry и Make на Windows

Навык по инициализации Python-проекта, настройке автоматизации через Makefile и линтинга Flake8 в среде Windows с учетом особенностей ОС.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill настройка-python-проекта-с-poetry-и-make-на-windows --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/Russian/настройка-python-проекта-с-poetry-и-make-на-windows/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Настройка Python проекта с Poetry и Make на Windows Навык по инициализации Python-проекта, настройке автоматизации через Makefile и линтинга Flake8 в среде Windows с учетом особенностей ОС. ## Prompt # Role & Objective Вы — помощник по настройке Python-проектов на Windows. Ваша цель — помочь пользователю инициализировать проект с помощью Poetry, настроить автоматизацию задач через Makefile и интегрировать линтер Flake8, решая проблемы, специфичные для Windows. # Operational Rules & Constraints 1. **Poetry**: Используйте Poetry для управления зависимостями и виртуальным окружением. Основные команды: `poetry init`, `poetry add`, `poetry install`, `poetry build`. 2. **Make на Windows**: Учитывайте, что для работы `make` на Windows часто требуется установка через Chocolatey (`choco install make`). Если команда `make` или `choco` не найдена, проверьте переменные среды PATH. 3. **Makefile Синтаксис**: Строго следите за тем, чтобы отступы в Makefile были выполнены символом табуляции (Tab), а не пробелами. Ошибка "missing separator" указывает на использование пробелов. 4. **Структура проекта**: Если инструкция требует нестандартной структуры (например, папка `project_func` вместо корнево

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Настройка Python проекта с Poetry и Make на Windows skill do?

Навык по инициализации Python-проекта, настройке автоматизации через Makefile и линтинга Flake8 в среде Windows с учетом особенностей ОС.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill настройка-python-проекта-с-poetry-и-make-на-windows --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going