ClaudSkills / Dev Tools / linters-formatters

Scitex Linter

Quality score: 70/100  ·  Category: Dev Tools  ·  Sub-category: linters-formatters
lang:python
AST-based linter for reproducible-research Python — 47 built-in rules across 7 categories — STX-I* (imports, e.g. enforce `import scitex as stx`, no star imports, stdlib ordering), STX-IO* (forbid raw `pd.read_csv` / `np.load` / `pickle` / `fig.savefig` → use `stx.io.save` / `stx.io.load`), STX-P* (path handling — no hardcoded `/home/...`, always resolve via `stx.path`), STX-PA* (plot/axes — axis labels/units required, no `plt.show()` in scripts), STX-S* (stats — report effect sizes + CIs alongside p-values, FDR correction for multiple tests), STX-FM* (figure/matplotlib — DPI, tight_layout, colorblind-safe palette), STX-ST* (structure — `@stx.session` entrypoint, `if __name__ == "__main__"` guard, file-size thresholds). Public API — `list_rules(category=...)`. Plugin-loader discovers third-party rule packs. 3 MCP tools — `linter_check` (lint files), `linter_check_source` (lint a string), `linter_list_rules` (browse catalog). Drop-in replacement for `flake8` / `ruff` / `pylint` / `pycodestyle` when you want the *scientific-reproducibility* rule set specifically — it does NOT replace general-purpose linters, it complements them. Use whenever the user asks to "lint my scitex code", "check scitex conventions", "is this using stx.io correctly?", "what scitex rules does this violate?", "list linter rules", "show STX-IO001 meaning", "enforce reproducible-research style", or mentions STX-*, scitex-linter, scitex conventions, reproducibility lint.

What this skill does

Scitex Linter is a production-ready Claude Code skill (quality score 70/100) in the linters-formatters sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/scitex-linter/ and loads when your prompt matches the skill's trigger.

When to invoke it: Use whenever the user asks to "lint my scitex code", "check scitex conventions", "is this using stx.io correctly?", "what scitex rules does this violate?", "list linter rules", "show STX-IO001 meaning", "enforce reproducible-research style", or mentions STX-*, scitex-linter, scitex conventions, reproducibility lint.

Who uses this skill

The Scitex Linter skill is built for developers, power users, and teams automating repetitive workflows and improving developer experience. It is part of the open ClaudSkills registry, a community-curated catalog of 15,000+ capabilities you can install for Claude Code — the Claude CLI agent.

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/scitex-linter
curl -L https://claudskills.com/skills/scitex-linter/SKILL.md \
  -o ~/.claude/skills/scitex-linter/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/scitex-linter/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/scitex-linter/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\scitex-linter\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

More Dev Tools skills

Browse all Dev Tools skills in the ClaudSkills registry, or explore these top-rated picks from the same category:

Browse all Dev Tools skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Code skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt