§2.11 / §2.12. CLI shares CLAUDE_PLUGIN_DATA across sessions; Cowork isolates it per chat session. ROOT remains the same across sessions in both. CLAUDE_CODE_REMOTE is empty in both.
原文の言語: 英語
メニュー
このリポジトリの skills
SkillsMP は kazukinagata/analyzing-claude-plugin から 47 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
kazukinagata/analyzing-claude-plugin収集済み skill 47 件中 7 件を表示しています。
§2.11 / §2.12. CLI shares CLAUDE_PLUGIN_DATA across sessions; Cowork isolates it per chat session. ROOT remains the same across sessions in both. CLAUDE_CODE_REMOTE is empty in both.
原文の言語: 英語
§2.1. Cowork re-fires SessionStart with source=resume after VM suspend. Skill frontmatter hooks reset across the resume. CLI baseline never resumes within one process.
原文の言語: 英語
CLI validates plugins fully; Cowork reports a generic Plugin validation failed without exposing the cause (research section 2.3). Runs claude plugin validate on isolated violator variants.
原文の言語: 英語
Intentionally violates §1.2 validator rule by referencing ${CLAUDE_PLUGIN_DATA} in skill frontmatter hook. Expected to be blocked at install time with a "plugin-only" error.
原文の言語: 複数言語
References user_config.KEY in skill frontmatter hook. Validator may pass; /bin/sh should error with Bad substitution at hook execution time.
原文の言語: 複数言語
Used by probe 20 to trigger validation rejection on Cowork by including UserPromptExpansion in hooks.
Used by probe 20 to trigger validation rejection on Cowork via non-kebab-case naming. NOTE this skill folder is named lowercase but the frontmatter name field intentionally violates the rule.
原文の言語: 複数言語