byfractera· 18 skills
Do a content request the RIGHT way, end-to-end, through the frozen development-step process. Use whenever the owner asks for content work — "make me a page about Apple", "add a news section", "add 3 test news", "create a blog". You pass only the INTENT (an action + a topic); this orchestrator DECOMPOSES it by the site's state (does the section exist?) into dependent sub-steps, and runs EACH through the full lifecycle: open a development step → do it → deploy → RECORD the deployment → close the step. The deployment record is a GATE — a step never closes without it (the Vercel invariant). You do NOT chain tools yourself, do NOT decompose by hand, do NOT generate content or code. Prefer this over calling compose / create-page directly for any real owner request.
$npx -y skills add fractera/agent-engineering-infrastructure --skill orchestrate-content-by-stepsInstalls into the current project.
Run `npx skills use "https://github.com/fractera/agent-engineering-infrastructure" --skill "fractera/agent-engineering-infrastructure/orchestrate-content-by-steps"` 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.