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 に表示されている付属ファイルをお読みください。