-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Releases: JCodesMore/ai-website-cloner-template
v0.3.1 - Windows CRLF Fix for Agent Rules Sync
Fix: platform instruction files now correctly include the Inspection Guide on Windows
The sync-agent-rules.sh script failed to resolve @file imports on Windows due to CRLF line endings, causing platform instruction files (Copilot, Cline, Continue, Amazon Q) to show <!-- Import not found --> instead of the Inspection Guide content.
Fixed
sync-agent-rules.shnow strips\rbefore resolving@fileimports — matches the CRLF fix applied tosync-skills.mjsin v0.3.0
Full Changelog: v0.3.0...v0.3.1
Assets 2
v0.3.0 - Multi-URL Cloning & CI Quality Gates
Multi-URL cloning, CI quality gates, and cross-platform polish
This release brings multi-URL support to the /clone-website skill, adds automated CI quality checks, and refines documentation and tooling across all supported platforms.
Highlights
- Multi-URL cloning — pass multiple URLs to
/clone-websiteand each site is cloned in parallel with isolated output directories - CI quality gates — every push and PR now runs lint, typecheck, and build automatically via GitHub Actions
- Local quality check —
npm run checkruns the full validation pipeline locally before you push - Cross-platform reliability — fixed CRLF line ending handling in
sync-skills.mjsfor seamless Windows operation - Better onboarding —
.nvmrcand.gitattributesensure consistent environments for new contributors
What's Changed
Added
- Multi-URL support for
/clone-website— clone multiple sites in a single command with parallel processing and isolated output - CI quality gates via GitHub Actions — automated lint, typecheck, and build on every push and PR
npm run typecheckandnpm run checkscripts for local quality validation.gitattributesfor cross-platform line ending normalization.nvmrcto pin Node.js 20 for contributor consistency
Changed
- Streamlined PR template — removed redundant checklist items and screenshots section
- Improved project description and README — clearer use cases, limitations, and modern wording
- Refined documentation and agent rules across all platforms for clarity and consistency
- Fixed CRLF handling in
sync-skills.mjsfor reliable Windows operation
Removed
- Outdated use case from README documentation
New Contributors
- @SABUJ123472 made their first contribution in #15
- @krataratha made their first contribution in #14
- @rishikeshmanohar made their first contribution in #12
Full Changelog: v0.2.0...v0.3.0
Contributors
Assets 2
v0.2.0 - Multi-Platform AI Agent Support
Multi-Platform AI Agent Support
The template now works with 13 AI coding agents — not just Claude Code.
Supported Platforms
| Agent | Status |
|---|---|
| Claude Code | Recommended — Opus 4.6 |
| Codex CLI | Supported |
| OpenCode | Supported |
| GitHub Copilot | Supported |
| Cursor | Supported |
| Windsurf | Supported |
| Gemini CLI | Supported |
| Cline / Roo Code | Supported |
| Continue | Supported |
| Amazon Q | Supported |
| Augment Code | Supported |
| Aider | Supported |
What's New
- Platform-specific instruction files and
/clone-websiteskill for each agent - Sync scripts to regenerate platform files from a single source of truth:
bash scripts/sync-agent-rules.sh— regenerates instruction files fromAGENTS.mdnode scripts/sync-skills.mjs— regenerates/clone-websiteskill for all platforms
- Updated README with Supported Platforms table and sync documentation
Full Changelog
https://github.com/JCodesMore/ai-website-cloner-template/blob/master/CHANGELOG.md
Assets 2
v0.1.1 - Project Hygiene
Project Hygiene
Adds standard open-source project files for a better contributor experience.
Added
- Bug report and feature request issue templates (structured YAML forms)
- Pull request template with checklist
- CHANGELOG.md following Keep a Changelog format
- Package.json metadata (description, repository, homepage, keywords, engines)
Fixed
- LICENSE copyright holder now attributed to JCodesMore
Assets 2
v0.1.0 - Initial Release
Initial Release
The base template for reverse-engineering any website and rebuilding it as a pixel-perfect clone using Claude Code.
What's Included
- Next.js 16 + shadcn/ui + Tailwind CSS v4 scaffold
/clone-websiteskill for full-site cloning pipeline/build-from-specand/customizeskills- Parallel builder agents with git worktree isolation
- Chrome MCP integration for design token extraction
- Comprehensive inspection guide and project structure
Getting Started
See the README for setup instructions.