Skill Claude CodeCodex
A text-cleaning tool that removes lines made only of repeated symbols or divider characters.
Skill Claude CodeCodex
A text-cleaning tool that removes lines made only of repeated symbols or divider characters.
Skill Claude CodeCodex
A tabular-data tool that finds unusually high or low numeric values using several statistical methods, including IQR, Z-score, and Isolation Forest.
Skill Claude CodeCodex
A text filter that keeps samples whose share of stopwords is above a chosen minimum. Stopwords are common words such as “the” and “of.”
Skill Claude CodeCodex
A sampling tool that divides structured data into groups based on a chosen field, then selects records from each group without replacement.
Skill Claude CodeCodex
A data filter that keeps samples whose names or values have a specified file suffix.
Skill Claude CodeCodex
A sampling tool that selects records at a fixed interval from ordered data.
Skill Claude CodeCodex
A whitespace-cleaning tool for structured data files that expands tabs, removes trailing spaces, and can remove shared indentation.
Skill Claude CodeCodex
A table-reading tool that collects rows from CSV, TSV, and Excel files into one structured records file.
Skill Claude CodeCodex
A table-structure checker that compares a data table with a standard schema, meaning the expected column names and column count.
Skill Claude CodeCodex
A text filter that keeps text containing action words, such as verbs describing operations.
Skill Claude CodeCodex
A plain-text file collector that reads TXT, Markdown, reStructuredText, log, and other text files from a file or directory and produces structured text records.
Skill Claude CodeCodex
A text filter that finds entities—such as named people, places, or things—that are independent of the surrounding words, using dependency relationships in the text.
Skill Claude CodeCodex
A text-fragment removal tool that deletes exact phrases supplied by the user from a text field while preserving the other fields.
Skill Claude CodeCodex
A text-pair similarity filter that keeps pairs of texts whose similarity falls within a specified range.
Skill Claude CodeCodex
A long-text splitting tool that divides documents by paragraphs, sentences, line length, non-empty lines, or research-paper section headings.
Skill Claude CodeCodex
A time-series analysis tool that marks unusual numeric values and sudden changes using Z-scores and differences between consecutive points.
Skill Claude CodeCodex
A date and currency normalizer that converts common dates to YYYY-MM-DD and changes prefixed dollar, euro, and yen amounts into numeric USD, EUR, or CNY values.
Skill Claude CodeCodex
A time-series smoothness checker that detects jumps between neighboring values and repeated up-and-down movement within a window.
Skill Claude CodeCodex
A sampler for JSONL time-series data, which is data recorded over time in one JSON object per line. It groups records into time windows and selects samples evenly from each window.
Skill Claude CodeCodex
A text filter that keeps samples whose total token count falls within a chosen range. Tokens are the pieces of text used by language-processing systems.
Skill Claude CodeCodex
A formatter for TSV files, where columns are separated by tab characters. It loads and formats these files for further data processing.
Skill Claude CodeCodex
A checker that tests whether values in selected fields are unique across an entire table. Empty values are skipped, and multiple fields are checked separately.
Skill Claude CodeCodex
A data-structure checker that compares a file's column names and column count with a standard schema, which is the expected table layout.
Skill Claude CodeCodex
A structured-data checker that looks for a quality-control identifier field, such as QC0000, and adds it when it is missing.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: