Skip to content

fix: remove duplicate wasteland skill (now in marketplace) - #13

Merged
julianknutsen merged 1 commit into
mainfrom
remove-skill-footgun
Mar 5, 2026
Merged

fix: remove duplicate wasteland skill (now in marketplace)#13
julianknutsen merged 1 commit into
mainfrom
remove-skill-footgun

Conversation

@julianknutsen

Copy link
Copy Markdown
Collaborator

Summary

  • Removes web/public/wasteland-skill.md — the skill now lives canonically in gastownhall/marketplace
  • Removes the /skill page component (SkillPage.tsx, SkillPage.module.css) and its route
  • The nav "skill" link already points to the marketplace repo, so no nav change needed

Why

The skill file existed in two places, causing drift:

  • Daily-ops commands (sync, me, status, doctor) landed here but never reached marketplace
  • The fork API URL fix was applied independently in both repos with different timing

Single source of truth = marketplace. This repo shouldn't host a copy.

Related

Test plan

  • All Go tests pass
  • TypeScript type-check passes
  • Verify nav "skill" link still works (points to marketplace repo)
  • Verify no dead imports or routes remain

🤖 Generated with Claude Code

The wasteland skill file lived in two places:
- web/public/wasteland-skill.md (this repo)
- plugins/wasteland/skills/wasteland/SKILL.md (gastownhall/marketplace)

This caused drift — daily-ops commands and fork API fixes landed here
but never reached marketplace where users actually install from.

Removes the local copy, the /skill page component, and its route.
The nav "skill" link already points to the marketplace repo.

See: gastownhall/marketplace#3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@julianknutsen
julianknutsen merged commit 976bd37 into main Mar 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant