بنقرة واحدة
xagent-task
Create xagent tasks using the MCP tools. Use when the user wants to create a task for the xagent system.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create xagent tasks using the MCP tools. Use when the user wants to create a task for the xagent system.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | xagent-task |
| description | Create xagent tasks using the MCP tools. Use when the user wants to create a task for the xagent system. |
Use the mcp__xagent__create_task and mcp__xagent__list_workspaces MCP tools to create tasks.
mcp__xagent__list_workspaces to find the right one.mcp__xagent__create_task, always including the runner parameter.runner: Use the runner_id from list_workspaces (don't omit it).The agent runs inside a Docker container with a limited toolset. The available tools are defined in mise.toml at the repo root. Do not assume any CLI tools are available beyond what mise installs and standard Linux utilities.
Guidelines for writing Go tests. Apply when creating or modifying test files.
Execute an already-agreed plan by delivering it as a stack of "layer cake" PRs — one xagent task per PR, strictly one at a time. Use when the design is settled (usually an accepted proposal) and the job is to build it. You delegate each layer to a task, review the PR it opens, and the human merges. A merge is the go signal to start the next layer. Feedback on a PR — yours or the user's — is relayed back to the task (which wakes on the PR event) rather than fixed by hand. Mute all channel notifications and unmute only the tasks you create. Track progress in a GitHub issue with a checkbox per layer so the work can be resumed after context loss.
Create a design proposal for a feature or change. Use when the user wants to plan or design something before implementing it.
Act as an engineering manager who delegates implementation to xagent tasks. Use for sessions where the user wants you to design, delegate, and review work rather than write production code yourself. You scope work, kick off xagent tasks, and review the proposals and PRs they produce — requesting changes by commenting on the PR and tagging the author.
Guidelines for working with the Connect RPC (gRPC) API. Apply when modifying proto definitions, implementing server handlers, or creating API clients.
Web UI development guidelines for the v2 React UI in webui/. Apply when working on files in webui/, creating React components, or using TanStack Router/Query.