Back to tutorials
Documentation

Getting Started with RAGENTS

Browse, vet, and install reusable AI assets straight into your editor.

Prerequisites

  • VS Code 1.60.0 or higher
  • GitHub Copilot and/or Claude Code installed

1. Install the extension

# From the VS Code Marketplace, search "RAGENTS"
code --install-extension ragents.vsix

2. Choose your platform

RAGENTS maps assets to the right directory automatically, .github/ for Copilot, .claude/ for Claude Code.

// settings.json
{
  "ragents.platform": "claude-code"   // or "copilot"
}

3. Browse the library

Open the RAGENTS sidebar and browse by category: Agents, Instructions, Prompts, and Skills. Verified custom assets are kept separate from community-curated ones.

4. Mind the trust signals

  • Verified: reviewed, organization-trusted assets.
  • Public: community content, flagged with a "use with caution" warning.

5. Install an asset

Select an asset and click install. RAGENTS writes it into the correct directory for your platform, one click, no manual copying.

# Example result for Claude Code:
.claude/agents/data-architect.md
.claude/skills/api-design/SKILL.md

Need a hand?

We'll deploy it with you