Back to Opik

Skills Index

.agents/skills/README.md

2.0.22-6605-merge-20651.7 KB
Original Source

Skills Index

Domain-specific agent skills for the Opik monorepo. Each skill provides patterns, conventions, and guidance for a specific area of the codebase.

SkillPathDescription
analytics-instrumentationanalytics-instrumentation/Add analytics events to Opik features. Use when wiring PostHog events on the frontend or backend for product analytics tracking.
diagram-generationdiagram-generation/Generate self-contained HTML architecture diagrams. Use when creating visual diagrams for PRs, task plans, or architectural explanations.
documentationdocumentation/Feature documentation and release notes patterns. Use when documenting changes, writing PR descriptions, or preparing releases.
local-devlocal-dev/Local development environment setup and commands. Use when helping with dev server, Docker, or local testing.
opik-backendopik-backend/Java backend patterns for Opik. Use when working in apps/opik-backend, designing APIs, database operations, or services.
opik-frontendopik-frontend/React frontend patterns for Opik. Use when working in apps/opik-frontend, on components, state, or data fetching.
playwright-e2eplaywright-e2e/Playwright E2E test generation workflow. Use when generating, fixing, or planning automated tests in tests_end_to_end/.
python-sdkpython-sdk/Python SDK patterns for Opik. Use when working in sdks/python, on SDK APIs, integrations, or message processing.
typescript-sdktypescript-sdk/TypeScript SDK patterns for Opik. Use when working in sdks/typescript.

Each skill directory contains a SKILL.md entry point plus supporting documents (testing, code quality, patterns, etc.).