project-wiki-specifylisted
Install: claude install-skill AruNi-01/atmos
# Project Wiki Specify Skill
This skill guides a Code Agent to **add a specified topic** to an existing Project Wiki. The user provides a topic or question; the agent generates a focused, research-grade article and places it in the **Specify Wiki** section (separate from Getting Started and Deep Dive).
## Prerequisites
1. An existing wiki must exist at `./.atmos/wiki/` with a valid `_catalog.json`.
2. Read these shared references from **project-wiki** (installed at `~/.atmos/skills/.system/project-wiki/`) before making any changes:
- **Content & formatting**: `~/.atmos/skills/.system/project-wiki/references/output_structure.md`
- **Research briefing template**: `~/.atmos/skills/.system/project-wiki/references/briefing_template.md`
- **Sample briefing**: `~/.atmos/skills/.system/project-wiki/examples/sample_briefing.md`
- **Catalog schema**: `~/.atmos/skills/.system/project-wiki/references/catalog.schema.json`
The generated article MUST meet **specify-wiki** content depth requirements: 1500+ words, 3+ Mermaid diagrams, 6+ H2 sections, 5+ source files, 4+ cross-references. Run `~/.atmos/skills/.system/project-wiki/scripts/validate_content.py` to verify.
## Input Context
The user prompt will provide:
- **topic**: A string describing what wiki article to generate. Examples (user replaces bracketed parts for their project):
- "Explore how [feature name] is implemented"
- "Research why the project chose [technology] for [purpose]"
- "Understand how [module/c