AI Tool Integrations

Use Skills Playground with any AI coding agent

Every skill on Skills Playground is a portable system prompt. Copy it into whichever AI coding tool you use -- the instructions work the same way everywhere. Choose your tool below for a step-by-step setup guide.

Cursor

.cursorrules

Paste skills into your .cursorrules file or .cursor/rules/ directory for project-specific AI behavior.

Windsurf

.windsurfrules

Add skills to your .windsurfrules file so Cascade follows your project conventions.

GitHub Copilot

.github/copilot-instructions.md

Configure Copilot with custom instructions via copilot-instructions.md in your repository.

Claude Code

CLAUDE.md + /install

Install skills directly with one command, or add them to your CLAUDE.md file manually.

Cline

Custom Instructions

Set custom instructions in Cline's settings to guide its autonomous coding behavior.

VS Code

.vscode/settings.json

Configure VS Code's built-in AI features and extensions with custom instructions and MCP servers.

How Skills Work Across Tools

A skill is a plain-text system prompt -- a set of instructions that tell an AI coding assistant how to behave. Every AI tool has its own way of loading these instructions, but the content is identical. A skill that says "use TypeScript strict mode and prefer functional components" works the same whether it lives in .cursorrules, CLAUDE.md, or .github/copilot-instructions.md.

Browse the skills directory to find skills for your stack, then follow the integration guide for your tool to set them up.