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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prompt
- Triggers
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.
