Agent Plugins Marketplace
All plugins

neon

v0.1.0

Applies Finnomena's brand theme on top of the Coinbase Design System (CDS) so any employee's vibe-coded UI mockups automatically follow company branding instead of CDS's default theme.

Claude Code2 Skills

By Finnomena0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install neon for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install neon@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pawisssh/neon

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

neon/
├── .claude-plugin/plugin.json
├── skills/neon-starter/SKILL.md
└── skills/neon-theme/SKILL.md

Included Skills2

neon-starterskills/neon-starter/SKILL.md

Scaffold a new, ready-to-run Vite + React + TypeScript project pre-wired with Finnomena's CDS brand theme and a responsive Sidebar/Content/Inspector app-shell layout. Use whenever a Finnomena employee asks Claude to start a new app, project, or codebase from scratch. Do NOT use this to add theming to UI inside a project that already exists — use neon-theme for that instead.

neon-themeskills/neon-theme/SKILL.md

Apply Finnomena's brand theme on top of the Coinbase Design System (CDS) when building or vibe-coding any UI mockup, screen, or component. Use whenever a Finnomena employee asks Claude to build UI, a mockup, a screen, or a React component and it should look on-brand — not styled with CDS's default Coinbase branding or with hardcoded colors/spacing.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "neon",
  "description": "Applies Finnomena's brand theme on top of the Coinbase Design System (CDS) so any employee's vibe-coded UI mockups automatically follow company branding instead of CDS's default theme.",
  "version": "0.1.0",
  "author": {
    "name": "Finnomena"
  },
  "skills": [
    "./skills/neon-theme",
    "./skills/neon-starter"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[neon on Agent Plugins Marketplace](https://pluginsmp.com/plugins/neon)