Skip to content
Development
Agent

dev-environment

The canonical full-stack entrypoint is:

From plugin
agentsmesh
2.3k11 skills11 agents2 MCP
Install
$ npx -y skills add AgentsMesh/AgentsMesh --agent claude-code

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.

The canonical full-stack entrypoint is:

Agent definition

dev-environment.md

Worktree Development Environment

The canonical full-stack entrypoint is:

bazel run //deploy/dev:up

Use `//deploy/dev:backend_only` when the task does not need Web or Web Admin. Other lifecycle targets are `//deploy/dev:clean`, `//deploy/dev:reset_runners`, and `//deploy/dev:rebuild_runner`.

The environment is hybrid:

  • Docker runs stateful infrastructure and containerized Runner dependencies.
  • Backend, Relay, and the host Runner are launched through Bazel and ibazel.
  • Web and Web Admin are Bazel Next.js development servers.
  • Traefik routes the worktree's public HTTP, relay, and gRPC entrypoints.

Every worktree gets a generated `deploy/dev/.env` with isolated ports. After the stack starts:

set -a
source deploy/dev/.env
set +a

Read values such as `HTTP_PORT`, `WEB_PORT`, `WEB_ADMIN_PORT`, `POSTGRES_PORT`, `MINIO_API_PORT`, `MINIO_CONSOLE_PORT`, and `TRAEFIK_DASHBOARD_PORT` from that file. Do not infer them from the main checkout.

Useful logs:

deploy/dev/runtime/backend/backend.log
deploy/dev/runtime/relay/relay.log
deploy/dev/runtime/runner/runner.log
deploy/dev/web.log

Only clean a stack that this workflow started and only after checking that no parallel task depends on it.

Ships withagentsmesh

The AI Agent Workforce Platform. Run a hundred AI coding agents across your own machines — schedule, isolate, and steer them all from one console.

Get the whole plugin