website-refactor
Installation
SKILL.md
This skill orchestrates a complete website refactor using Claude Code agent teams. It composes four standalone skills — website-analysis, design-system, web-audit, and seo-migration — as specialized teammates that work in parallel alongside a designer agent.
The user provides: the URL of the existing site, the target tech stack, and design direction (preserve brand, modernize, or fully redesign).
Prerequisites
- Agent teams enabled:
// ~/.claude/settings.json
{ "env": { "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" } }
- Companion skills installed (each teammate follows its respective skill):
npx skills add saccoai/agent-skills@website-analysis -g
npx skills add saccoai/agent-skills@design-system -g
npx skills add saccoai/agent-skills@web-audit -g
npx skills add saccoai/agent-skills@seo-migration -g