wiki-suggest

Generate wiki content suggestions by comparing source files to existing pages.

1|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/jchildree/The-QUESTION --skill wiki-suggest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-suggest
Source: https://github.com/jchildree/The-QUESTION/tree/main/.agents/skills/wiki-suggest
Command: npx skills add https://github.com/jchildree/The-QUESTION --skill wiki-suggest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the identification and generation of wiki content suggestions, ensuring that your project's documentation stays up-to-date with the latest source material.

Core Features & Use Cases

  • Content Inference: Scans source files for content missing in the wiki.
  • Suggestion Generation: Creates files for human review to add or update the wiki.
  • Use Case: When adding new skills or hooks to your project, this Skill can quickly suggest where and how to document them, keeping the wiki current and complete.

Quick Start

Run the /wiki suggest command to generate suggestions for the current scope.

Frequently Asked Questions about wiki-suggest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate wiki content suggestions for new code?

Automate wiki content suggestions by scanning source files against existing wiki pages to infer missing documentation. The tool generates suggestion files for human review, ensuring project documentation stays current with codebase updates.

How do I keep project documentation up-to-date with source files?

Keep project documentation current by comparing source files to existing wiki pages to identify gaps. The tool scans for missing content like skills or hooks and generates suggestion files requiring human review before final wiki inclusion.

Can I automatically generate wiki pages by scanning a codebase?

Generate wiki content suggestions by scanning the codebase for undocumented skills, hooks, and agents. The tool compares source files to existing wiki pages and creates suggestion files, but requires human review before final inclusion in the wiki.

Does the wiki suggestion process require manual review before publishing?

Yes, the wiki suggestion process requires human review before publishing. The tool generates suggestion files by comparing source files to existing pages, but a human must review and approve the content for final inclusion in the wiki.

What is the best way to identify missing documentation for skills and hooks?

Identify missing documentation for skills and hooks using content inference to scan source files against the wiki. The tool generates specific suggestions for undocumented features, creating files for human review to maintain comprehensive project documentation.