iterate
@iterate Organization
Public Skills
os-web-performance
by iterate
Diagnose and improve apps/os loading speed, Core Web Vitals, SSR boundaries, asset caching, bundle waterfalls, hydration, and browser-to-itx startup latency. Use when os.iterate.com feels slow, a route shows generic loading UI, Web Vitals regress, repeat visits revalidate assets, or a performance PR needs production-shaped proof.
recreate-production
by iterate
Capture or restore a selected OS project after a deliberate proof-of-concept production erase.
fix-stream
by iterate
Turn a broken agent-stream URL (os.iterate.com/projects/<slug>/agents/streams/agents/<id>) into a red repro test, then a green fix, then a minimal fixture. Use when user says "fix <stream url>", pastes a stream URL with a complaint, or reports an agent chat that went wrong/silent.
cloudflare-traces
by iterate
Query and audit Cloudflare Workers traces and logs through the general Cloudflare API MCP server. Use when diagnosing distributed traces, custom spans, Durable Object or Workers RPC chains, console logs, or correlation IDs.
debug-os-worker
by iterate
Debug OS production and preview failures with Cloudflare traces plus operation-wide logs. Use when diagnosing ITX calls, agent conversations, scheduler alarms, dynamic workers, Durable Objects, or a reported OS correlation ID.
adding-a-new-durable-object-mixin
by iterate
Add or modify a Durable Object mixin in packages/shared/src/durable-object-utils with the repo's required API design, type documentation, tests, and Cloudflare runtime checks. Use when creating a new withX mixin, changing mixin composition types, or extending the durable-object-utils test harness.
creating-an-app
by iterate
Create a new Cloudflare app in this repo with the expected package scripts, Doppler shape, and CI workflow wiring.
new-doppler-project
by iterate
Create a new Doppler project for a repo app or service, wire it to inherit from _shared, add personal dev configs, set minimal app-local secrets, and register it in doppler.yaml. Use when the user adds a new app/service and wants Doppler setup, inheritance, per-user dev configs, or monorepo wiring.
debug-mcp-server
by iterate
Debug MCP servers with the official MCP Inspector UI and CLI. Use when an MCP server will not connect, auth fails, tools/resources/prompts are missing, or a tool call needs to be reproduced outside Codex/Claude.
code-review
by iterate
Review a selected set of code changes against provided rules, check rule-by-rule compliance, propose refactors and solutions, and write a consolidated markdown report. Use when the user asks for a code review, rules compliance review, or refactor recommendations for a change set.
shadcn
by iterate
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
architect-diagnose-performance
by iterate
Diagnose latency, saturation, and throughput regressions.
architect-diagnose-test-flakes
by iterate
Diagnose flaky tests and unstable CI behavior.
architect-monitoring
by iterate
"Monitoring workflow for architect: Fly/Cloudflare checks, task updates, and Slack escalation."
monitor-fly-io-usage
by iterate
Monitor Fly machine health and use focused playbooks.
architect-diagnose-errors
by iterate
Diagnose error spikes and exception clusters with Cloudflare + PostHog evidence.
debug-os-worker
by iterate
Debug failures in the Cloudflare os worker using the Cloudflare MCP server (events, keys, values, and targeted queries). Use when diagnosing 500s, missing logs, daemon/control-plane issues, or request-level regressions in production.
example-skill
by iterate
Example skill published from iterate's root skills directory