Simpler Setup & Shared Agent Skills
Get started by asking your coding agent to prepare a standalone project, or create your own GitHub repository with the template button. Claude Code, Codex, Cursor, and OpenCode now share one maintained cloning workflow.
Highlights
- Two-step Quick Start — prepare your project, then run one cloning command.
- One skill to maintain — a canonical
.agentsskill and a small Claude Code command bridge replace generated copies and sync scripts. - One README — English is the single maintained entry point.
Compatibility
Maintained support is now limited to Claude Code, Codex, Cursor, and OpenCode. Other generated agent integrations have been removed. Edit .agents/skills/clone-website/ directly; there is no synchronization step.
What's Changed
Added
- Repository ranking badges in the README
Changed
- Simplified Quick Start with a copyable agent setup prompt, a template button, and one cloning command example
- Consolidated Claude Code, Codex, Cursor, and OpenCode support around one canonical Agent Skill in
.agents/skills/clone-website/ - Reduced the Claude Code integration to a thin command bridge that forwards arguments to the canonical skill without creating a duplicate skill in other agents
- Moved the website inspection guide into the canonical skill's on-demand references
Removed
- Expired sponsor integrations
- Japanese and Simplified Chinese READMEs; the English README is the single maintained entry point
- Redundant workflow diagrams from the READMEs
- Generated skill and instruction copies for unsupported or redundant agent platforms
- The agent-rule and skill synchronization scripts and their generated-file CI gate
Full Changelog: v0.4.0...v0.5.0