---
name: docxology/template-publish
source: https://app.decimal.ai/s/docxology-template-publish@1/SKILL.md
source_sha256: 5d42f2593090
---

# SKILL: template-publish

Publishing automation scripts.

Start with [`docs/guides/publication-runbook.md`](../../docs/guides/publication-runbook.md)
for the modular path from rendered project to standalone public GitHub mirror,
real Zenodo DOI, optional mirrors, and archival handoff.

## Invocation

```bash
uv run python scripts/publish/test_pypi.py
uv run python scripts/publish/verify_install.py
uv run python scripts/publish/publish_project_release.py \
  --project templates/<name> --tag v1.0.0 --repo owner/repo
uv run python scripts/publish/upload_template_project.py --project <name>
```

## Related

- `scripts/publish/AGENTS.md` — detailed publishing documentation
- `infrastructure/publishing/` — publishing modules