Back to the catalog

together-onboarding

Intern onboarding coach for the Together / Хочу.Вместе codebase — guided, hands-on drills through the backend (Django) and frontend (React m

Open source Open in the app JSON README (API)

About

Intern onboarding coach for the Together / Хочу.Вместе codebase — guided, hands-on drills through the backend (Django) and frontend (React mini app), inside your AI agent.

Details

Kind
Plugins
Topic
No topic detected
Publisher
kmmbvnr
Origin
gemini
Category
ferramentas
Version
0.3.0
Last push
2026-06-02T05:14:01Z
Repository state
ativo
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
kmmbvnr/together-market

README

# Together Onboarding

Intern onboarding **coach** for the **Together / Хочу.Вместе** project (a Telegram Mini App for Astana). It
runs inside your AI agent and walks a new intern through short, hands-on drills — universal foundations first
(the terminal, Git, `uv`, Node, then the ideas behind the stack), then a light tour of our repo, then the
backend (Django) and frontend (`mates/`). Drills are read/run/trace only — no code changes. The course
content lives on the RunDrill MCP server (behind sign-in); this repo is the thin client plugin and doubles
as its own one-plugin marketplace.

## Install

**Claude Code / Desktop**
```
/plugin marketplace add kmmbvnr/together-market
/plugin install together-onboarding@together-market
/together-onboarding-coach
```

**OpenAI Codex**
```
codex plugin marketplace add kmmbvnr/together-market
```
then install `together-onboarding` and start the coach.

**Google Antigravity** (no registry — drop the plugin folder in)
```
git clone https://github.com/kmmbvnr/together-market.git
ln -s "$PWD/together-market" ~/.gemini/config/plugins/together-onboarding
```

## First run

On first use the coach connects to the RunDrill MCP server and asks you to **Authorize**
`together-onboarding` — a browser tab opens for a quick sign-in, then closes. No API key to paste. Until
it's authorized, the coach won't run. The course is private: only authorized users get drills.

## Layout

The plugin lives at the repo **root** (`.claude-plugin/plugin.json`, `skills/`, `.mcp.json`, per-host
manifests), and `.claude-plugin/marketplace.json` lists it (`source: "./"`) so the repo is installable as a
marketplace and mountable as a git submodule. The course curriculum and the cohort's data are **not** here.

More