skill
Adom Wiki Skill Pack
Public Unreviewedby John Lauer
How to use the Adom Wiki without breaking pages — the wiki is six tools in one (git, adompkg, releases, discussions, PRs, discovery), and three repo archetypes have emerged from real use: Page, Skillpack, and Family. Plus how to publish rich component pages (chips, molecules, boards). One install, 15 skills, plus a write-up of the design patterns for the people who build the wiki.
#!/usr/bin/env bash
set -e
DEST="$HOME/.claude/skills"
for n in adom-wiki-skillpack \
wiki-anatomy wiki-api wiki-publish-safely wiki-readme wiki-readme-html wiki-visibility \
wiki-repo-styles wiki-component wiki-family wiki-skillpack wiki-hero \
wiki-breadcrumbs wiki-forking wiki-discovery wiki-scoring; do
rm -rf "$DEST/$n"
done
echo "OK: Removed the Adom Wiki Skill Pack and its 14 bundled skills."