Wiki Initializer
Initialize a project wiki — structure, starting pages, navigation — so documentation doesn't start from a blank page.
Before & after
Same prompt, same agent — the only difference is the skill.
You can create a wiki by starting with a home page and then adding sections as needed. You might want to include things like documentation, team guidelines, architecture decisions, and project status. The structure depends on what your team needs. You could organize it hierarchically or with cross-links. I'd suggest starting simple and adding more as the project grows. What kind of content do you want in the wiki?
PROJECT WIKI STRUCTURE HOME • Latest status (3-line updates) • Urgent docs (blockers, on-call runbook) • Quick links to Architecture, Decisions, Onboarding ONBOARDING (for new devs - read first) 1. Environment setup (5 min) 2. First PR walkthrough (existing PR link) 3. Slack channels to join ARCHITECTURE • System diagram (Miro link) • Data model (ER or schema) • API contracts (request/response examples) DECISIONS (Reverse-chronological) • ADR: Why we chose Postgres over MongoDB • ADR: Monorepo vs multi-repo TROUBLESHOOTING • Common errors and fixes • Performance red flags GUIDELINES • Code review checklist • Commit message format • Release procedure Update cadence: Architecture quarterly, Decisions as they happen, Home weekly
About this skill
name: wiki-init description: Use when Structured Claude skill that gives Claude a repeatable workflow for wiki init.
Wiki Init
One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Wiki Init workflow with its own instructions and validation so outputs stay consistent.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the wiki-init skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Wiki Init; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: wiki-init
description: Use this skill when initializing a new project wiki or internal documentation structure that needs a consistent, repeatable starting layout.
version: 1.0.0
category: AI Agents / Development
author: AgentVolt
license: proprietary
tags:
- ai-agents
- development
---
# Wiki Init
Applies a repeatable workflow for initializing a project wiki: structure, starting pages, and navigation, so new documentation efforts don't start from a blank page every time.
## When to use
… (sign up to view the full skill)More ai & agents skills
View all AI & Agents skills →Skill Status Report
Scan every skill in a project and report which pass validation, which are stale, and which lack required metadata.
Skills Scaffolder
Scaffold a new skills directory — folder structure, metadata, a baseline validation pass — with the right conventions from day one.
Research Bundle
Run a multi-step research task as one pipeline: gather sources, extract findings, validate consistency, emit one structured bundle.
Workspace Admin
Administer a Cowork or Claude workspace — settings, access, configuration — with every change scoped and verified.