# Acryl Diagnose Plugin

> Diagnose a plugin methodically

- Skill: `acryldev/acryl-diagnose-plugin` (Agent Skill)
- Install (CLI): `npx skillmds@latest add acryldev/acryl-diagnose-plugin`
- Raw SKILL.md: https://api.skillmd.com/api/skills/acryldev/acryl-diagnose-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-diagnose-plugin

---

# Diagnose a plugin methodically

Read {{pack}}/docs/start-here/troubleshooting.md, then {{pack}}/docs/reference/cordis-api/fiber.md if the state
machine matters. Order: (1) call acryl_list_plugins and read the install result you got, (2) run acryl_verify_plugin on
the source folder, (3) for UI add console.info('[<name>] ...') lines, ask the user to reload and read what the browser
console shows, (4) change ONE thing, update with acryl_install_plugin, re-read the status. Never guess a state you have
not read from a tool result. If the same cause survives two fixes, stop and tell the user what you observed.

