faq-generator

Generate Bloom's-aligned FAQs from course content and export chatbot-ready files.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill faq-generator-huubar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: faq-generator
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/vishal/faq-generator
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill faq-generator-huubar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The FAQ Generator automates the creation of structured, Bloom's Taxonomy-aligned FAQs from textbooks, course descriptions, glossaries, and learning graphs to support chatbot readiness and self-contained study guides.

Core Features & Use Cases

  • Bloom's Taxonomy-aligned FAQ generation across Remember to Create levels.
  • Category-driven: six standard categories (Getting Started, Core Concepts, Technical Details, Common Challenges, Best Practices, Advanced Topics).
  • Output formats: generates docs/faq.md, docs/learning-graph/faq-chatbot-training.json, and quality reports.
  • Use Case: The skill can produce a ready-to-publish FAQ for a new textbook, extract questions from existing course materials, and export data for RAG-powered chatbots.

Quick Start

Provide the course description, learning graph, glossary, and at least 30% of chapter content, then trigger the FAQ generation.

Frequently Asked Questions about faq-generator

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

FAQPage Schema
How do I generate Bloom's Taxonomy-aligned FAQs from textbook content?

To generate Bloom's Taxonomy-aligned FAQs from textbook content, provide the course description, learning graph, glossary, and at least 30% of chapter content. The system outputs structured questions across six categories to docs/faq.md and chatbot training JSON files.

What is the best way to create chatbot-ready FAQ training data from course materials?

Creating chatbot-ready FAQ training data involves structuring course content into categorized question-and-answer pairs. This skill exports Bloom's-aligned outputs directly to docs/learning-graph/faq-chatbot-training.json for RAG integration in educational apps.

Can I use a learning graph and glossary to automate FAQ generation for a chatbot?

Yes, you can use a learning graph and glossary to automate FAQ generation. Supplying these alongside course descriptions and chapter content produces structured, self-guided learning FAQs mapped across Bloom's levels for chatbot readiness.

What inputs are required to produce a structured FAQ set for RAG integration?

Required inputs for producing a structured FAQ set for RAG integration include a course description, learning graph, glossary, and a minimum of 30% chapter content. These elements ensure accurate generation of categorized Bloom's-aligned questions and quality reports.

Does the generated FAQ output include standard categories like Common Challenges and Best Practices?

Yes, the generated FAQ output includes six standard categories: Getting Started, Core Concepts, Technical Details, Common Challenges, Best Practices, and Advanced Topics. This category-driven structure supports self-guided learning and chatbot readiness.