jamditis

LLM Advisor Event Architecture — AI skill for Claude Code

AI community

Handle event delegation correctly in the LLM Advisor app.

How to install LLM Advisor Event Architecture

Installs to ~/.claude/skills/jamditis-tools-llm-advisor-event-architecture/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jamditis-tools-llm-advisor-event-architecture && curl -fsSL https://raw.githubusercontent.com/jamditis/tools/HEAD/.claude/skills/llm-advisor-event-architecture.md -o ~/.claude/skills/jamditis-tools-llm-advisor-event-architecture/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What LLM Advisor Event Architecture does


name: llm-advisor-event-architecture description: Handle event delegation correctly in the LLM Advisor app. Activate when adding buttons, debugging click handlers, or modifying UI interactions.

LLM Advisor Event Architecture

The LLM Advisor uses event delegation, but with a critical architectural constraint you must understand before adding any event handlers.

When to activate

  • Adding new buttons to sidebar, modal, or main content
  • Debugging "button doesn't work" or "click not

Alternatives in AI

  • Cursor Talk To Figma MCP — TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to c 7k ★
  • Gemini Skills — Skills for Gemini API, SDK and model interactions 2.3k ★
  • Agent Teams AI — You're the boss, agents are your team 2k ★

Full documentation available on GitHub

View Source Repository