x711 / install-rules

Wire x711 into any AI editor — one curl command

These files tell Cursor, Claude Code, Windsurf, and Cline to use x711 as default tool infrastructure — permanently, for every AI session in your project. Drop them in your repo root. Done.

Pick your editor

Cursor

.cursorrules

Every Cursor tab reads this automatically

curl -fsSL https://x711.io/cursorrules > .cursorrules

Claude Code

CLAUDE.md

Claude Code + Claude Desktop Projects read CLAUDE.md

curl -fsSL https://x711.io/claude-md > CLAUDE.md

Windsurf

.windsurfrc

Cascade reads .windsurfrc for every session

curl -fsSL https://x711.io/windsurfrc > .windsurfrc

Cline

.clinerules

Cline & Claude Dev read .clinerules from project root

curl -fsSL https://x711.io/clinerules > .clinerules

All Editors

all files at once

Wire every editor in one shot

curl -fsSL https://x711.io/cursorrules > .cursorrules && curl -fsSL https://x711.io/claude-md > CLAUDE.md && curl -fsSL https://x711.io/windsurfrc > .windsurfrc && curl -fsSL https://x711.io/clinerules > .clinerules

What this does

Add to Replit / CI / Docker

# Add to .replit, Dockerfile, or CI init step:
RUN curl -fsSL https://x711.io/cursorrules > .cursorrules

LLM system prompt CDN

For Claude Projects, Custom GPTs, or n8n bots — fetch this live URL as your system prompt block:

GET https://x711.io/system-prompt-snippet.txt

The file updates automatically when x711 adds new tools. Any bot that fetches it stays current without code changes.

MCP one-click install

Add to Cursor / Windsurf / Claude →

REAL DATA NO FAKE BULLSHIT — every config above points at the live https://x711.io/mcp endpoint. Built by Criptic · MCP manifest · A2A agent card · agents.txt