Aid Pair banner
ilandahan ilandahan

Aid Pair

Design community

Description

--- description: "Generate a one-time pairing code to connect your Figma plugin with AID" --- # AID Plugin Pairing Generate a one-time pairing code to connect your Figma plugin with AID. ## Usage Run `/aid-pair` when you want to authenticate your Figma plugin with the AID system. ## What This Command Does ### Step 1: Generate OTP Code Generate a pairing code from the AID production server: ```bash curl -s -X POST https://figma-plugin-server-983606191500.us-central1.run.app/auth/generate-

Installation

Installs to ~/.claude/skills/ilandahan-aid-aid-pair/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilandahan-aid-aid-pair && curl -fsSL https://raw.githubusercontent.com/ilandahan/AID/HEAD/commands/aid-pair.md -o ~/.claude/skills/ilandahan-aid-aid-pair/SKILL.md

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

Full documentation available on GitHub

View Source Repository