ArgentOS Release Checklist
SkillCloud & infraRun an ArgentOS release from start to finish without missing steps. This skill gives your AI the end-to-end release checklist covering every ArgentOS repo and service, so coordinated deploys and production pushes follow the same path each time.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the skill, then ask your AI to run the release checklist when you are ready to deploy. Mentioning words like release, deploy, or ship it is enough for it to pick up the task.
Then ask your AI: use the ArgentOS Release Checklist skill
What your AI can do with it
- Run the end-to-end release checklist across all ArgentOS repos and services
- Coordinate a deploy that spans multiple repos
- Push a release to production following the checklist
- Launch a feature across repos as one coordinated release
- Pick up on requests like release, deploy, go live, or ship it and start the checklist
What this skill tells your AI
The instructions your AI receives, as published by argentaios/argentos-core in skills/argentos-release-checklist/SKILL.md and read by ahel’s review.
Coordinated release across 5 repos, 3 Railway services, and supporting infrastructure.
Pre-Release
1. Linear Check
- All issues for this release are Done or explicitly deferred
- No In Progress items that should block the release
- Release issue exists with acceptance criteria
2. Build All Repos
# argentos (Codex handles)
cd /Users/sem/code/argentos && pnpm build && pnpm test
# argentos-core (Codex handles)
cd /Users/sem/code/argentos-core && pnpm build && pnpm test
# argentos.ai
cd /Users/sem/code/argentos.ai && pnpm build
# argent-marketplace
cd /Users/sem/code/argent-marketplace && pnpm -r build
# argent-docs
cd /Users/sem/code/argent-docs && pnpm build
3. CodeRabbit Review
# Run on any repo with changes
pnpm review:coderabbit
Fix all findings before proceeding.
4. Installer Sync
If installer changed, follow the argentos-installer-sync skill procedure.
Deploy
5. Push All Repos
# Push in dependency order
# 1. argentos-core (if changed, via PR — branch protection)
# 2. argentos.ai (triggers Railway deploy)
# 3. argent-marketplace (triggers Railway deploy)
# 4. argent-docs (triggers Railway deploy)
6. Verify Railway Deploys
Wait for each to complete. Check:
# Website
curl -s https://argentos.ai | head -1
# Marketplace
curl -s https://marketplace.argentos.ai/api/v1/catalog?limit=1 | head -1
# Docs
curl -s https://docs.argentos.ai | head -1
7. Verify Installer
curl -fsSL https://argentos.ai/install.sh | head -5
# Must show #!/usr/bin/env bash, not HTML
Post-Release
8. Smoke Tests
- argentos.ai homepage loads with correct hero tabs
- Marketplace catalog shows packages with VT badges
- Marketplace login (GitHub OAuth) works
- Marketplace package detail pages load with security scan section
- Docs site loads with Context7 widget
-
argent marketplace install <pkg>works from CLI - Newsletter admin at /admin/newsletter loads
9. Update Linear
- Set release issue to Done
- Note any follow-up issues discovered during smoke test
- Record Blacksmith CI status for argentos-core
10. Announce
- Discord announcement (if user-facing changes)
- Update llms.txt if new pages/features added
- Context7 re-index if docs changed significantly
Rollback
If a deploy breaks production:
git revert HEADon the broken repo- Push immediately (don't wait for review)
- Verify the live URL recovers
- Create a Linear issue for the root cause
- Fix properly on a branch, then re-deploy
Service Map
| Service | URL | Deploys From |
|---|---|---|
| Website | argentos.ai | argentos.ai main → Railway |
| Marketplace | marketplace.argentos.ai | argent-marketplace main → Railway |
| Docs | docs.argentos.ai | argent-docs main → Railway |
| CLI installer | argentos.ai/install.sh | argentos.ai main → Railway |
| Marketplace API | marketplace.argentos.ai/api/v1 | Same as marketplace |
Signals
- GitHub stars
- 126
- Forks
- 22
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
argentos-release-checklist- Source
- github.com/argentaios/argentos-core