Skindion Installer
Description
Public bootstrap for Skindion's Claude Code plugins. Self-installs gh CLI, authenticates, and pulls the real installer from the private skindion-agents repo. One-liner UX for non-technical team members.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
skindion-installer
Public bootstrap repo for installing Skindion's Claude Code plugins on team members' machines. The actual plugin code (Harvey + future agents) lives in the private [maxazcona/skindion-agents](https://github.com/maxazcona/skindion-agents) repo.
What's here
This repo only contains short bootstrap scripts. Each script:
- Installs GitHub CLI (
gh) if missing — viawinget(Windows) orbrew/apt(Mac/Linux) - Runs
gh auth loginif not already authenticated - Verifies the user's GitHub account has access to the private
skindion-agentsrepo - Downloads the real installer for the requested agent via authenticated
gh api - Executes it
This is "public bootstrap → private installer" so the public surface is minimal (just gh install + auth) while the actual plugin source stays IP-protected.
Install Harvey ✍️ (the copywriter)
Windows 10 / 11 (PowerShell)
iwr -useb https://raw.githubusercontent.com/maxazcona/skindion-installer/main/bootstrap-harvey.ps1 | iex
macOS / Linux (bash)
curl -sSL https://raw.githubusercontent.com/maxazcona/skindion-installer/main/bootstrap-harvey.sh | bash
Prerequisites the bootstrap CAN'T install for you
- Claude Code desktop app — install + log in first: https://claude.ai/download
- A GitHub account that has been added to the maxazcona org with access to
skindion-agents. Ping Max if you're not sure. - The MCP wiki token — Mau sends this in the invite email. The installer prompts you to paste it.
Updating
Inside any Harvey chat in Claude Code, run `/update-harvey`. The slash command pulls the latest plugin version + reports what changed.
Future agents
When Pulse, Valeria, or per-role assistants ship, they'll get their own bootstrap script in this repo (e.g. `bootstrap-pulse.ps1`). One-liner pattern stays the same.
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://