Skip to content
View aiclaudelib's full-sized avatar
πŸ˜‹
Frontend
πŸ˜‹
Frontend

Block or report aiclaudelib

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aiclaudelib/README.md

Notes on Claude Code plugins. Gotchas, fixes, workarounds.

context: fork + agent: β€” skill doesn't fork

Skills with context: fork and agent: sometimes load inline into the main session instead of forking. The model tries to execute agent instructions directly in the chat β€” everything breaks.

Fix β€” add to CLAUDE.md:

# Plugin skill execution

When a plugin skill with `context: fork` and `agent:` is loaded inline instead of being forked automatically, you MUST manually spawn the specified agent using the Task tool. Pass the skill content as the prompt and use the agent specified in the frontmatter. Never process forked skill instructions inline β€” always delegate to the correct subagent.

CLAUDE.md instructions are loaded into the system prompt and override default behavior β€” the model will delegate via Task tool even when auto-fork doesn't trigger.

Pinned Loading

  1. ccode-plugin ccode-plugin Public

    Shell

  2. claude-code-review-skill claude-code-review-skill Public

    TypeScript

  3. marketplace marketplace Public

    Shell

  4. reflect-plugin reflect-plugin Public

    Shell