laurigates/mcu-tinkering-lab

lint

Run linting and formatting checks on codebase

First seen Apr 27, 2026

Installation

$ npx skills add laurigates/mcu-tinkering-lab --skill lint

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from laurigates/mcu-tinkering-lab · top by installs.

npx skills add laurigates/mcu-tinkering-lab

Browse all from laurigates/mcu-tinkering-lab

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 38
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(just:*), Bash(cppcheck:*), Bash(ruff:*), Bash(clang-format:*)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 825 B
  • docs SUMMARY.md 57 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

Lint and Format Codebase

Run linting on the codebase: $ARGUMENTS

Available Lint Types

  • (no argument) - Run all linters: just lint
  • c or cpp - Run C/C++ linting only: just lint-c
  • python or py - Run Python linting only: just lint-python
  • format - Format all code: just format
  • format-check - Check formatting without modifying: just format-check

Tools Used

  • C/C++: cppcheck for static analysis, clang-format for formatting
  • Python: ruff for linting and formatting

Report any issues found with file locations and descriptions. For formatting issues, suggest running just format to auto-fix.