Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: JCodesMore/ai-website-cloner-template

v0.3.1 - Windows CRLF Fix for Agent Rules Sync

30 Mar 04:18
@JCodesMore JCodesMore

Choose a tag to compare

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.sh now strips \r before resolving @file imports — matches the CRLF fix applied to sync-skills.mjs in v0.3.0

Full Changelog: v0.3.0...v0.3.1

Assets 2
Loading
mesutde, chib30333, 00emmma, conrro, dinamagdy7, MSTrYoshee, obbany, and raj-xd28 reacted with thumbs up emoji C4sp3n-bit, S151271, and maxchichar reacted with heart emoji
11 people reacted

v0.3.0 - Multi-URL Cloning & CI Quality Gates

30 Mar 04:01
@JCodesMore JCodesMore

Choose a tag to compare

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-website and 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 checknpm run check runs the full validation pipeline locally before you push
  • Cross-platform reliability — fixed CRLF line ending handling in sync-skills.mjs for seamless Windows operation
  • Better onboarding.nvmrc and .gitattributes ensure 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 typecheck and npm run check scripts for local quality validation
  • .gitattributes for cross-platform line ending normalization
  • .nvmrc to 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.mjs for reliable Windows operation

Removed

  • Outdated use case from README documentation

New Contributors

Full Changelog: v0.2.0...v0.3.0

Contributors

rishikeshmanohar, SABUJ123472, and krataratha
Loading
chib30333 reacted with thumbs up emoji C4sp3n-bit reacted with rocket emoji
2 people reacted

v0.2.0 - Multi-Platform AI Agent Support

28 Mar 20:37
@JCodesMore JCodesMore

Choose a tag to compare

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-website skill for each agent
  • Sync scripts to regenerate platform files from a single source of truth:
    • bash scripts/sync-agent-rules.sh — regenerates instruction files from AGENTS.md
    • node scripts/sync-skills.mjs — regenerates /clone-website skill 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

Loading
C4sp3n-bit, adam2am, mohammedabdu552026-ship-it, empireforge23-arch, SABUJ123472, chib30333, tourclassic567-glitch, and LevramUzo reacted with hooray emoji
8 people reacted

v0.1.1 - Project Hygiene

28 Mar 20:34
@JCodesMore JCodesMore

Choose a tag to compare

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
Loading
chib30333 reacted with thumbs up emoji chib30333 reacted with laugh emoji chib30333 reacted with hooray emoji C4sp3n-bit reacted with heart emoji
2 people reacted

v0.1.0 - Initial Release

28 Mar 20:34
@JCodesMore JCodesMore

Choose a tag to compare

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-website skill for full-site cloning pipeline
  • /build-from-spec and /customize skills
  • 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.

Loading

AltStyle によって変換されたページ (->オリジナル) /