# Wiki Setup

> >

- **Type:** Skill
- **Install:** `agentstack add skill-aaronvanston-agent-skills-wiki-setup`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [aaronvanston](https://agentstack.voostack.com/s/aaronvanston)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [aaronvanston](https://github.com/aaronvanston)
- **Source:** https://github.com/aaronvanston/agent-skills/tree/main/skills/wiki-setup

## Install

```sh
agentstack add skill-aaronvanston-agent-skills-wiki-setup
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Wiki Setup

Initialize a markdown-based wiki knowledge base in any repository. Creates the content directory structure, writing guide, agent configuration, and starter templates.

## Inputs

- **Domain** (optional): The subject area for the wiki (e.g., "healthcare compliance", "fintech", "real estate"). If not provided, set up a generic structure.
- **Location** (optional): Where in the repo to place wiki content. Default: `wiki/` at the repo root.
- **Scope** (optional): "minimal" (terms + meetings only) or "full" (all content types). Default: minimal.

## Workflow

### Step 1: Discover Existing Structure

Before creating anything, check what already exists:

- Look for existing content directories, AGENTS.md, WRITING_GUIDE.md, or markdown content.
- If a structure exists, adapt to it rather than overwriting.
- Ask the user before making changes to existing files.

### Step 2: Create Directory Structure

Read [references/directory-structure.md](references/directory-structure.md) for the full layout.

**Minimal setup:**

```
{location}/
  content/
    terms/          # Domain concepts and definitions
    meetings/       # Customer/stakeholder interview notes
      transcripts/  # Raw cleaned transcripts
    people/         # Stakeholder profiles
    product/        # User stories, features, specs
  WRITING_GUIDE.md  # Content authoring standards
```

**Full setup** adds:

```
    learning/       # Structured curriculum modules
    insights/       # Synthesized research findings
    competitors/    # Market analysis
```

### Step 3: Create the Writing Guide

Read [references/writing-guide-template.md](references/writing-guide-template.md) and generate a `WRITING_GUIDE.md` adapted to the user's domain.

The writing guide should cover:
- Content structure and directory layout
- File naming conventions
- Frontmatter template for each content type
- Writing style rules
- Alias and auto-linking guidance
- Quality checklist

### Step 4: Configure AGENTS.md

Create or update `AGENTS.md` in the wiki directory to point agents to:
- The writing guide as the primary reference
- Content directories and their purposes
- Key patterns for each content type
- Style rules (e.g., no em-dashes)

### Step 5: Create Starter Templates

For each content type in the setup, create one example file showing the expected format:
- `content/terms/_example.mdx` -- a sample term entry
- `content/meetings/_example.mdx` -- a sample meeting note
- `content/people/_example.mdx` -- a sample person profile
- `content/product/_example.mdx` -- a sample feature/user story

Prefix examples with `_` so they sort to the top and are clearly templates.

### Step 6: Report

Tell the user what was created and suggest next steps:
- Install the wiki-meeting-ingest skill for processing transcripts
- Install the wiki-term-research skill for deep term entries
- Start by adding terms for concepts they don't fully understand
- Add their first meeting transcript

---

## Reference Files

- **[references/directory-structure.md](references/directory-structure.md)** -- Full directory layout with explanations for each content type.
- **[references/writing-guide-template.md](references/writing-guide-template.md)** -- Template for generating a project-specific writing guide.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [aaronvanston](https://github.com/aaronvanston)
- **Source:** [aaronvanston/agent-skills](https://github.com/aaronvanston/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-aaronvanston-agent-skills-wiki-setup
- Seller: https://agentstack.voostack.com/s/aaronvanston
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
