Converts an existing local WordPress Studio site's wp-content directory into a fresh clone of a GitHub repo while preserving the site's local runtime data (uploads, SQLite database, db.php drop-in, sqlite-database-integration mu-plugin, and all installed plugins and themes). Use when the user asks to "set up git on an existing site", "make this site's wp-content a git repo", "swap wp-content for <repo> on an existing site", "git-ify my Studio site's wp-content", "back the existing site with this repo", "point my local site at <repo>", "clone <repo> into an existing site without losing my uploads/database/plugins/themes", or describes any variant of converting an already-working local Studio site to be backed by a git repo. For brand-new sites with no local data to preserve, use clone-new-site instead.
$npx -y skills add a8cteam51/claude-code-plugins --skill clone-into-existing-siteInstalls into the current project.
Run `npx skills use "https://github.com/a8cteam51/claude-code-plugins" --skill "a8cteam51/claude-code-plugins/clone-into-existing-site"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/a8cteam51/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/a8cteam51/claude-code-plugins"` and select the relevant skills, then follow their instructions.