Agent Plugins Marketplace
All plugins

norwegianforest-workspace

v1.1.3

NorwegianForest 工作區插件. Includes 10 skills.

Claude Code10 Skills

3 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 23, 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 norwegianforest-workspace 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 norwegianforest-workspace@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/PeacePan/peace-agent-marketplace

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

Plugin files

plugins/norwegianforest-workspace/
├── .claude-plugin/plugin.json
├── skills/dsv-system-knowledge/SKILL.md
├── skills/function-script-context/SKILL.md
├── skills/javacat-graphql-client/SKILL.md
├── skills/javacat-table-architecture/SKILL.md
├── skills/javacat-todojob-mechanism/SKILL.md
├── skills/member-system-knowledge/SKILL.md
├── skills/norwegianforest-testing-architecture/SKILL.md
├── skills/pos-knowledge-base/SKILL.md
├── skills/tracking-redundant-policy-triggers/SKILL.md
└── skills/transferorder-business-logic/SKILL.md

Included Skills10

dsv-system-knowledgeskills/dsv-system-knowledge/SKILL.md

NorwegianForest DSV 出貨系統完整業務知識。涵蓋 dsvorder、dsvorderdetail、 dsvshipment、dsvdailytask、dsvinventory、dsvinventoryoperation 六個表格的 欄位定義、業務邏輯、狀態機與表格關聯。當需要撰寫或修改任何 DSV 相關腳本, 或需要了解 DSV 出貨流程、批號回填機制、庫存同步邏輯時,務必先讀此 skill。

function-script-contextskills/function-script-context/SKILL.md

NorwegianForest 專案 function 腳本撰寫的技術背景知識。 當需要撰寫或修改 policy、batchPolicy、batchBeforeUpdate、beforeUpdate 等 table lifecycle hook 腳本時,務必先讀此 skill,避免寫出造成無限迴圈或效能問題的腳本。

javacat-graphql-clientskills/javacat-graphql-client/SKILL.md

在 NorwegianForest / Ragdoll / WonderPet 專案中使用 javacat-graphql-client 時使用,涵蓋初始化、認證、查詢、變更、檔案上傳與 session cookie 管理。遭遇 isSignedIn、certificate、signinByToken、find、execute、call、insert、update 相關錯誤,或需要了解 client-side 與 server-side 差異時亦適用。

javacat-table-architectureskills/javacat-table-architecture/SKILL.md

JavaCat 表格定義系統完整架構知識。涵蓋 FieldSchema、LineSchema、EnumSchema、 MyTableBody、預設模板(Preset)、自動編碼(Auto Key)、系統內建欄位、腳本掛勾、 以及 NorwegianForest 專案的檔案結構與命名規範。當需要撰寫、修改、或理解任何 JavaCat/NorwegianForest 表格定義時,務必先讀此 skill。適用場景包括:建立新表格、 修改既有表格欄位、理解欄位屬性含義、推論欄位的 fieldType/valueType/readWrite、 設定自動編碼、定義列舉、建立表身、撰寫政策或掛勾腳本。

javacat-todojob-mechanismskills/javacat-todojob-mechanism/SKILL.md

JavaCat 待辦工作(TodoJob)執行機制完整解析。涵蓋 Worker 排程架構、佇列優先權調度、 狀態機流轉(IDLE/WORKING/PENDING/ERROR/DONE/CANCELLED)、WORKING 遞迴執行機制、 keepQueue 佇列控制、buffer 跨階段傳遞、錯誤重試與取消策略、以及交易 commit/rollback 行為。 當需要撰寫、除錯、或理解任何 TodoJob 函數腳本時,務必先讀此 skill。 適用場景包括:撰寫新的待辦工作函數、理解現有待辦工作的執行流程、排查待辦工作卡住或重複執行問題、 設計多階段批次處理流程。

member-system-knowledgeskills/member-system-knowledge/SKILL.md

NorwegianForest 會員系統完整業務知識。涵蓋 posmember、pospet、memberclass、 pointaccount、givepointsetting、importpoint、pointdiscount、feversocialpoints、 pointpromotion、petparkcoupon、petparkcouponassign、petparkcouponevent、 membermerge、memberautoarchive、autoupdatememberclass、cresclabsyncmember, 以及 Emarsys CRM 同步的 emcontacttask、emfiletask、emwebhook、emsaletask、 emproducttask、emstoretask 等 24 張表格的欄位定義、業務邏輯、腳本掛勾與表格關聯。 當需要撰寫或修改任何會員、點數、優惠券、會員等級、Emarsys 同步相關腳本時,務必先讀此 skill。

norwegianforest-testing-architectureskills/norwegianforest-testing-architecture/SKILL.md

NorwegianForest 專案測試架構完整指南。涵蓋 Mocha + Chai 測試框架、Node.js VM Sandbox 隔離執行機制、generateExecuteFunc 工具函式、QueryProcessor mock 模式、 QueryEventEmitter 事件追蹤、NYC 覆蓋率儀表化,以及 Policy / Hook / Function / Approval / Cron / TodoJob 各類腳本的測試範例與最佳實踐。 當需要為 NorwegianForest 撰寫新測試、修改既有測試、或理解測試架構時,務必先讀此 skill。 適用場景包括:撰寫 policy 測試、撰寫 function 測試、撰寫 approval 測試、 撰寫 cron 測試、撰寫 TodoJob 測試、除錯測試失敗、理解 VM sandbox mock 機制。

pos-knowledge-baseskills/pos-knowledge-base/SKILL.md

NorwegianForest POS 系統完整業務知識庫。涵蓋 33 張 POS 表格定義(possale、posreturn、pospromotion、poscoupon、posorderdiscount、posfreebie、posvoucher、poscustomerorder、posdeposit、posstore 等)的欄位結構、狀態機、Policy/Hook/Cron 腳本邏輯、跨表關聯地圖、快照機制、以及 TodoJob 排程模式。負責 POS 相關功能(含會員結帳、促銷活動、折扣碼、客訂寄貨、日結)的開發與維護時必須載入此技能。

tracking-redundant-policy-triggersskills/tracking-redundant-policy-triggers/SKILL.md

追蹤並消除系統中冗餘的 policy/hook 觸發的工程方法論。 當遇到操作逾時、效能異常緩慢、或懷疑有重複觸發邏輯時,使用此 skill 系統性地繪製觸發鏈、識別冗餘節點,並設計最小化修正方案。 適用於任何具備 event-driven hook 機制的系統(不限 NorwegianForest)。

transferorder-business-logicskills/transferorder-business-logic/SKILL.md

NorwegianForest 調撥單(transferorder)完整業務邏輯知識。 當需要撰寫或修改調撥單相關腳本(policy、batchBeforeUpdate、各種 function), 或需要了解調撥單與 DSV 出貨系統的整合方式、hqWareHouseStatus 狀態機、 WH/WHAT/ST/DN 各類型差異時,務必先讀此 skill。

Plugin manifests1

plugins/norwegianforest-workspace/.claude-plugin/plugin.json
{
  "name": "norwegianforest-workspace",
  "description": "NorwegianForest 工作區插件",
  "version": "1.1.3"
}

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

[norwegianforest-workspace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/norwegianforest-workspace)