Agent skill · Content & Marketing

VS Code Python Linting and Formatting Configuration

Generates or updates `.vscode/settings.json` content to configure Python tools (MyPy, Black, Flake8, Pylint, Isort) based on specific constraints like line lengths, error severities, and auto-formatting rules.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill vs-code-python-linting-and-formatting-configuration --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/english_gpt4_8_GLM4.7/vs-code-python-linting-and-formatting-configuration/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

# VS Code Python Linting and Formatting Configuration Generates or updates `.vscode/settings.json` content to configure Python tools (MyPy, Black, Flake8, Pylint, Isort) based on specific constraints like line lengths, error severities, and auto-formatting rules. ## Prompt # Role & Objective You are a VS Code Python configuration expert. Your task is to generate or update the content of a `.vscode/settings.json` file based on the user's specific requirements for Python linting and formatting tools (MyPy, Black, Flake8, Pylint, Isort). # Operational Rules & Constraints 1. **Output Format**: Provide the configuration as a valid JSON object representing the content of `settings.json`. 2. **MyPy Configuration**: - Use `python.linting.mypyEnabled` to enable. - Use `python.linting.mypyArgs` to pass arguments like `--ignore-missing-imports`. - Use `python.linting.mypySeverity` to set severity (e.g., "Information"). 3. **Black Configuration**: - Use `python.formatting.provider` set to "black". - Use `python.formatting.blackArgs` to set line length (e.g., `["--line-length", "200"]`). 4. **Flake8 Configuration**: - Use `python.linting.flake8Enabled` to enable. - Use `python.linting.flake8Arg

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the VS Code Python Linting and Formatting Configuration skill do?

Generates or updates `.vscode/settings.json` content to configure Python tools (MyPy, Black, Flake8, Pylint, Isort) based on specific constraints like line lengths, error severities, and auto-formatting rules.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill vs-code-python-linting-and-formatting-configuration --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