claude-code-third-party-plugins

A Claude Code plugin marketplace containing tools for setting up projects and managing coding sessions. Claude Code is a coding assistant that works from a project workspace.

In plain words
What is it for?
Finding a project initializer that creates a customised CLAUDE.md file, or a session manager that saves and restores project work.
Why use it?
It provides a central catalogue for related project setup and session-continuity tools. The supplied details do not describe capabilities beyond the listed plugins.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add ChamHerry/claude-code-third-party-plugins
agentmods
npx agentmods add plugins/chamherry/claude-code-third-party-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/ChamHerry/claude-code-third-party-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

claude-code-third-party-plugins scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 35 lines

What it actually says

{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "claude-code-third-party-plugins",
  "version": "1.0.0",
  "description": "Claude Code 插件市场,包含项目初始化、开发辅助等实用工具",
  "owner": {
    "name": "Wang Xuecheng",
    "email": "[email protected]"
  },
  "plugins": [
    {
      "name": "project-init",
      "description": "基于 CLAUDE_TEMPLATE.md 模板快速初始化项目 CLAUDE.md 规范文件,通过交互式问答生成定制化开发规范",
      "version": "1.0.0",
      "author": {
        "name": "Wang Xuecheng",
        "email": "[email protected]"
      },
      "source": "./plugins/project-init",
      "category": "productivity"
    },
    {
      "name": "session-manager",
      "description": "智能保存和恢复 Claude Code 会话,支持进度跟踪、决策记录和工作连续性,采用项目本地存储和智能数据访问设计",
      "version": "1.0.0",
      "author": {
        "name": "Wang Xuecheng",
        "email": "[email protected]"
      },
      "source": "./plugins/session-manager",
      "category": "productivity"
    }
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 35 lines scan A ac7920fdee99

Subscribe to this mod's changes

claude-code-third-party-plugins is a plugin published in the GitHub repository ChamHerry/claude-code-third-party-plugins (50 stars, last pushed 9mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.