automation-using-scriptcollection

Installation
SKILL.md

General

General information

ScriptCollection is a python-package which contains reusable automations for building, testing, linting, releasing and maintaining software-projects.

ScriptCollection provides two kinds of entrypoints:

  1. Commandline-commands (all prefixed with sc, for example scbuildcodeunits), which are available as global commands after installing the package.
  2. Python-API (most importantly the ScriptCollection.TFCPS-module, "TFCPS" = "Tasks For Common Project Structure"), which is imported by the scripts inside a repository.

How to recognize that a repository uses ScriptCollection

A repository implements its automation with ScriptCollection if at least one of the following is true:

Installs
4
First Seen
Aug 17, 2026
automation-using-scriptcollection — aniondev/aniondevpublicskills