.agents/skills/README.md
Domain-specific agent skills for the Opik monorepo. Each skill provides patterns, conventions, and guidance for a specific area of the codebase.
| Skill | Path | Description |
|---|---|---|
| analytics-instrumentation | analytics-instrumentation/ | Add analytics events to Opik features. Use when wiring PostHog events on the frontend or backend for product analytics tracking. |
| diagram-generation | diagram-generation/ | Generate self-contained HTML architecture diagrams. Use when creating visual diagrams for PRs, task plans, or architectural explanations. |
| documentation | documentation/ | Feature documentation and release notes patterns. Use when documenting changes, writing PR descriptions, or preparing releases. |
| local-dev | local-dev/ | Local development environment setup and commands. Use when helping with dev server, Docker, or local testing. |
| opik-backend | opik-backend/ | Java backend patterns for Opik. Use when working in apps/opik-backend, designing APIs, database operations, or services. |
| opik-frontend | opik-frontend/ | React frontend patterns for Opik. Use when working in apps/opik-frontend, on components, state, or data fetching. |
| playwright-e2e | playwright-e2e/ | Playwright E2E test generation workflow. Use when generating, fixing, or planning automated tests in tests_end_to_end/. |
| python-sdk | python-sdk/ | Python SDK patterns for Opik. Use when working in sdks/python, on SDK APIs, integrations, or message processing. |
| typescript-sdk | typescript-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.).