Skip to content

Repository files navigation

agent-workflows-com

Landing page and simple docs for the ShakaCode agent stack:

ShakaCode Agent Workflows — Run AI coding agents in fleets, safely

Documentation →

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.

Develop

npm install
npm run dev

Build

npm run build   # outputs to dist/

Checks

npm test   # builds the site, then runs both offline checkers

The 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:links

Hosted 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.

Deploy

Cloudflare Pages project: agent-workflows-com.

  • Build command: npm run build
  • Output directory: dist
  • Production branch: main
  • Custom domain: agents.shakacode.com

About

Landing page and docs for the ShakaCode agent stack (agent-workflows, agent-coordination, dashboard)

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages