# Acryl Fix Plugin

> Use when a plugin you installed is PENDING, FAILED, not visible, or the acryl_install_plugin tool returned an error.

- Skill: `acryldev/acryl-fix-plugin` (Agent Skill)
- Install (CLI): `npx skillmds@latest add acryldev/acryl-fix-plugin`
- Raw SKILL.md: https://api.skillmd.com/api/skills/acryldev/acryl-fix-plugin/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: acryldev (https://skillmd.com/u/acryldev)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/acryldev/acryl-fix-plugin

---

# Fix a plugin that does not work

Read {{pack}}/docs/delivery/local-live.md (failure states) and {{pack}}/docs/start-here/verify-before-done.md.
Read the tool result's stage and message first: it is the real cause. PENDING means an inject names a service
nobody provides (provide it, never delete the inject). FAILED means apply() threw (read the error). Installed
but not live usually means exports lacks "./package.json". UI not visible means the page was not reloaded or
client.js failed to load (no JSX or import, wrapper id equal to the package name). Fix the cause, call the tool
again, and only then tell the user it works.

