Agent Plugins Marketplace
All plugins

ugt-core

v2.13.0

Stack-agnostic org foundation shared by every UGT stack platform: the ugt-handoff work-state skill, the ugt-context knowledge-base bootstrap (docs/project-context/), the ugt-model-mode model-routing skill, the ugt-requirements per-feature brief skill, the ugt-contribute skill that lifts a proven project gotcha into the platform via PR, the audit-trail hooks, and the normative contracts (database naming, cicd pipeline, auth/RBAC, UI design standard, harness mechanism) that stack platforms render in their own terms. Installed automatically as a dependency of ugt-<stack>-platform plugins — never installed directly.

Claude Code3 Skills

By UGT DX Team0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 15, 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 ugt-core 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 ugt-core@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/pakornkub/ugt-claude-platform

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

Plugin files

plugins/ugt-core/
├── .claude-plugin/plugin.json
├── skills/ugt-context/SKILL.md
├── skills/ugt-model-mode/SKILL.md
└── skills/ugt-requirements/SKILL.md

Included Skills3

ugt-contextskills/ugt-context/SKILL.md

Bootstrap the project's knowledge base — `docs/project-context/` (00-index, board, architecture, business-rules, api, decisions, troubleshooting): the as-built map that lets a session read what the system IS instead of re-exploring the codebase every time. Use when the user says "สร้าง project context", "ทำสารบัญโปรเจค", "โปรเจคนี้ยังไม่มี context", "อยากให้ AI ไม่ต้องอ่านโค้ดใหม่ทุกรอบ", when `ugt-<stack>-full-setup` reaches its context-bootstrap step, or when an existing project wants its codebase scanned into the context files for the first time. This skill CREATES the folder once. It never maintains it — ongoing updates are `/ugt-handoff`'s job at the end of every work chunk. Do NOT use to update context after normal work (→ /ugt-handoff), to record work state (→ /ugt-handoff), or to read requirement documents (→ /ugt-requirements).

ugt-model-modeskills/ugt-model-mode/SKILL.md

Read or switch the project's model mode — the committed preset (`.claude/state/model-mode.md`) that decides which Claude model (fable/opus/sonnet/haiku) each task type gets when work is dispatched to a subagent or an Agent Teams teammate. Use when the user says "/ugt-model-mode", "เปลี่ยนโหมด", "โหมดประหยัด", "ประหยัด token", "โหมด god", "อัดคุณภาพเต็มที่", "โหมด auto", "เลือกความแรงตามงาน", asks which mode is active, or complains the setup spends too many (or too few) tokens for the job. Do NOT use to change the main session model — that is /model, which only the user can run. Formerly ugt-mode.

ugt-requirementsskills/ugt-requirements/SKILL.md

Read every document under the project's requirements folder and produce a committed Thai-language brief — `docs/requirements-brief/00-overview.md` (system purpose, user types, feature list, candidate tables, open questions) plus one file per feature, sized for handing one feature to the installed pipeline in its own session (on the mattpocock pipeline it runs in thin mode: inventory + board rows only, gaps go to /wayfinder or /grill-with-docs). Use when starting a project from a requirements folder, or when the user says "อ่าน requirement แล้วสรุป", "ทำ brief จาก docs", "สรุป requirement แยก feature", "เริ่มโปรเจคจากเอกสาร", or asks what the requirement docs are missing before building. Do NOT use for a quick question about one document (answer directly — no files), to design or build a feature (→ the installed pipeline reading the brief), or to install anything (→ ugt-<stack>-full-setup skills).

Plugin manifests1

plugins/ugt-core/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "ugt-core",
  "displayName": "UGT Core",
  "version": "2.13.0",
  "description": "Stack-agnostic org foundation shared by every UGT stack platform: the ugt-handoff work-state skill, the ugt-context knowledge-base bootstrap (docs/project-context/), the ugt-model-mode model-routing skill, the ugt-requirements per-feature brief skill, the ugt-contribute skill that lifts a proven project gotcha into the platform via PR, the audit-trail hooks, and the normative contracts (database naming, cicd pipeline, auth/RBAC, UI design standard, harness mechanism) that stack platforms render in their own terms. Installed automatically as a dependency of ugt-<stack>-platform plugins — never installed directly.",
  "author": {
    "name": "UGT DX Team"
  },
  "keywords": [
    "org-standard",
    "contracts",
    "handoff",
    "audit-trail"
  ]
}

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

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