batch-port

Dispatch the next ready porting candidate from a central catalog.

30|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/bdgscotland/amiport --skill batch-port
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-port
Source: https://github.com/bdgscotland/amiport/tree/main/.claude/skills/batch-port
Command: npx skills add https://github.com/bdgscotland/amiport --skill batch-port

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the progression of a batch porting workflow by selecting and dispatching the next ready porting candidate from a central catalog, ensuring continuity across sessions with a one-candidate-per-invocation model.

Core Features & Use Cases

  • Session-resilient Batch Dispatch: processes a single port per invocation and persists progress in the catalog so a re-run continues where the previous run left off.
  • Score-driven Prioritization: re-scores candidates and selects the best next port based on category and hardware profile.
  • End-to-end Porting Orchestration: updates candidate status, dispatches the port-project agent, and records results in the catalog and PORTS.md.

Quick Start

Run /batch-port to dispatch the next ready porting candidate from the catalog.

Frequently Asked Questions about batch-port

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

FAQPage Schema
How do I automate batch porting workflows to process one candidate at a time?

Batch porting automation selects and dispatches the next ready porting candidate from a central catalog, processing a single port per invocation. It persists progress automatically so subsequent runs continue exactly where the previous session left off.

What is score-based prioritization for porting candidates across hardware profiles?

Score-based prioritization re-evaluates porting candidates by category and hardware profile to select the best next port. This pipeline ensures the most suitable candidate is dispatched first, optimizing the batch porting workflow progression.

Can I resume a porting catalog dispatch if my session is interrupted?

Yes, session-resilient batch dispatch persists progress directly in the central catalog after each candidate invocation. Re-running the dispatch automatically continues from the last completed port until the catalog is exhausted.

How do I orchestrate end-to-end porting updates from dispatch to PORTS.md?

End-to-end porting orchestration performs atomic status updates, dispatches the port-project agent, and records results in both the catalog and PORTS.md. This ensures catalog-driven documentation reflects the outcome of every dispatched candidate.

What's the best way to manage porting progression for AmigaOS batch porting?

Automated batch porting progression manages AmigaOS candidates through a central catalog with one-candidate-per-invocation sequencing. It handles score-driven selection and dispatching automatically until all ready candidates are exhausted.

Does batch porting work without external dependencies or components?

Yes, batch porting operates with zero external dependencies or components. The skill internally handles catalog-driven updates, score-based re-evaluation, and agent-based dispatching without requiring additional environment setup.