Use in IDEs

Install and use published context packs inside Cursor, Claude Code, Windsurf, GitHub Copilot workflows, and generic agent folders.

Use in IDEs

After publishing, developers use the CLI from their project root.

Install

ai-skill install rb-testcontext

Install for Cursor

ai-skill install rb-testcontext --target cursor

Typical output:

.cursor/skills/rb-testcontext/SKILL.md
.cursor/skills/rb-testcontext/references/
.cursor/skills/rb-testcontext/context/

Install for Claude Code

ai-skill install rb-testcontext --target claude

Typical output:

.claude/skills/rb-testcontext/SKILL.md
.claude/skills/rb-testcontext/references/
.claude/skills/rb-testcontext/context/

Install for generic agents

ai-skill install rb-testcontext --target agents

Typical output:

.agents/skills/rb-testcontext/SKILL.md
.agents/skills/rb-testcontext/references/
.agents/skills/rb-testcontext/context/

Install for generic AI folder

ai-skill install rb-testcontext --target ai

Typical output:

.ai/skills/rb-testcontext/SKILL.md
.ai/skills/rb-testcontext/references/
.ai/skills/rb-testcontext/context/

Interactive install

ai-skill install

Use this when you want the CLI to list available published packs.

  1. Pull latest application code.
  2. Install or update context packs.
  3. Open the project in the AI IDE.
  4. Ask the IDE to use the installed skill.
  5. Keep generated code aligned with the installed rules and domain files.

Update context

ai-skill update

Validate local context

ai-skill validate rb-testcontext

Common usage prompt

Use the installed rb-testcontext skill. Follow its rules, domain context, and project instructions before generating code.