Agent Plugins Marketplace
All plugins

tacit

管理「代码表达不了的隐性关联」。用 per-project 关联登记表 + 三档自动化(审计/捕获/呈现)防止「改 A 忘改 B」。核心:发现关联时优先转成可强制形态(测试/代码生成/注册表),文档永远是最后手段;编辑耦合文件时自动把关联重新注入上下文。

Claude Code1 Skill

By 743v450 GitHub starsUpdated 2 hours ago

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 tacit@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/743v45/taevas-plugins

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

Plugin files

plugins/tacit/
├── .claude-plugin/plugin.json
└── skills/tacit/SKILL.md

Included Skills1

tacitskills/tacit/SKILL.md

管理「代码表达不了的隐性关联」(改 A 必须同步改 B)。/tacit init 初始化关联登记表;/tacit add 登记一条关联(默认走强制阶梯:优先转成测试/代码生成,文档最后);/tacit audit 用 13 耦合模式 × 12 领域清单扫盲区;/tacit list|render|validate 维护。另有 PostToolUse hook 在编辑耦合文件时自动把关联重新注入上下文。

Plugin manifests1

plugins/tacit/.claude-plugin/plugin.json
{
  "name": "tacit",
  "description": "管理「代码表达不了的隐性关联」。用 per-project 关联登记表 + 三档自动化(审计/捕获/呈现)防止「改 A 忘改 B」。核心:发现关联时优先转成可强制形态(测试/代码生成/注册表),文档永远是最后手段;编辑耦合文件时自动把关联重新注入上下文。",
  "author": {
    "name": "743v45",
    "email": "[email protected]"
  },
  "alias": "tacit",
  "category": "developer-tools"
}

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

[tacit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tacit)