diff --git a/apps/docs/content/docs/reference/agent-skills.mdx b/apps/docs/content/docs/reference/agent-skills.mdx
index 7550910..9c8f71d 100644
--- a/apps/docs/content/docs/reference/agent-skills.mdx
+++ b/apps/docs/content/docs/reference/agent-skills.mdx
@@ -27,3 +27,13 @@ The skill covers:
- Debugging failing test cases
- Judge provider configuration
- Run comparison via `history --diff`
+
+## Agent harness integration
+
+Type `/regtrace init` inside an agent harness (OpenCode, Claude Code, Cursor,
+Zed, Aider, etc.) to bootstrap regtrace without writing config by hand. The
+agent scans your project for LLM signals — prompts, client calls, RAG chains,
+tools, and API routes — then generates golden sets and config wired to your
+actual code.
+
+See `skills/regtrace/SKILL.md` for the full workflow.
diff --git a/apps/docs/content/docs/tutorials/getting-started.mdx b/apps/docs/content/docs/tutorials/getting-started.mdx
index 640da84..0d34e20 100644
--- a/apps/docs/content/docs/tutorials/getting-started.mdx
+++ b/apps/docs/content/docs/tutorials/getting-started.mdx
@@ -57,6 +57,13 @@ This creates:
- `.env.example` — template with commented API key placeholders
- `.regtrace/runs/` — local run storage
+