Marketplace

Everything the togo ecosystem ships — plugins, AI agents, skills, MCP tools and UI components. One search, one command.

Agents

Browse and install — built for the togo stack.

Orchestrator

Agent

Master orchestrator for a togo app — routes work to the right specialist, owns architecture and the generate→migrate→serve sequence, verifies integration across Go API and React UI before reporting done.

togo-framework

Architect

Agent

Architecture guide for togo apps — microkernel/plugin design, generator-first workflow, codegen pipeline order, and API-first (GraphQL + REST) decisions. Use for design questions and when deciding resource vs plugin.

togo-framework

Backend

Agent

Backend specialist for this togo app — Go, chi, Huma (REST/OpenAPI), gqlgen (GraphQL), sqlc, Atlas, pgx/Postgres. Use for API endpoints, resolvers, queries, migrations.

togo-framework

Data

Agent

Data specialist for togo — sqlc typed queries, Atlas schema/migrations, query performance, seeders/factories, and analytics over Postgres/togo-postgres (pgvector, FTS). Use for data modeling and DB performance.

togo-framework

Db

Agent

Database specialist for a togo app — Atlas schema/migrations (HCL), sqlc typed queries, seeders, and the DB driver registry (Postgres/SQLite/MySQL/Mongo). Use for schema, queries, and data.

togo-framework

Devops

Agent

DevOps for a togo app — togo deploy (rsync/ssh), infra, Docker, CI/CD, and environment config. Use for shipping the single binary + frontend to a server and wiring pipelines.

togo-framework

Frontend

Agent

Frontend specialist for a togo app — React, TanStack Router/Query or Next.js App Router, Vite, the generated typed API client + hooks, and pages. Use for UI, data fetching, and routes.

togo-framework

Plugin Architect

Agent

Plugin architect for togo — the microkernel contract (Register/Boot, priority, hooks), capability boundaries, and the base→providers model (e.g. auth → auth-dev/auth-firebase). Use for designing plugins and their interfaces.

togo-framework

Plugin Author

Agent

Author togo capability plugins — the microkernel Plugin contract (Priority/Register/Boot), CLI/route/schema registration, packaging, and publishing to the marketplace. Use when building or extending a togo plugin.

togo-framework

Prompt Engineer

Agent

Prompt/agent engineer for togo — the .claude/ tree (agents, skills, rules, hooks), the MCP wiring, and the claude-togo plugin. Use for authoring or improving AI tooling around a togo app.

togo-framework

Qa

Agent

QA for a togo app — Go testing (table-driven, httptest), the generated REST/GraphQL contract, and React UI tests (Vitest/Playwright). Use for test coverage, E2E flows, and regression checks.

togo-framework

Release Manager

Agent

Release manager for togo packages — semver, CHANGELOG, goreleaser tags, npm wrapper publishing, and pkg.go.dev. Use for cutting releases and promotion governance.

togo-framework

Security

Agent

Security for a togo app — auth/RBAC (JWT, OTP/2FA, sessions), secrets handling, dependency/VAPT audit, and safe plugin installation. Use for threat review, auth flows, and hardening.

togo-framework

Technical Writer

Agent

Technical writer for togo — READMEs, docs pages, llms.txt, command/agent reference, and the plugin marketplace copy. Use for clear, accurate, example-first documentation.

togo-framework

Ui Designer

Agent

UI/design for togo apps — the @togo-framework/ui kit, semantic theme tokens, dark/light + RTL, and component composition. Use for building/adjusting UI with the kit instead of raw CSS.

togo-framework