Prepare Claude for FrameworX MCP sessions — correct build habits from the first tool call, and guide new users through MCP installationGive Claude deep product knowledge of FrameworX — architecture, syntax, protocols, modules, and documentation links — so it can answer questions accurately without web searching.
AI Integration | How-to Guide
...
The FrameworX Claude Skill is a knowledge lightweight file (SKILL.md) that gives Claude comprehensive understanding of the FrameworX platform. It is way more than the Ask FrameworX Docs on ChatGPT, as after the skill and the companion MCP for Designer are installed it will be able to: nswer FrameworX questions directly from the local cache — no web search, no guessing. It covers:
...
loads into Claude at the start of every FrameworX session. It has two jobs:
Get MCP connected. For new users who don't have the MCP Designer tools installed yet, the skill provides setup instructions and gets them to a working MCP connection as fast as possible.
Keep MCP sessions effective. Once MCP tools are connected, the skill provides the behavioral baseline that makes AI sessions productive:
This behavioral guidance loads before any MCP tool fires, so Claude starts with correct habits from the very first response.
The skill follows the Agent Skills open standard. The same file works with Claude, GitHub Copilot, Cursor, and other compatible AI agents.
Skill vs MCP tools — they are companion+ MCP = the complete experience. The skill provides initial knowledge for conversations, and guide the effective use the MCP. When MCP is not installed yet, skill can guide on that task as wellprepares Claude for MCP sessions. The MCP tools do the actual building. They are companions — the skill without MCP can only point you to documentation and setup instructions. MCP without the skill works, but the AI starts without trained instincts. Together, Claude becomes an expert FrameworX engineer from the first message.
...
Download the skill file, ready to install:
frameworxFrameworX-skill.zip
The zip contains a frameworxFrameworX-skill/ folder with the SKILL.md file inside.
The skill is also available on GitHub.
...
Requires a Claude Pro, Max, Team, or Enterprise plan with code execution enabled.
...
For developers using Claude Code in the terminal:
Create the skills directory if it doesn't exist:
mkdir -p ~/.claude/skills/frameworxFrameworX-skill
Copy the SKILL.md file into that directory:
cp SKILL.md ~/.claude/skills/frameworxFrameworX-skill/SKILL.md
Claude Code discovers skills automatically — no restart needed
...
The skill follows the Agent Skills open standard. The same SKILL.md file works with any compatible agent:
| Agent | Skill Location |
|---|---|
| GitHub Copilot | .github/skills/ |
FrameworX-skill/SKILL.md | |
| Cursor | .cursor/skills/ |
FrameworX-skill/SKILL.md | |
| OpenAI Codex CLI | .codex/skills/ |
FrameworX-skill/SKILL.md |
Consult your agent's documentation for the exact skills directory path.
...
The skill prepares Claude. The MCP tools let Claude build. If you haven't connected MCP yet, the skill itself will guide you — just ask Claude "how do I set up FrameworX MCP?" and it will walk you through installation.
Or follow the setup instructions directly:
→ See AI MCP for Designer Connector
→ See MCP for Designer in Action
...
After installing, start a new Claude conversation and try these questions:
DisplaysList and warn that DisplaysDraw is NOT a writable tableimmediately load the New Solution skill and start building, not spend a response planningIf Claude is web-searching for basic FrameworX setup information, the skill may not be enabled. Check Settings → Capabilities → Skills.
The skill gives Claude product knowledge. If you want Claude to build inside FrameworX — creating tags, displays, devices, and alarms directly in the Designer — connect the MCP Designer tools.
→ See for setup instructions
→ See for examples of what MCP can do
The skill and MCP tools work independently. Use the skill alone for knowledge and documentation guidance. Add MCP when you are ready to build.
...
Questions or feedback about the Claude Skill:
...