Landing page and simple docs for the ShakaCode agent stack:
- agent-workflows — the portable playbook/pack for running Codex and Claude Code across repos
- agent-coordination — coordination backend (claims, heartbeats, liveness)
- agent-coordination-dashboard — operator dashboard
Built with Astro. Deploys to Cloudflare Pages at agents.shakacode.com.
Design source: docs/landing-page-design.md in agent-workflows.
This repository supersedes the original design spec's proposal to keep the site in
a site/ directory inside agent-workflows.
npm install
npm run devnpm run build # outputs to dist/npm test # builds the site, then runs both offline checkersThe adoption-ladder checker verifies the homepage ladder's required content and
links against the built Quickstart. The internal-link checker verifies local
page and asset references, including HTML fragment targets, across dist/.
Both checks run offline; they do not validate external URLs over the network.
To run the checkers individually, build fresh output first:
npm run build
npm run check:adoption-ladder
npm run check:linksHosted CI runs .agents/bin/setup (npm ci) and .agents/bin/test (npm test)
on every pull request and push to main. Manual runs are also available through
workflow_dispatch in the deployment workflow.
Cloudflare Pages project: agent-workflows-com.
- Build command:
npm run build - Output directory:
dist - Production branch:
main - Custom domain:
agents.shakacode.com
