magnetx-ship

Route MagnetX tasks through predefined gates by task type.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/akshatdalton/skills --skill magnetx-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magnetx-ship
Source: https://github.com/akshatdalton/skills/tree/main/magnetx-ship
Command: npx skills add https://github.com/akshatdalton/skills --skill magnetx-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, vercel, mcp__claude_ai_Notion__notion-fetch, mcp__claude_ai_Notion__notion-update-page, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages the workflow of MagnetX tasks, guiding users through a sequence of steps until completion.

Core Features & Use Cases

  • Task Orchestration: Routes tasks to the appropriate gate (e.g., deploy, engage, research, decide) based on task type.
  • Idempotency: Ensures that tasks can be revisited at any point in their lifecycle.
  • Integration: Integrates with external tools like GitHub, Vercel, and Notion.

Quick Start

Use the /magnetx-ship command followed by the task ID to initiate the workflow.

Frequently Asked Questions about magnetx-ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task routing for deploying code and engaging leads?

Task routing for deploying code or engaging leads is automated by directing MagnetX tasks through predefined gates based on task type. This orchestrates the workflow by matching tasks to specific operational steps until completion.

What is task orchestration through predefined gates?

Task orchestration through predefined gates is a workflow management mechanism that routes tasks like research or decisions through a sequence of structured steps. It guides each task type through its specific lifecycle until completion.

Do I need GitHub, Vercel, and Notion integrations to manage task completion?

You need GitHub, Vercel, and Notion integrations to manage task completion because the workflow relies on these external tools for task routing. The orchestration sequence fetches and updates task states across these platforms.

How do I initiate a task workflow using a task ID?

To initiate a task workflow, you provide the specific task ID to the execution command. This triggers the routing logic, which identifies the task type and moves the task through its appropriate predefined gates.

What happens if I revisit a task midway through its lifecycle?

Revisiting a task midway through its lifecycle is supported through idempotency, ensuring tasks can be safely revisited at any point. This prevents duplicate processing and maintains workflow state integrity across gates.