Battle banner
Manavarya09 Manavarya09

Battle

Development community

Description

--- description: Head-to-head graded battle card between two sites — eight dimensions, bar-by-bar, verdict line. argument-hint: <urlA> <urlB> --- Pit two sites against each other and emit a single shareable HTML battle card. ```bash npx designlang battle $ARGUMENTS ``` If `$ARGUMENTS` is empty or contains fewer than two URLs, ask the user for both sites. Both sites are extracted in parallel (~30s total). Outputs land in `./design-extract-output/`: - `<a>-vs-<b>.battle.html` — the shareable

Installation

Installs to ~/.claude/skills/manavarya09-design-extract-battle/SKILL.md

Terminal
mkdir -p ~/.claude/skills/manavarya09-design-extract-battle && curl -fsSL https://raw.githubusercontent.com/Manavarya09/design-extract/HEAD/commands/battle.md -o ~/.claude/skills/manavarya09-design-extract-battle/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository