skills/interview_prep/SKILL.md
# Skill: mock_interview_prep ## What it does Generates a role-specific interview prep sheet with 10 technical questions, 5 behavioral questions, 5 smart questions to ask the interviewer, red flags to avoid, and a 30-second elevator pitch template. ## Inputs - `goals.yaml > target_role` — role being targeted - `goals.yaml > preferred_stack` — tech stack to focus questions on - `goals.yaml > self_declared_skills` — skills to reference - `session.gap_report.critical_gaps` — gaps to address in ans
npx skillsauth add omerfarooq223/careerpilot-agent skills/interview_prepInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generates a role-specific interview prep sheet with 10 technical questions, 5 behavioral questions, 5 smart questions to ask the interviewer, red flags to avoid, and a 30-second elevator pitch template.
goals.yaml > target_role — role being targetedgoals.yaml > preferred_stack — tech stack to focus questions ongoals.yaml > self_declared_skills — skills to referencesession.gap_report.critical_gaps — gaps to address in answersoutput/mock_interview_prep.md — full interview prep sheetmemory/short_term.py — SessionMemoryconfig/goals.yamlactions/executor.py — call_groq(), save_output()1.0.0
testing
# Skill: rewrite_readme ## What it does Generates a professional, portfolio-grade README.md for a specified repo — including badges, features, installation, usage, structure, and future plans. ## Inputs - `session.profile.repos` — repo details from GitHub observer - `session.gap_report.weakest_repos` — auto-selects if no repo specified - Optional: explicit `repo_name` argument ## Outputs - `output/readme_<repo_name>.md` — complete drop-in README replacement ## When the planner should use thi
development
# Skill: suggest_project ## What it does Analyzes the agent's current gap report and suggests one specific mini-project the developer can build in 5–7 days to address their most critical skill gap. ## Inputs - `session.gap_report.critical_gaps` — list of skill gaps - `session.gap_report.overall_score` — current hirability score - `goals.yaml > target_role` — the role being targeted - `goals.yaml > preferred_stack` — preferred technologies ## Outputs - `output/suggested_project.md` — structure
development
# Skill: weekly_nudge ## What it does Writes a brutally honest weekly progress report — opens with an honest assessment, calls out what was done or skipped, sets 3 specific goals for the coming week with deadlines, and closes with one earned motivator. ## Inputs - `session.profile.name` — developer name - `session.gap_report` — current gaps and score - `memory/long_term.get_score_history()` — week-over-week scores - `session.actions_taken` — what the agent did this session ## Outputs - `outpu
development
# Skill: linkedin_writer ## What it does Generates a human-sounding LinkedIn post based on the developer's GitHub repos and profile. Returns a structured JSON payload to the Web UI to trigger a Human-in-the-Loop (HITL) approval flow. ## Inputs - `session.profile` — GitHub profile and repo data - `session.gap_report` — strengths and score - `goals.yaml` — target role, skills, credentials - SQLite action log — detects if first ever post ## Outputs - `output/linkedin_<type>_<repo>.md` — saved p