Supported IDEs

Supported AI IDEs, coding agents, target folders, and expected integration behavior.

Supported IDEs

ai-skill.dev is designed for AI IDEs and coding agents that read local markdown context.

Cursor

Target:

ai-skill install rb-testcontext --target cursor

Output folder:

.cursor/skills/rb-testcontext/

Use this when your team uses Cursor composer, rules, or project-specific AI workflows.

Claude Code

Target:

ai-skill install rb-testcontext --target claude

Output folder:

.claude/skills/rb-testcontext/

Use this for Claude Code skill-style workflows and structured project context.

Windsurf

Windsurf can consume repository-local context through a generic agent folder today.

Recommended current target:

ai-skill install rb-testcontext --target agents

Alternative generic target:

ai-skill install rb-testcontext --target ai

A dedicated windsurf adapter can be added when the project finalizes a specific Windsurf folder convention.

GitHub Copilot

Copilot support depends on how your team exposes repository instructions and reusable markdown context.

Recommended pattern:

ai-skill install rb-testcontext --target agents

Then reference the installed markdown files from your repository-level Copilot instructions or development workflow.

VS Code based agents

Target:

ai-skill install rb-testcontext --target agents

Output folder:

.agents/skills/rb-testcontext/

Generic AI tools

Target:

ai-skill install rb-testcontext --target ai

Output folder:

.ai/skills/rb-testcontext/

Use this when a tool does not yet have a dedicated adapter.

Planned adapters

Suggested adapters for future versions:

  • Kiro
  • Continue
  • Aider
  • Cline
  • Roo Code
  • JetBrains AI workflows
  • Custom enterprise agents
  • MCP-based context distribution

Adapter principle

Each adapter should map the same published context pack into the format expected by the target tool without changing the source pack.