Appearance
AI Editor Setup
Download these config files to get Elsai Agent SDK support directly in your AI code editor — autocomplete, context-aware suggestions, and SDK best practices out of the box.
Cursor
Cursor Rules
.cursorrulesGlobal Cursor rules file for the Elsai Agent SDK. Teaches Cursor about the full SDK API surface — agents, tools, model providers, multi-agent patterns, hooks, streaming, and structured output.
Place at
Download .cursorrules.cursorrules (project root)Cursor MDC
elsai-agents.mdcModular Cursor rule (.mdc format) for the Elsai Agent SDK. Can be scoped to specific file globs or applied project-wide via Cursor's rules panel.
Place at
Download elsai-agents.mdc.cursor/rules/elsai-agents.mdcGitHub Copilot
Copilot
copilot-instructions.mdCustom instructions for GitHub Copilot Chat. Teaches Copilot about the Elsai Agent SDK — core imports, tool patterns, multi-agent orchestration, hooks, sessions, and structured output.
Place at
Download copilot-instructions.md.github/copilot-instructions.mdClaude Code
Claude Code
CLAUDE.mdProject-level instructions for Claude Code (the Anthropic CLI). Add to your project root so Claude Code understands the Elsai SDK patterns when you ask it to write agent code.
Place at
Download CLAUDE.mdCLAUDE.md (project root)Claude Skill
SKILL.mdReusable Claude Code skill for the Elsai Agent SDK. Install into your global Claude skills directory to make the skill available across all your projects.
Place at
Download SKILL.md~/.claude/skills/elsai-agent-sdk/SKILL.md