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

aiclaudelib

Community plugins for Claude Code.

aiclaudelib marketplace
โ”‚
โ”œโ”€ analysis
โ”‚  โ”œโ”€ reflect ยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยท autonomous self-review: question โ†’ investigate โ†’ fix
โ”‚  โ””โ”€ code-review ยทยทยทยทยทยทยทยทยทยทยทยทยท multi-agent PR review with confidence scoring
โ”‚
โ”œโ”€ utility
โ”‚  โ”œโ”€ ccode ยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยท plugin scaffolding, skills, agents, hooks, MCP
โ”‚  โ”œโ”€ git ยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยทยท workflow commands, checkpoints, expert agent
โ”‚  โ””โ”€ aiclaudelib ยทยทยทยทยทยทยทยทยทยทยทยทยท interactive marketplace browser & installer
โ”‚
โ”œโ”€ testing
โ”‚  โ””โ”€ playwright-cli ยทยทยทยทยทยทยทยทยทยท browser automation, screenshots, tracing, network mocking
โ”‚
โ””โ”€ development
   โ””โ”€ nodejs-development ยทยทยทยทยทยท architecture, testing, security, API, TypeScript

Install: /plugin marketplace add aiclaudelib/marketplace then /aiclaudelib:install

Direct: /plugin install <name>@aiclaudelib โ€” where name is any of the above


Notes

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