claude-code - 💡(How to fix) Fix Cowork plugin context files not accessible to global CLAUDE.md imports [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#56455Fetched 2026-05-06 06:27:35
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2

Root Cause

Claude Code is where power users live — and not all of them are writing code. For some users, it's the primary environment for knowledge work: documents, policy drafts, communications, research. Cowork plugins that carry organizational standards — voice guidelines, writing norms, working agreements — are exactly what make that work coherent across sessions.

The users most likely to want this are also the ones least likely to stay in Cowork. Claude Code attracts people who want to build and refine their own AI workflows. Cowork is where plugins originate, but Code is where the people with the most capability to use them have ended up. If the two products don't share a stable path for plugin context, the gap falls hardest on the users who've invested the most in the ecosystem.

This isn't a niche developer request. It's a knowledge worker who built a workflow across two Anthropic products and hit a seam.

Fix Action

Fix / Workaround

Current workaround: Manually copy the context files to ~/.claude/context/ and add @ imports to ~/.claude/CLAUDE.md. This works but breaks whenever the plugin updates, requiring the user to re-copy manually.

RAW_BUFFERClick to expand / collapse

When a Cowork plugin includes context files (e.g. brand-guidelines.md, writing-standards.md), those files are stored in a session-specific path under local-agent-mode-sessions/. That path changes per session, so there's no stable location to reference with an @ import in ~/.claude/CLAUDE.md.

Expected behavior: Installing a Cowork plugin should make its context files available at a stable, predictable path — or automatically register them for global import — so users can load them without manual intervention.

Current workaround: Manually copy the context files to ~/.claude/context/ and add @ imports to ~/.claude/CLAUDE.md. This works but breaks whenever the plugin updates, requiring the user to re-copy manually.

Why this matters

Claude Code is where power users live — and not all of them are writing code. For some users, it's the primary environment for knowledge work: documents, policy drafts, communications, research. Cowork plugins that carry organizational standards — voice guidelines, writing norms, working agreements — are exactly what make that work coherent across sessions.

The users most likely to want this are also the ones least likely to stay in Cowork. Claude Code attracts people who want to build and refine their own AI workflows. Cowork is where plugins originate, but Code is where the people with the most capability to use them have ended up. If the two products don't share a stable path for plugin context, the gap falls hardest on the users who've invested the most in the ecosystem.

This isn't a niche developer request. It's a knowledge worker who built a workflow across two Anthropic products and hit a seam.

extent analysis

TL;DR

The most likely fix is to establish a stable path for Cowork plugin context files, allowing users to reference them without manual intervention.

Guidance

  • Identify a stable location for Cowork plugin context files, such as a designated directory within ~/.claude/, to enable predictable @ imports.
  • Consider implementing an automatic registration mechanism for plugin context files, eliminating the need for manual copying and updating.
  • Explore alternatives to session-specific paths, such as a centralized storage location for plugin context files, to ensure consistency across sessions.
  • Investigate the feasibility of updating the Cowork plugin installation process to include context file registration or copying to a stable location.

Example

No code snippet is provided due to the lack of specific technical details in the issue.

Notes

The solution may require modifications to the Cowork plugin architecture, the Claude Code environment, or both. The exact implementation details will depend on the underlying technology and design of the Anthropic products.

Recommendation

Apply a workaround by designating a stable location for Cowork plugin context files and updating the plugin installation process to automatically register or copy files to this location, ensuring a seamless user experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Cowork plugin context files not accessible to global CLAUDE.md imports [2 comments, 2 participants]