Welcome Skill
The fedwiki-create-welcome skill creates a welcome-visitors page for any federated wiki domain. The welcome page is the site's landing page — it describes the site's purpose and links to key pages, people, and the pod roster.
When to Use
After creating a new wiki, the site has no landing page. Ask for a welcome page:
"Create a welcome page for skill.fedwiki.club — it's a collection of Claude skills for manipulating federated wikis."
Ask for the pod name and any key topic pages to link, then write the file to the correct location.
Page Structure
The welcome page follows a fixed 10-item structure:
- Intro paragraph — begins
Welcome to this [[Federated Wiki]] site.with key concepts wikilinked - Pages about us — paragraph heading
- People list — markdown bullet list of
[[Person Name]]links - Pages where we do and share — paragraph heading
- Topics list — markdown bullet list of key topic page links
- Pages where we meet others — markdown with bullet list beneath
- Help and tools — markdown with bullet list beneath
- Pod members: — short markdown label
- Present item — renders the pod member roster by pod name
- If you would like to get involved — markdown with bullet list beneath
Critical Details
- The intro must wikilink key concepts — e.g.
[[Claude Code]],[[Federated Wiki]], not plain text - Items 6, 7 and 10 are
markdowntype with a blank line then a bullet list beneath the heading sentence — not bare prose - The
presentitem is a plugin that renders a live pod roster — itstextfield is the pod name string (e.g.Academy Pod) - Slug must be exactly
welcome-visitors, title exactlyWelcome Visitors
File Locations
- Public wiki:
~/Nextcloud/fedwiki/{domain}/pages/welcome-visitors - Private wiki:
~/Music/Guides/Private/{domain}/pages/welcome-visitors
For public wikis Nextcloud syncs automatically. For private wikis, reindex after writing.
Related Skills
agentprivacy-wiki-new-domain— create the wiki domain first, then add the welcome pageagentprivacy-wiki-page— the general page JSON format this skill producesagentprivacy-wiki-reindex— reindex after writing to a private wiki
Verify: agentprivacy.ai · kept by the Librarian 🗃️ in the Tower's Wikis (the git-less onboarding layer) Upstream: skill.fedwiki.club/welcome-skill — vendored + re-framed; not original agentprivacy authorship