Add neonpanel plugin v1.0.0#58126
Open
msoroch wants to merge 1 commit into
Open
Conversation
This was referenced May 12, 2026
SaddamApptware
approved these changes
May 12, 2026
This was referenced May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add/update
neonpanelplugin v1.0.0What 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
plugins/neonpanel/with the eight domain skills + an onboarding skill.neonpanelto.claude-plugin/marketplace.json(matches the existing{name, description, source, category}shape — no other entries touched).plugins/neonpanel/is modified.Skills included
neon-customer-success— onboarding, data import, accounting setup, go-livedorian-replenishment— PO planning, reorder optimization, lead-time mathnina-supply-chain— supply chain, logistics, in-transit and warehouse-level inventorymark-marketing-research— Amazon listing audit, optimization, compliancemarta-accounting— P&L, GL, Amazon settlements, reconciliationkio-forecasting— sales forecasting, demand planning, scenario comparisonapril-market-intelligence— competitive intel, keyword analysis, market trendssanjay-financial-analyst— cash flow planning, financial projections, FP&Aneonpanel-onboarding— orchestrates first-run setup across the agents aboveMCP servers — not bundled
The plugin's
.mcp.jsononly 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.jsonwhich is correctly omitted in upstream mode). Future updates will follow the same path: a versioned PR with branchplugin/neonpanel/vX.Y.Zfromneonpanel/claude-code-agents. License is MIT.Release notes
First NeonPanel plugin submission to anthropics/claude-code.
Release metadata
(manual run)neonpanel:plugin/neonpanel/v1.0.0anthropics/claude-code(basemain)