plugins/deep-wiki/skills/wiki_architect/SKILL.md
Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.
npx skillsauth add shouenlee/ghcp-dev-plugin wiki_architectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.
file_path:line_numberThe catalogue MUST include an Onboarding section (always first, uncollapsed) containing:
Principal-Level Guide — For senior/principal ICs. Dense, opinionated. Includes:
Zero-to-Hero Learning Path — For newcomers. Progressive depth:
Detect primary language from file extensions and build files, then select a comparison language:
JSON code block following the catalogue schema with items[].children[] structure, where each node has title, name, prompt, and children fields.
For a TypeScript REST API project, the output might include: Onboarding (Principal-Level Guide, Zero-to-Hero Guide) → Getting Started (Overview, Setup, Quick Reference) → Deep Dive (API Gateway, Auth Service, Data Layer).
tools
Decomposes feature descriptions or GitHub issues into ordered subtasks with file-level scope, acceptance criteria, and optional gh issue create. Use when asked to "break down task", "decompose feature", "create subtasks", "plan implementation", "break this into tasks", "task list", or "implementation plan".
documentation
Generates changelogs from conventional commits, bumps semantic versions in pyproject.toml or package.json, and publishes GitHub releases. Use when asked to "create release", "release notes", "changelog", "bump version", "semantic version", "tag release", "publish release", or "what changed since last release".
development
Runs ruff, mypy, and bandit on changed Python files — explains violations and auto-fixes with ruff check --fix. Use when asked to "lint", "fix lint", "check types", "type check", "run mypy", "run ruff", "python quality", or "lint python files".
development
Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.