Add a whole STRUCTURE to the site (a news feed, a blog, a documentation tree, a catalogue) by COMPOSING it from the Frozen Template Constructor — vetted frozen bricks assembled by file copy + token substitution, with ZERO code generation, so any model gives the identical result. Use when the owner says "make me a news page", "add a blog", "I want documentation", "add a catalogue". The composer (compose-frozen-template.mjs / the owner_template_compose_structure MCP tool) MATCHES the request to a primitive by its envelope (100%-fit on every axis or it is NOT that primitive), installs the shared engine if absent, and composes the router + placeholder documents through two seams (list provider + uniform aspects). If nothing fits, REFUSE HONESTLY naming the failing axis and offer to harvest a new brick or use classic development — never force a bad fit, never generate code. Also composes a PROJECT PAGE (the Projects layer starter interface: description + react-flow process diagram + cron-queue and results tables + a durable Workflow DevKit workflow mirroring the diagram, with its run-trigger API route) from the mount-based 'project-page' primitive via owner_template_compose_project_page — use when the owner wants a private automation / internal tool ("automate publishing on a schedule", "a tool for my own use"), NOT a public page group. Self-sufficient: no Hermes, no other agent required.
$npx -y skills add fractera/agent-engineering-infrastructure --skill compose-frozen-templateInstalls into the current project.
Run `npx skills use "https://github.com/fractera/agent-engineering-infrastructure" --skill "fractera/agent-engineering-infrastructure/compose-frozen-template"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fractera/agent-engineering-infrastructure" that are relevant to the current task. Run `npx skills add "https://github.com/fractera/agent-engineering-infrastructure"` and select the relevant skills, then follow their instructions.