Skip to content

Track upstream fixes for context: fork in plugin skills #980

@laurigates

Description

@laurigates

Summary

context: fork in skill frontmatter is currently unusable for plugin-based skills due to two upstream issues in Claude Code. This issue tracks when those are resolved so we can re-enable fork isolation.

Current Workaround

Removed context: fork from all 11 affected skills, keeping agent: general-purpose for subagent isolation. Updated .claude/rules/skill-fork-context.md to document the current status.

Upstream Issues to Monitor

Issue Status Impact
anthropics/claude-code#16803 OPEN context: fork silently ignored for plugin-installed skills
anthropics/claude-code#33154 OPEN [1m] context models hit cascading rate limits with concurrent subagents
anthropics/claude-code#27053 NOT_PLANNED Subagents permanently return rate limit with total_tokens: 0
anthropics/claude-code#6594 NOT_PLANNED One rate-limited subagent kills all parallel siblings

When to Revisit

When both #16803 and #33154 are resolved:

  1. Re-add context: fork to the 11 skills listed in the removal PR
  2. Update .claude/rules/skill-fork-context.md to re-recommend fork for verbose skills
  3. Test with Opus 4.6 (1M context) sessions to verify no rate limit errors

Affected Skills

  • git-plugin/skills/git-pr-feedback
  • agents-plugin/skills/agents-analyze
  • testing-plugin/skills/test-analyze
  • testing-plugin/skills/test-full
  • documentation-plugin/skills/claude-blog-sources
  • documentation-plugin/skills/docs-generate
  • evaluate-plugin/skills/evaluate-skill
  • evaluate-plugin/skills/evaluate-plugin-batch
  • code-quality-plugin/skills/code-review
  • code-quality-plugin/skills/dry-consolidation
  • code-quality-plugin/skills/code-antipatterns-analysis

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions