Opencode Reskin
Description
An OpenCode plugin that generates skin transformation plans for web projects.
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
opencode-reskin
[](https://github.com/vtemian/opencode-reskin/actions/workflows/ci.yml) [](https://www.npmjs.com/package/opencode-reskin)
An OpenCode plugin that generates skin transformation plans for web projects.
/skin nof1
https://github.com/user-attachments/assets/c18e0fa7-971f-4b9e-a17c-0923356e6747
| Before | After |
|---|---|
| Original DataFlow | nof1 Skin |
Available Skins
| Skin | Style | Preview |
|---|---|---|
nof1 |
Neutral dashboard, chart-focused | View |
Quick Start
Add to `~/.config/opencode/opencode.json`:
{ "plugin": ["opencode-reskin"] }
Run the skin command:
/skin nof1
What It Does
When you run `/skin {name}`, opencode-reskin:
- Scans your CSS, Tailwind config, and components
- Compares against the target skin definition
- Outputs an actionable checklist with exact file paths and values
The output is a markdown plan you can execute:
## 1. Colors
### CSS Variables (src/styles/globals.css)
- [ ] Change `--background: #0f172a` → `#ffffff`
- [ ] Change `--foreground: #f8fafc` → `#111111`
### Tailwind Config (tailwind.config.js)
- [ ] Update `colors.background` to `#ffffff`
Architecture: 3 Agents
| Agent | Job |
|---|---|
| opencode-reskin | Orchestrates analysis, generates plan |
| style-analyzer | Scans CSS, Tailwind, design tokens |
| component-scanner | Finds UI components and their styling |
Subagents analyze your project in parallel, then opencode-reskin comp
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11