Back to Opik

Skills Index

.agents/skills/README.md

2.0.60-7008-merge-22542.3 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/.
playwright-pom-discoveryplaywright-pom-discovery/Choose stable selectors against the live UI when building a Page Object Model for the E2E suite (tests_end_to_end/e2e/pom/). Used as the discovery sub-step by writing-e2e-tests.
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.
writing-e2e-testswriting-e2e-tests/Add an end-to-end test for an Opik feature in tests_end_to_end/e2e/. Use when a developer wants to write a test for a feature, page, or branch — runs the full loop: analyze, explore the live UI, write the POM + spec, and run it locally until green.

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