一键导入
catalog-status
Print the porting tech tree catalog dashboard — readiness tier distribution, top shim unlock opportunities, and next batch recommendation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Print the porting tech tree catalog dashboard — readiness tier distribution, top shim unlock opportunities, and next batch recommendation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Capture a lesson learned from a porting session and route it to the right enforcement mechanism. Use when a bug, mistake, or process failure occurs that should be prevented in future sessions.
Publish a news entry to the amiport site. Appends to site/data/news.json, validates, deploys via site-manager, and clears the activity cache. Use when announcing a release, project update, milestone, or behind-the-scenes note.
Analyze C source code for Amiga portability issues. Scans headers, system calls, and language features to produce a structured porting report. Use when starting a new port or evaluating whether a project can be ported.
Transform C source code for Amiga compatibility. Replaces POSIX calls with Amiga equivalents or posix-shim wrappers. Use after analyze-source has identified issues.
Dispatch multiple ports from the catalog in parallel using specialized agents. Runs the same pipeline stages as /port-project but overlaps them across ports for ~3x throughput.
Port an entire C project to AmigaOS. Runs the full pipeline — analyze, transform, build, test, package. Use to port a new project from scratch.
| name | catalog-status |
| description | Print the porting tech tree catalog dashboard — readiness tier distribution, top shim unlock opportunities, and next batch recommendation. |
| user_invocable | true |
Print the current state of the porting catalog.
/catalog-status # Full dashboard
/catalog-status cli # Filter by category
/catalog-status cli a1200_accel # Filter by category + hardware profile
Run the scoring script:
python3 scripts/catalog-score.py --status [--category <arg1>] [--profile <arg2>]
If the user provides arguments:
--category--profileThe script prints:
If data/catalog.json doesn't exist, tell the user:
"Catalog not found. Dispatch the catalog-engineer agent to enumerate candidates and run dry-run analysis."