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