Operately avatar

Operately

Official

@operately

0Followers
|
6Public Repos
|
8Published Skills

Open source company operating system

Skills Distribution
DomainDeveloper To...Backend Engineerin.. (30%)Frontend Architect.. (25%)Code Quality & Tes.. (25%)Documentation & UX.. (20%)

Agent Skills by Operately

Showing 8 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Operately

FAQPage Schema
What tasks can I accomplish using Operately's skills?▼

You can enforce clean-code standards, write and run Elixir/API/JS tests, generate Ecto schema and data migrations, build TurboUI components, implement TanStack Query data fetching, create MCP tools for ChatGPT/Claude clients, audit documentation gaps from git history, and write UI microcopy.

Who are Operately's skills designed for?▼

They target software engineers contributing to the Operately codebase: Elixir backend developers writing Ecto queries and migrations, frontend engineers working with TanStack Query and TurboUI, and developers exposing capabilities to MCP clients or maintaining tests and documentation.

How do I run tests and migrations in Operately?▼

Tests run via make test, covering Elixir, API, JS, and EE suites with Factory, TurboCase, FeatureCase, and ExternalApi QuerySpec/MutationSpec patterns. Migrations are generated with ecto.gen.migration or make gen.migration and applied via mix ecto.migrate.

Is Operately free and open source?▼

Yes. Operately is an open-source company operating system, publicly available on GitHub with its full codebase, including migrations, components, MCP tools, and test suites, accessible for self-hosting and contribution at no licensing cost.

What prerequisites do Operately's skills require?▼

The help-docs skill requires a baseline SHA or tag to audit documentation gaps. Other skills assume the Operately app structure: Elixir/Ecto backend under app/lib and app/priv/repo, JavaScript frontend under app/assets/js, and MCP tools under app/lib/operately_web/mcp/tools/.