Publishes built static page or React artifacts to SourceCraft Sites repo (Yandex infra, Russia) using YYYY/YYYY-MM/page-slug layout via Python script.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sourcecraft-publisher:sourcecraft-publisherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Publish already-built static artifacts to a SourceCraft Sites repository. Works from Russia (Yandex infrastructure).
Publish already-built static artifacts to a SourceCraft Sites repository. Works from Russia (Yandex infrastructure).
This skill is the deployment/output layer for page artifacts created by other skills (e.g. telegram-channel-parser digest).
Every published artifact must go into this path shape inside the target repo:
<year>/<year>-<month>/<page-slug>/
Example:
2026/2026-03/ai-digest-week/Never publish flat at repo root. Never skip the year or year-month nesting.
Input should already exist as one of these:
This skill does not do frontend design work. It packages and publishes what already exists.
Read config/README.md for required environment variables and token setup.
cp config/.env.example config/.env
Required: SOURCECRAFT_TOKEN, SOURCECRAFT_REPO, SOURCECRAFT_SITE_URL.
YYYYYYYY-MM<year>/<year-month>/<page-slug>/index.html normally).sourcecraft/sites.yaml exists in repo rootpython3 scripts/publish_static.py --source <dir-or-html> --slug <name> [--date YYYY-MM-DD]
The script:
.sourcecraft/sites.yaml config existsYYYY/YYYY-MM/slug/Always return the final public URL:
<SOURCECRAFT_SITE_URL>/<year>/<year>-<month>/<page-slug>/
Before pushing, verify:
index.html entrypointRead if needed:
references/publish-checklist.md — operational checklist before pushingnpx claudepluginhub artwist-polyakov/polyakov-claude-skills --plugin sourcecraft-publisherPublishes pre-built static artifacts (e.g., React builds) from workspace to GitHub Pages repo via fine-grained token, into strict year/year-month/page-slug layout, commits/pushes, returns public URL.
Publishes content to brewpage.app as HTML pages, JSON documents, files, or multi-file sites. Handles directory uploads with auto-zipping and entry detection.
Deploys static sites (Hugo, Astro, Next.js, Nuxt, SvelteKit, etc.) to Cloudflare Pages with custom domains, CI/CD, and rollback support.