AI agents run inside a harness (Claude Code, Codex, and friends). A meta-harness is the layer above it: the capabilities that span repos, sessions, and time, filling the gaps a single harness leaves behind.
metaharness.tools is an educational reference explaining what meta-harnesses are, what they add, and why the layer is emerging. We try to keep it clear and objective, and we welcome pull requests if we got something wrong or left something out.
Built with Astro + Tailwind CSS, managed as an Nx workspace.
pnpm install
pnpm dev # nx dev website — http://localhost:4321| Command | Description |
|---|---|
pnpm dev |
Dev server with HMR |
pnpm build |
Production build → apps/website/dist |
pnpm preview |
Preview the production build |
pnpm storybook |
Storybook for the animations package |
apps/website/ Astro site
src/pages/ routes
src/layouts/ shared layouts
src/components/ sections & UI
integrations/ build-time SEO artifacts (llms.txt, robots, sitemap)
tools/og/ OG image generator (Satori → PNG)
packages/animations/ shared animated diagrams
Deployed to Netlify (see netlify.toml). Build command pnpm exec nx build website, publish dir apps/website/dist. The OG image is generated at build time by the og Nx target (a dependency of build).
MIT
