Skip to content
Development
Agent

quickstart

- Only prerequisite: any `pnpm` on PATH. The root `package.json` pins `packageManager: pnpm@10.28.2` and `devEngines.runtime` node `24.14.0` with `onFail: "download"`, so `pnpm install` provisions the pinned pnpm and Node itself (no nvm or corepack needed). - Optional: the

From plugin
emdash
5.7k32 skills32 agents

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

- Only prerequisite: any `pnpm` on PATH. The root `package.json` pins `packageManager: pnpm@10.28.2` and `devEngines.runtime` node `24.14.0` with `onFail: "download"`, so `pnpm install` provisions the pinned pnpm and Node itself (no nvm or corepack needed). - Optional: the

Agent definition

quickstart.md

Quickstart

Toolchain

  • Only prerequisite: any `pnpm` on PATH. The root `package.json` pins

`packageManager: pnpm@10.28.2` and `devEngines.runtime` node `24.14.0` with `onFail: "download"`, so `pnpm install` provisions the pinned pnpm and Node itself (no nvm or corepack needed).

  • Optional: the committed `mise.toml` pins node + pnpm for mise users; `.nvmrc`

remains as a compatibility hint.

  • Workspace layout: pnpm monorepo; the Electron app lives in `apps/emdash-desktop/`

Core Commands

Run from `apps/emdash-desktop/` (the root `package.json` also provides `dev` and `build` aggregates that run through Nx in dependency order):

pnpm run dev
pnpm run dev:main
pnpm run dev:renderer
pnpm run build
pnpm run rebuild
pnpm run reset

Validation Commands

Run from the repo root (they fan out to the workspace) or from `apps/emdash-desktop/`:

pnpm run format
pnpm run lint
pnpm run typecheck
pnpm run test

Important Notes

  • After native dependency changes (`better-sqlite3`, `node-pty`), run `pnpm run rebuild`.
  • There are no pre-commit hooks; run the validation commands before opening or merging a PR.
Ships withemdash

Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.

Get the whole plugin
Stats
5,748
Stars
589
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
8m ago
Last commit
1y ago
Created

Repo: generalaction/emdash

Other agents on emdash.