Skip to main content

claude-workflow-meta-markdownlint-pure-literal-break

Fix for a Claude Code Workflow script that fails to load with "meta must be a pure literal: non-literal node type in meta: BinaryExpression" even though the meta block looks fine and all its tests pass. Use when: (1) a workflow .js is rejected at load over meta/BinaryExpression; (2) workflow tests are green but the real Workflow tool rejects the script; (3) a long meta.description (or name) string; (4) the workflow code lives in or is documented inside a markdown file that a markdownlint/prettier pre-commit hook reformats. Root cause: line-length wrapping split a single string literal into `'a' + 'b'` concatenation.

跳到安装

来源信息

仓库
cajias/claude-skills
最近来源活动
2026年7月20日 07:29
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。