Using Claude AI with This Plugin
Using Claude AI with This Plugin
Section titled “Using Claude AI with This Plugin”If you use Claude AI to help manage your WordPress site, you can connect it directly to this plugin’s documentation. This gives Claude up-to-date information about the plugin, so you can ask it questions and get accurate answers, without having to look anything up yourself.
What This Lets You Do
Section titled “What This Lets You Do”Once set up, you can ask Claude things like:
- “How do I configure the Lüt payment gateway?”
- “The widget isn’t showing at checkout, what should I check?”
- “How do I update the plugin?”
- “What does the API Key setting do?”
Claude will answer based on your actual plugin documentation, not guesswork.
How to Set It Up
Section titled “How to Set It Up”Step 1: Find your CLAUDE.md file
Section titled “Step 1: Find your CLAUDE.md file”In your WordPress project folder (or wherever you use Claude Code), open or create a file called CLAUDE.md.
Step 2: Add the Lüt skill
Section titled “Step 2: Add the Lüt skill”Paste this line anywhere in your CLAUDE.md:
@https://developer.mylut.com/plugins/claude.mdThat’s it. The @URL syntax tells Claude to load that file as context whenever you work in that project.
Step 3: Verify it’s working
Section titled “Step 3: Verify it’s working”Open Claude Code in your project and ask:
“What version of the Lüt payment gateway is current?”
Claude should answer with the current version number. If it does, the skill is loaded and working.
Staying Up to Date
Section titled “Staying Up to Date”The skill file at that URL is updated automatically whenever a new plugin version is released. You don’t need to change your CLAUDE.md. It always loads the latest information.
Troubleshooting
Section titled “Troubleshooting”Claude says it doesn’t know about the Lüt plugin
Make sure the @https://developer.mylut.com/plugins/claude.md line is in your CLAUDE.md and that you’re running Claude Code (not the web chat, which doesn’t support @URL context loading).
I don’t have a CLAUDE.md file
Create a new file called CLAUDE.md in your project root folder. Add the @URL line to it. Claude Code will automatically read it the next time you start a session in that folder.