Skip to main content
archestra-ai
GitHub creator profile

archestra-ai

Repository-level view of 26 collected skills across 2 GitHub repositories.

skills collected
26
repositories
2
updated
Sep 9, 2026
repository explorer

Repositories and representative skills

managing-archestra-releases
software-developers

Guides rolling beta releases, stable patches, and new stable feature branches. Use when backporting fixes, cutting release branches, testing artifacts, recovering failed runs, or approving releases.

Sep 8, 2026
archestra-dev-backend
unclassified

Use when adding or changing Archestra backend routes, models, services, API request/response schemas, endpoint permissions, or OpenAPI/codegen for the generated API client.

Sep 7, 2026
archestra-dev-backend-tests
unclassified

Use when writing or modifying Archestra backend unit tests (platform/backend/src/**/*.test.ts) — mocking modules, stubbing globals, database fixtures, vitest projects/isolation, or test performance.

Sep 7, 2026
archestra-dev-e2e
unclassified

Use when writing, debugging, or running Archestra Playwright e2e tests, API/UI fixtures, WireMock-backed tests, local/CI e2e setup, or test selectors.

Sep 7, 2026
archestra-dev-interactions-migrations
unclassified

Use BEFORE writing or running any Drizzle migration that touches the `interactions` table (or any other very large, write-hot table). The interactions table is the platform's biggest, append-heavy table — every LLM proxy call writes a row — so a careless…

Sep 7, 2026
archestra-dev-llm-providers
unclassified

Use when adding an LLM provider, changing proxy adapters or provider routes, fixing streaming/tool-call translation bugs, editing model fetchers or model handling, or touching provider credentials/enums and model constants.

Sep 7, 2026
archestra-dev-migrations
database-architects

Use when changing Drizzle schemas, generating migrations, editing migration SQL, creating data-only migrations, diagnosing drizzle-kit check failures, or resolving migration/generated-client conflicts.

Sep 7, 2026
archestra-dev-testing
unclassified

Use when deciding whether a change needs a test and at which level — unit, backend route-level integration, MSW-backed frontend integration, or e2e — or when reviewing tests for the "fluff test" anti-pattern. Start here before archestra-dev-backend-tests or…

Sep 7, 2026
Showing 8 of 23 collected skills.
Showing 2 of 2 repositories
All repositories loaded