بنقرة واحدة
board
Use when a Mexus-launched agent should show a local Web board for repository Agent Team Mission files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when a Mexus-launched agent should show a local Web board for repository Agent Team Mission files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when showing a Web board for a Markdown-only Agent Team Mission without a Mexus server.
Use when opening a RoundTable proposal in the active Markdown-backed Agent Team Mission.
Use when executing the next tasks from a Markdown-backed Agent Team kanban with Claude Code or Codex background Agents.
Use when starting or continuing a Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
Use when summarizing a Markdown-only Agent Team Mission from local files.
Use when stopping the local Web board for a Markdown-only Agent Team Mission.
| name | board |
| description | Use when a Mexus-launched agent should show a local Web board for repository Agent Team Mission files. |
| argument-hint |
/boardUse this skill when the user invokes /board.
This skill owns the Agent Team Web board. The board is observational in phase one: it reads agent-team/ from the current project and renders Mission kanban state without editing tasks.
Verify the current project has agent-team/. If not, tell the user to run /team "<request>" first.
Resolve the plugin root from the current skill path or from the Mexus plugin package path.
Ensure board app dependencies are available in:
packages/mexus-plugin/skills/board/board-app/
Start the board server:
node packages/mexus-plugin/scripts/start-board.mjs --root "$PWD"
Print the local URL reported by the script.
agent-team/, not files inside the plugin.