Route user queries to reliable skills
skillskillsetup L1★0
IslamicApps-IslamInsights/Islamic-AIAgent ↗What it does
Route Islamic guidance queries to RAG, Quran MCP, or prayer tools
Best for
Answering Islamic knowledge questions with grounded sources rather than LLM hallucination
Inputs
- · user query on Islam/fiqh/seerah/dua
- · optional: location/date/translation preference
Outputs
- · evidence-grounded answer
- · Quran verse citations
- · prayer times
- · qibla direction
- · dua/adhkar with guidance
Requires
- · Local RAG (BM25+semantic)
- · Quran Foundation MCP
- · Prayer Times API
- · Qibla Calculator
Preconditions
- · RAG index ingested
- · Quran MCP initialized
- · user location available for prayer times
Failure modes
- · Stale RAG sources
- · Quran translation mismatch
- · Prayer time timezone error
Trust signals
- · Specifies hybrid BM25+semantic retrieval
- · Distinguishes tool use rules
- · Cites sources clearly