Skip to main content
Run any Skill in Manus
with one click
bdgscotland
GitHub creator profile

bdgscotland

Repository-level view of 19 collected skills across 1 GitHub repositories.

skills collected
19
repositories
1
updated
2026-04-14
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

capture-learning
software-developers

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.

2026-04-14
post-news
software-developers

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.

2026-04-13
analyze-source
software-developers

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.

2026-04-13
transform-source
software-developers

Transform C source code for Amiga compatibility. Replaces POSIX calls with Amiga equivalents or posix-shim wrappers. Use after analyze-source has identified issues.

2026-04-13
batch-port-parallel
software-developers

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.

2026-04-12
port-project
software-developers

Port an entire C project to AmigaOS. Runs the full pipeline — analyze, transform, build, test, package. Use to port a new project from scratch.

2026-04-12
port-status
network-and-computer-systems-administrators

Show comprehensive status of a single port — build, tests, reviews, catalog, site data, documentation

2026-04-11
extend-shim
software-developers

Add a new POSIX function to the amiport shim (Tier 1) or emulation (Tier 2) library. Researches AmigaOS APIs first, then implements with proper mapping. Looks up the POSIX spec, classifies the tier, writes the implementation + header + test, and rebuilds the library.

2026-03-26
Showing top 8 of 19 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded