pep8-code-style-compliance-verification

pep8-code-style-compliance-verification is a skill for Claude Code, Codex from HolobiomicsLab/asb-skill-collections. It costs 35 tokens per session (1,523 once invoked), scanned A, original, Apache-2.0.

A procedure for checking Python code against PEP 8, a commonly used set of Python formatting and style conventions. It uses linting tools and may use formatters such as black or autopep8.

In plain words
What is it for?
It is for checking scientific Python packages during development, review, or continuous integration.
Why use it?
It finds inconsistent formatting and style problems before they slow down collaboration or code review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for checking scientific Python packages during development, review, or continuous integration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/holobiomicslab/asb-skill-collections/pep8-code-style-compliance-verification
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HolobiomicsLab/asb-skill-collections --skill pep8-code-style-compliance-verification
Clone the repo
git clone --depth 1 https://github.com/HolobiomicsLab/asb-skill-collections

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pep8-code-style-compliance-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/pep8-code-style-compliance-verification/github.svg)](https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/pep8-code-style-compliance-verification)
Your own site
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/pep8-code-style-compliance-verification"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/pep8-code-style-compliance-verification/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pep8-code-style-compliance-verification

Your own site · 80×15
<a href="https://agentmods.dev/skills/holobiomicslab/asb-skill-collections/pep8-code-style-compliance-verification"><img src="https://agentmods.dev/badge/skills/holobiomicslab/asb-skill-collections/pep8-code-style-compliance-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,523 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.01523
Opus 5 $0.00017 $0.00762
Sonnet 5 $0.00007 $0.00305
Haiku 4.5 $0.00003 $0.00152

Measured 4d ago against content hash 9b431b690c4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pep8-code-style-compliance-verification scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

collections/epigenomics/v1/skills/pep8-code-style-compliance-verification/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PEP8 code style compliance verification

Summary

Automated verification that Python code adheres to PEP 8 style conventions using linting tools (flake8) and optional code formatters (black, autopep8). This skill ensures consistent code style across a scientific Python package, which improves maintainability and code review efficiency.

When to use

Apply this skill when developing or reviewing Python code for a scientific package (e.g., cooltools) that targets collaborative development with multiple contributors. Use it as part of continuous integration (CI) workflows or before submitting pull requests to enforce uniform style and catch formatting issues automatically rather than during manual code review.

When NOT to use

  • Input is legacy Python code without existing style baseline and refactoring is out of scope—linting will flag numerous violations that may be impractical to fix retroactively without dedicated effort.
  • Project uses a custom or non-standard Python style guide incompatible with PEP 8—flake8 enforces PEP 8 conventions and cannot be easily configured to override them.
  • Style compliance is not a project priority and code review does not enforce uniform formatting—applying this skill without team buy-in will create friction without benefit.

Inputs

  • Python source files (.py)
  • Python package repository with setup.py or pyproject.toml
  • Pytest configuration file (pytest.ini or pyproject.toml)

Outputs

  • Flake8 linting report (stdout/log with line-by-line violations or clean status)
  • Formatted Python source files (if using black or autopep8 with in-place option)
  • CI/CD test pass/fail status based on style compliance

How to apply

Integrate flake8 linting into your pytest-based testing framework using the pytest-flake8 extension to check code style alongside unit tests. Run flake8 from the repository root to identify style violations against PEP 8 standards. Optionally use black or autopep8 as an automated code formatter to repair formatting issues; black is recommended for deterministic, uncompromising formatting. Execute the linter as part of the standard test suite (e.g., pytest) so that style violations fail the build. Configure project-level rules in pyproject.toml or setup.cfg to specify which violations to enforce. Evaluate success by confirming zero style warnings in CI logs and that all code diffs show consistent formatting across the codebase.

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 103 lines · 35 tokens per session scan A 9b431b690c4e

Subscribe to this mod's changes

pep8-code-style-compliance-verification is a skill published in the GitHub repository HolobiomicsLab/asb-skill-collections (15 stars, last pushed 5d ago), licensed Apache-2.0. It adds 35 tokens to every session and 1,523 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.

Related

Other skills, from other repositories

pytdc

Use Therapeutics Data Commons through the PyTDC Python package for registry discovery, approved dataset access, task-aware splits (scaffold, cold-start, temporal, combination), evaluator metrics, benchmark groups, and bounded molecular-oracle workflows. Use this skill to find which TDC datasets exist for a therapeutic…

K-Dense-AI/drug-discovery-agent-skills · 150 tokens

datamol

Pythonic wrapper around RDKit with a simplified interface and sensible defaults. Preferred for standard drug discovery work — SMILES/SELFIES/InChI conversion, molecule standardization and sanitization, descriptors, ECFP and other fingerprints, Tanimoto distance matrices, Butina clustering and diverse subset picking…

K-Dense-AI/drug-discovery-agent-skills · 178 tokens

seaborn-statistical-plots

Statistical visualization on matplotlib with native pandas support. Auto aggregation, CIs, grouping for distributions (histplot, kdeplot), categorical (boxplot, violinplot), relational (scatterplot, lineplot), regression (regplot, lmplot), matrix (heatmap, clustermap), grids (pairplot, FacetGrid). Use for quick…

jaechang-hits/SciAgent-Skills · 93 tokens

biopython-sequence-analysis

Biopython sequence analysis: parse FASTA/FASTQ/GenBank/GFF (SeqIO), NCBI Entrez (esearch/efetch/elink), remote/local BLAST, pairwise/MSA alignment (PairwiseAligner, MUSCLE/ClustalW), phylogenetic trees (Phylo). Use for gene family studies, phylogenomics, comparative genomics, NCBI pipelines. For…

jaechang-hits/SciAgent-Skills · 118 tokens

pymc-bayesian-modeling

Bayesian modeling with PyMC 5: priors, likelihood, NUTS/ADVI sampling, diagnostics (R-hat, ESS), LOO/WAIC comparison, prediction. Hierarchical, logistic, GP variants; predictive checks.

jaechang-hits/SciAgent-Skills · 59 tokens

pyimagej-fiji-bridge

Python bridge to ImageJ2/Fiji for macros, plugins (Bio-Formats, TrackMate, Analyze Particles), NumPy↔ImagePlus/ImgLib2 exchange, and ImageJ Ops. Automates Fiji headlessly from Python. Use scikit-image for pure Python without Fiji plugins; napari for visualization.

jaechang-hits/SciAgent-Skills · 73 tokens