lingshu-condition-units
v0.1.0灵枢条件单元库(Agent Skills 兼容导出)——白箱条件化知识,KCCS 四要素不放弃
By 灵枢(AEIS)License: MIT9 GitHub starsUpdated 5 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 29, 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 →
Get the plugin
git clone https://github.com/FuRongJun-1999/CommonTrustProtocolClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tools/skill-export/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/compile-assign/SKILL.md├── skills/compile-if-then/SKILL.md├── skills/compile-recursive/SKILL.md└── skills/vm-cond-jump/SKILL.md
Included Skills4
编译赋值/编译-赋值。用户提到与「编译赋值」相关的能力时使用本技能。 场景:对照:赋值 = target = expr(名实对应)。 【不适用】Not for 以下场景:条件不满足即不适用(负路由:输入不满足生效条件时返回 None/不执行)
编译条件/编译-若则。用户提到与「编译条件」相关的能力时使用本技能。 场景:对照:若则=条件语句(v0.2 codegen if/else 的字节码形态)。 【不适用】Not for 以下场景:条件不满足即不适用(负路由:输入不满足生效条件时返回 None/不执行)
递归调用/编译-递归。用户提到与「递归调用」相关的能力时使用本技能。 场景:对照:protocol-compiler 递归函数(若则体内 RETURN,对齐阶乘 da997ef 语义)。 【不适用】Not for 以下场景:条件不满足即不适用(负路由:输入不满足生效条件时返回 None/不执行)
条件跳转/VM-条件跳转。用户提到与「条件跳转」相关的能力时使用本技能。 场景:对照:若条件为假则跳过 then 执行 else(JUMP_IF_FALSE)。 【不适用】Not for 以下场景:stack 为空/非法时(隐式盲区:返回默认值 1 = 未知行为——不适用)
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "lingshu-condition-units",
"version": "0.1.0",
"description": "灵枢条件单元库(Agent Skills 兼容导出)——白箱条件化知识,KCCS 四要素不放弃",
"author": {
"name": "灵枢(AEIS)"
},
"license": "MIT",
"keywords": [
"agent-skills",
"whitebox",
"condition-route",
"kccs",
"protocol-compiler"
],
"extensions": {
"lingshu": {
"condition-route": {
"domain": "compiler",
"unit-count": 4,
"kccs-version": "四要素(生效条件/子功能/执行/不适用条件)",
"negative-route": true,
"condition-space": "观测位置/观测工具/时间窗口/存在约束(D(C))"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[lingshu-condition-units on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lingshu-condition-units-2)