Skip to content
RALPH LOOP

Skills

Skills are reusable agent capabilities that provide specialized knowledge and workflows. The canonical source is .agent/skills/, which is symlinked to multiple agent tool directories for compatibility.

SkillDescription
agent-browserBrowser automation for web apps and desktop apps
component-refactoringPatterns for splitting and refactoring React components
e2e-testerEnd-to-end testing workflows
frontend-code-reviewCode quality and performance review guidelines
frontend-testingUnit and integration testing patterns
mysqlMySQL/InnoDB schema, indexing, query tuning, and ops
postgresPostgreSQL best practices and query optimization
prd-creatorCreate PRDs and task breakdowns for Ralph
shadcnManage shadcn components, registries, and UI composition
skill-creatorCreate new skills
vercel-react-best-practicesReact/Next.js performance patterns
vitest-best-practicesVitest structure, assertions, mocks, async tests, and performance
web-design-guidelinesUI/UX design principles

Skills are symlinked from .agent/skills/ to multiple locations for cross-tool compatibility:

# Source of truth
.agent/skills/
├── component-refactoring/
├── e2e-tester/
├── postgres/
├── ...
# Symlinks -> .agent/skills/*
.agents/skills/*
.claude/skills/*
.codex/skills/*
.cursor/skills/*