Skip to content

Add neonpanel plugin v1.0.0#58126

Open
msoroch wants to merge 1 commit into
anthropics:mainfrom
neonpanel:plugin/neonpanel/v1.0.0
Open

Add neonpanel plugin v1.0.0#58126
msoroch wants to merge 1 commit into
anthropics:mainfrom
neonpanel:plugin/neonpanel/v1.0.0

Conversation

@msoroch
Copy link
Copy Markdown

@msoroch msoroch commented May 11, 2026

Add/update neonpanel plugin v1.0.0

AI workforce for Amazon-seller operations: eight domain agents (replenishment, accounting, supply chain, marketing, forecasting, FP&A, market intel, customer success) grounded in live NeonPanel commerce data via MCP.

What this is

NeonPanel is an e-commerce operations platform for Amazon sellers and agencies (FIFO COGS at the batch level, real landed cost, shipment-level inventory, automated QBO/Xero accounting). This plugin packages the eight domain agents from NeonaSphera — the agent layer that runs on top of NeonPanel — as Claude Code skills, so a Claude Code user with a NeonPanel account can do replenishment, accounting, supply chain, FP&A, marketing, forecasting, market-intel, and customer-success work directly from Claude.

Each skill is structured (step-based, with required inputs and output templates) and tool-grounded — agents must call the NeonPanel MCP for live data before answering, so numbers come from the user's actual settlements and inventory rather than guesses.

More context: https://neonasphera.com · https://neonpanel.com

What this PR does

  • Adds plugins/neonpanel/ with the eight domain skills + an onboarding skill.
  • Appends a single entry for neonpanel to .claude-plugin/marketplace.json (matches the existing {name, description, source, category} shape — no other entries touched).
  • No code outside plugins/neonpanel/ is modified.

Skills included

  • neon-customer-success — onboarding, data import, accounting setup, go-live
  • dorian-replenishment — PO planning, reorder optimization, lead-time math
  • nina-supply-chain — supply chain, logistics, in-transit and warehouse-level inventory
  • mark-marketing-research — Amazon listing audit, optimization, compliance
  • marta-accounting — P&L, GL, Amazon settlements, reconciliation
  • kio-forecasting — sales forecasting, demand planning, scenario comparison
  • april-market-intelligence — competitive intel, keyword analysis, market trends
  • sanjay-financial-analyst — cash flow planning, financial projections, FP&A
  • neonpanel-onboarding — orchestrates first-run setup across the agents above

MCP servers — not bundled

The plugin's .mcp.json only references the public, OAuth2-protected NeonPanel MCP endpoint at https://mcp.neonpanel.com/mcp. Users connect their own NeonPanel account on first tool call (standard Claude MCP OAuth flow). The optional NeonaSphera workspace MCP (https://admin.neonasphera.com/mcp) is documented in the README but is opt-in and configured by the user. No MCP server processes, secrets, or NeonPanel data ship with this plugin.

Distribution & versioning

This plugin is also published independently at https://github.com/neonpanel/claude-plugin (the canonical source for the build pipeline — the artifact in this PR was produced by the same build script and is byte-equivalent modulo the per-plugin marketplace.json which is correctly omitted in upstream mode). Future updates will follow the same path: a versioned PR with branch plugin/neonpanel/vX.Y.Z from neonpanel/claude-code-agents. License is MIT.

Release notes

First NeonPanel plugin submission to anthropics/claude-code.

Release metadata
  • Release id: (manual run)
  • Fork branch: neonpanel:plugin/neonpanel/v1.0.0
  • Upstream target: anthropics/claude-code (base main)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants