Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .amazonq/cli-agents/clone-website.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .amazonq/rules/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ scripts/ # Asset download scripts

## How to Reverse-Engineer Any Website

This guide outlines what to capture when inspecting a target website via Chrome MCP or browser DevTools.
This guide outlines what to capture when inspecting a target website via agent-browser CLI or browser DevTools.

## Phase 1: Visual Audit

Expand Down
103 changes: 64 additions & 39 deletions .augment/commands/clone-website.md

Large diffs are not rendered by default.

103 changes: 64 additions & 39 deletions .claude/skills/clone-website/SKILL.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .clinerules
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ scripts/ # Asset download scripts

## How to Reverse-Engineer Any Website

This guide outlines what to capture when inspecting a target website via Chrome MCP or browser DevTools.
This guide outlines what to capture when inspecting a target website via agent-browser CLI or browser DevTools.

## Phase 1: Visual Audit

Expand Down
103 changes: 64 additions & 39 deletions .codex/skills/clone-website/SKILL.md

Large diffs are not rendered by default.

103 changes: 64 additions & 39 deletions .continue/commands/clone-website.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .continue/rules/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ scripts/ # Asset download scripts

## How to Reverse-Engineer Any Website

This guide outlines what to capture when inspecting a target website via Chrome MCP or browser DevTools.
This guide outlines what to capture when inspecting a target website via agent-browser CLI or browser DevTools.

## Phase 1: Visual Audit

Expand Down
103 changes: 64 additions & 39 deletions .cursor/commands/clone-website.md

Large diffs are not rendered by default.

103 changes: 64 additions & 39 deletions .gemini/commands/clone-website.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ scripts/ # Asset download scripts

## How to Reverse-Engineer Any Website

This guide outlines what to capture when inspecting a target website via Chrome MCP or browser DevTools.
This guide outlines what to capture when inspecting a target website via agent-browser CLI or browser DevTools.

## Phase 1: Visual Audit

Expand Down
103 changes: 64 additions & 39 deletions .github/skills/clone-website/SKILL.md

Large diffs are not rendered by default.

103 changes: 64 additions & 39 deletions .opencode/commands/clone-website.md

Large diffs are not rendered by default.

103 changes: 64 additions & 39 deletions .windsurf/workflows/clone-website.md

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ Point it at a URL, run `/clone-website`, and your AI agent will inspect the site
```bash
npm install
```
3. **Start your AI agent** — Claude Code recommended:
3. **Install agent-browser** (browser automation for the clone skill):
```bash
claude --chrome
npm install -g agent-browser && agent-browser install
```
4. **Run the skill**:
4. **Start your AI agent** — Claude Code recommended:
```bash
claude
```
5. **Run the skill**:
```
/clone-website <target-url1> [<target-url2> ...]
```
5. **Customize** (optional) — after the base clone is built, modify as needed
6. **Customize** (optional) — after the base clone is built, modify as needed

> Using a different agent? Open `AGENTS.md` for project instructions — most agents pick it up automatically.

Expand Down
2 changes: 1 addition & 1 deletion docs/research/INSPECTION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## How to Reverse-Engineer Any Website

This guide outlines what to capture when inspecting a target website via Chrome MCP or browser DevTools.
This guide outlines what to capture when inspecting a target website via agent-browser CLI or browser DevTools.

## Phase 1: Visual Audit

Expand Down