# 428 V012 50c8e312

> v0.1.2 - Distribution and Installation

- Skill: `tools-only/428-v012-50c8e312` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/428-v012-50c8e312`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/428-v012-50c8e312/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/428-v012-50c8e312

---

# v0.1.2 - Distribution and Installation

Date: 2026-02-26

## Highlights

- Added Python packaging metadata (`pyproject.toml`) and `mco` console entrypoint.
- Added npm wrapper package (`@tt-a1i/mco`) for Node-based environments.
- Added release workflows for PyPI and npm publishing.
- Updated README with installation instructions (npm wrapper and source install).

## Install

Available now (recommended):

```bash
npm i -g @tt-a1i/mco
```

From source:

```bash
python3 -m pip install -e .
```

PyPI package:
- Not published yet.
- Publish workflow is ready and will be enabled after Trusted Publisher setup.

## Notes

- npm wrapper requires `python3` available on `PATH`.
- YAML config still requires optional dependency: `pip install pyyaml`.

