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.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
{
"slug": "adom-wiki-skillpack",
"title": "Adom Wiki Skill Pack",
"version": "0.7.6",
"type": "skill",
"hero": {
"path": "screenshots/hero.png"
},
"description": "The Adom Wiki Skill Pack \u2014 one main skill plus 14 focused sub-skills that teach the AI to publish to wiki.adom.inc without breaking pages, name the wiki repo archetypes (Page, Skillpack, Family), and publish rich component pages (chips, molecules, boards). The wiki is six tools in one: git, adompkg, releases, discussions, pull requests, and discovery. One adompkg install drops the whole set onto your container.",
"discovery_triggers": [
"publish to the wiki",
"the wiki",
"adompkg publish",
"what kind of wiki repo",
"wiki repo archetype",
"publish a chip",
"chip component page",
"component readme",
"molecule page",
"tape and reel",
"pin 1 orientation",
"skillpack",
"super skill",
"wiki family repo",
"parent child wiki",
"how to make a wiki readme",
"wiki page presentation",
"hero in readme",
"hero shows twice",
"duplicate hero",
"don't repeat the hero",
"hero unlinked",
"hero disappeared",
"name a child page",
"family child title",
"private source public app",
"proprietary wiki page",
"wiki breadcrumb",
"fork a wiki page",
"wiki discovery",
"page not surfacing",
"discover endpoint",
"wiki scoring",
"wiki trending"
],
"dependencies": {
"adom/adom-wiki-hero-image": "^0.2.2"
},
"files": [
"SKILL.md",
"README.md",
"page.json",
"install.sh",
"uninstall.sh",
"screenshots/hero.png",
"screenshots/archetypes.png",
"skills/wiki-anatomy/SKILL.md",
"skills/wiki-api/SKILL.md",
"skills/wiki-publish-safely/SKILL.md",
"skills/wiki-readme/SKILL.md",
"skills/wiki-readme-html/SKILL.md",
"skills/wiki-visibility/SKILL.md",
"skills/wiki-repo-styles/SKILL.md",
"skills/wiki-component/SKILL.md",
"skills/wiki-component/component-page-generator/gen_chip.py",
"skills/wiki-component/component-page-generator/template.html",
"skills/wiki-component/component-page-generator/mkviewers.sh",
"skills/wiki-family/SKILL.md",
"skills/wiki-skillpack/SKILL.md",
"skills/wiki-hero/SKILL.md",
"skills/wiki-breadcrumbs/SKILL.md",
"skills/wiki-forking/SKILL.md",
"skills/wiki-discovery/SKILL.md",
"skills/wiki-scoring/SKILL.md"
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"wiki",
"adompkg",
"publishing",
"skillpack",
"guidelines",
"documentation",
"repo-archetypes",
"open-source",
"mit"
]
}