Help us improve
Share bugs, ideas, or general feedback.
From teamem
Walk a first-time user through Teamem setup — create or join a space, write credentials, verify the bridge resolves. Use when the user has just installed the plugin and has no `~/.teamem/credentials.json` yet, or when `/teamem-setup` is invoked.
npx claudepluginhub rubiyh/teamem --plugin teamemHow this skill is triggered — by the user, by Claude, or both
Slash command
/teamem:teamem-onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are guiding a first-time user through Teamem onboarding. The whole flow runs against the bundled setup CLI shipped with the plugin (`${CLAUDE_PLUGIN_ROOT}/lib/setup.js`) — no source-tree dependency.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
You are guiding a first-time user through Teamem onboarding. The whole flow runs against the bundled setup CLI shipped with the plugin (${CLAUDE_PLUGIN_ROOT}/lib/setup.js) — no source-tree dependency.
bun is on the user's PATH. If not, link them to https://bun.sh and stop.~/.teamem/credentials.json does NOT yet exist (or the user explicitly wants to add another space).${CLAUDE_PLUGIN_ROOT}/lib/setup.js exists. If missing, the plugin install is broken — instruct the user to reinstall via claude plugin install from a Teamem source checkout that ran bun run build:plugin first.principal). The bundled CLI pre-fills the default from git config --global user.name (falling back to $USER); the user can override.http://localhost:3000 for local Docker or local Bun; production deployments use a custom HTTPS URL).bun run "${CLAUDE_PLUGIN_ROOT}/lib/setup.js"
Forward all prompts to the user verbatim and pass their answers through. If the CLI explains the coordination default, keep it on auto-skip; negotiator automation is postponed in this plugin build.bun run "${CLAUDE_PLUGIN_ROOT}/lib/setup.js" and paste the room code at the prompt.~/.teamem/credentials.json (mode 0600)./teamem-on to activate the plugin for this session, optionally with --persist for project-wide auto-on.curl <url>/health. If they're running local-docker, suggest docker compose up -d from a Teamem source checkout./teamem-space rotate-code and resend.lib/setup.js or lib/bridge.js is absent. Reinstall via claude plugin install from a checkout that ran bun run build:plugin.~/.teamem/credentials.json and retry.