원클릭으로
prepme
prepme에는 pplam에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Persist a worked-out interview answer into a prepme study sheet. After the candidate takes a question from their index.html, discusses it with an AI agent, and is satisfied with the result, anslog organizes the full exchange into structured answer data and appends it to the sheet's answer.data.js — without ever modifying index.html. It builds an "answer log": each saved answer becomes one entry in answer.data.js (keyed by question id) that the sheet reads to show an "answered" state, a View answer button, and the full answer rendered in-page. This is the companion to the prepme skill (prepme writes the questions; anslog saves the answers). Trigger on "log this answer", "save this answer", "save this to my study sheet", "check in this answer", "commit this answer", "anslog".
Generate a tailored set of likely interview questions from a candidate's resume (CV) and a job description (JD), output as an interactive HTML study sheet. Each question is clickable to copy an AI deep-dive prompt and mark itself as processed. Takes two file inputs — CV and JD; the output language is auto-detected from those documents. Trigger on "prepare interview questions", "interview prep", "mock interview questions", "prepme".