Agent Plugins Marketplace
All plugins

agent-kit

v1.0.2

Bộ điều phối subagent cho Claude Code với phê duyệt kế hoạch theo prompt, biên nhận kiểm chứng có cấu trúc và kiểm tra glossary khớp chính xác.

Claude Code1 Skill

By TamBN3License: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 25, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-kit@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/nhattamgithub1999/agent-kit

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

agent-kit/
├── .claude-plugin/plugin.json
└── skills/verify-loop/SKILL.md

Included Skills1

verify-loopskills/verify-loop/SKILL.md

Chạy build, typecheck, lint và test theo machine verification contract của project; sửa trong scope, chạy lại có giới hạn và thu receipt trước khi báo READY. Use after a code change is complete and needs verified evidence.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-kit",
  "displayName": "agent-kit",
  "version": "1.0.2",
  "description": "Bộ điều phối subagent cho Claude Code với phê duyệt kế hoạch theo prompt, biên nhận kiểm chứng có cấu trúc và kiểm tra glossary khớp chính xác.",
  "author": {
    "name": "TamBN3",
    "email": "[email protected]"
  },
  "keywords": [
    "subagent",
    "verification",
    "no-fabrication",
    "delegation",
    "hooks"
  ],
  "repository": "https://github.com/nhattamgithub1999/agent-kit",
  "license": "MIT",
  "metadata": {
    "team": "Phòng ISCSU2"
  }
}

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

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