AI Agent Hub
Back to skills
InterLyt AI Interview Platform icon

InterLyt AI Interview Platform

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_42c86f18/ai-interview-pro.

About this skill

Problem Being Solved

In resume screening and mock interview workflows, the hard part is not just calling an LLM, but connecting resume parsing, interview Q&A, and knowledge-base retrieval into a runnable, debuggable application. InterLyt targets this kind of full-stack AI interview system, covering resume parsing for PDF and DOCX, interview question generation from resume content, and RAG-based knowledge-base Q&A. For engineers, it is useful for studying how Spring AI, PostgreSQL, Redis Streams, and React fit together.

How the Skill Works

Resume management: after upload, resumes move through an asynchronous analysis pipeline from PENDING to PROCESSING, then COMPLETED or FAILED; the flow supports retries, hash-based duplicate detection, and PDF report export.
Mock interviews: questions are generated from the resume, with configurable follow-ups and a batch evaluation strategy that reduces long-context token pressure before producing a summary report.
Knowledge-base Q&A: uploaded documents are chunked and vectorized, then served through pgvector retrieval and SSE streaming responses.
The system relies on PostgreSQL + pgvector, Redis Streams, MinIO or S3-compatible storage, and Spring AI 2.0; troubleshooting usually starts with configuration, Redis connectivity, vector table initialization, and PDF Chinese font handling.

Scope and Limitations

InterLyt is closer to a self-hosted full-stack project scaffold than a single API. It expects a database, cache, object storage, and an LLM API key. If the goal is only one-shot interview question generation, a direct model call may be simpler; if the goal is deployable resume analysis and interview records, this skill gives module boundaries, async task flows, and deployment troubleshooting paths.

Use Cases

  • During candidate screening, upload a batch of PDF/DOCX resumes and generate AI analysis results as exportable PDF reports.
  • During interview coaching, start a mock interview from a candidate resume, log follow-up rounds, and export an assessment report.
  • In an internal knowledge base, upload Markdown documents, query answers through RAG Q&A, and review usage statistics.
  • When deploying a self-hosted stack, configure PostgreSQL, Redis, and MinIO, then troubleshoot stuck resume analysis.

Best For

  • Recruiting engineers responsible for bulk resume screening, who need AI analysis results and PDF reports.
  • Java full-stack engineers building interview coaching, who need resume-driven mock interview flows.
  • Tech leads maintaining internal knowledge bases, who need RAG Q&A for document retrieval.
  • Platform engineers shipping AI apps, who need to debug Redis Streams and vector table setup.