skill
Adom Wiki Skill Pack
Public Made by Adomby adom
How to use the Adom Wiki without breaking pages — the wiki is six tools in one (git, package manager, 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.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
{
"type": "skill",
"slug": "adom-wiki-skillpack",
"title": "Adom Wiki Skill Pack",
"brief": "How to use the Adom Wiki without breaking pages — the wiki is six tools in one (git, package manager, 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.",
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"visibility": {
"public": true
},
"metadata": {
"tags": [
"wiki",
"adompkg",
"publishing",
"skillpack",
"guidelines",
"documentation",
"repo-archetypes",
"open-source",
"mit"
],
"discovery_triggers": [
"publish to the wiki",
"the wiki",
"adompkg publish",
"what kind of wiki repo",
"wiki repo archetype",
"skillpack",
"super skill",
"wiki family repo",
"parent child wiki",
"wiki readme",
"hero disappeared",
"hero unlinked",
"private source public app",
"proprietary wiki page",
"wiki breadcrumb",
"fork a wiki page",
"wiki scoring",
"wiki trending"
]
},
"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",
"readme.html",
"readme html",
"custom html readme",
"readme iframe height",
"readme-height",
"resize readme iframe",
"readme scrollbars",
"readme iframe stuck at 600px",
"wiki iframe resize",
"wiki bloat",
"too many wiki pages",
"should this be a page",
"where should this skill live",
"add a skill to the pack"
],
"discovery_pitch": "Anything touching wiki.adom.inc: publishing, page archetypes, readmes, heroes, discovery, and the wiki-bloat rule (find where a thing already lives before creating any page).",
"sample_prompts": [
{
"label": "Publish to the wiki",
"prompt": "Publish this project to the Adom Wiki without breaking the page."
},
{
"label": "Page or skillpack?",
"prompt": "Should this be its own wiki page, or belong in an existing skillpack?"
},
{
"label": "Am I making bloat?",
"prompt": "Before I create this wiki page, check whether the thing already has a home."
}
],
"version": "0.8.2",
"description": "The Adom Wiki Skill Pack — one main skill plus the 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, package manager, releases, discussions, pull requests, and discovery. One package manager install drops the whole set onto your container.",
"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",
"skills/wiki-bloat/SKILL.md",
"skills/wiki-readme-slideshow/SKILL.md"
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"tags": [
"wiki",
"adompkg",
"publishing",
"skillpack",
"guidelines",
"documentation",
"repo-archetypes",
"open-source",
"mit"
],
"author": {
"name": "John Lauer",
"email": "[email protected]"
},
"org": "adom"
}