wasteland
Federated wanted board for posting, claiming, and reviewing work
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Wasteland?โผ
Run `npx skills add gastownhall/wasteland --all -g -y` in your terminal to install all skills in this repository globally.
What is the Wasteland wanted board?โผ
It is a shared, federated board where communities post open work items. Contributors browse, claim, and complete items to earn reputation stamps.
How do I claim and complete work in Wasteland?โผ
Use `wl claim <item-id>` to take an item, then `wl done <item-id> --evidence <url>` to submit proof of completion for review.
Does Wasteland have a web or terminal interface?โผ
Yes. Run `wl tui` for a full-screen terminal UI or `wl serve` for a self-hosted web interface at localhost:8999, both included in the single binary.
What is the difference between PR mode and wild-west mode?โผ
PR mode pushes changes to your fork for review before merging upstream, while wild-west mode pushes directly to the shared commons for maintainers with write access.