simulate
121Command Claude Code
A simulated job interview session for a named company and interview type, such as coding, system design, behavioral, HR, or a full onsite interview.
Command Claude Code
A simulated job interview session for a named company and interview type, such as coding, system design, behavioral, HR, or a full onsite interview.
Command Claude Code
A command for importing job descriptions from web pages or files into structured information. A job description, or JD, lists a role’s duties, requirements, and details such as location.
Command Claude Code
A comparison command for examining two resume versions side by side.
Command Claude Code
A PDF export command for turning a resume version into a formatted document using a selected template. ATS means an applicant-tracking system that scans resumes for recruiters.
Command Claude Code
A command that turns structured JSON résumé data into a formatted Markdown résumé, a plain-text document using headings and lists.
Command Claude Code
A résumé import command that reads PDF, Word, or Markdown files and converts their contents into structured résumé data.
Command Claude Code
A command that starts a guided process for collecting a person's work history, skills, education, projects, and contact details into a basic résumé file.
Command Claude Code
A command for creating a resume version tailored to a particular company’s job description.
Command Claude Code
An initial setup wizard for a job-search and interview-preparation system.
Command Claude Code
A command for turning interview feedback and self-review into a structured plan to improve weak areas.
Command Claude Code
A command that recommends practice questions and learning materials based on weaknesses found in interview results, with support for categories, difficulty levels, and daily plans.
Command Claude Code
A report generator for reviewing recurring weaknesses over a chosen period, such as a week, month, quarter, or all history.
Instructions file
Instructions for huifer/claude-code-interview, covering claude.md, repository overview, repository contents, purpose and common operations.
Agent Claude Code
Performs attribution analysis on feedback, estimates confidence, and decides whether a new Zeus version should be evolved.
Agent Claude Code
Maintains Zeus documentation quality, bilingual consistency, and workflow/command alignment across README and skill files.
Agent Claude Code
Supervises Zeus wave execution, enforces quality gates, and validates atomic task completion contracts.
Agent Claude Code
Converts approved Zeus specs into high-quality PRD stories and executable task waves with strict dependency integrity.
Agent Claude Code
Read-only Zeus context explorer for specs, tasks, roadmap gaps, and dependency risks before design or planning.
Agent Claude Code
Reads task.json and prd.json for a given Zeus version, then generates platform-specific test scenario JSON (android.test.json, chrome.test.json, ios.test.json) conforming to test-flow.schema.json. Called by generate-tests.sh via claude CLI. Output contract is pure JSON only.
Skill Claude CodeCodex
Brainstorm features or run full project planning through structured dialogue. Use --full for initial project-wide planning (includes north star metrics if not set), or --feature for a single feature. Always asks one question at a time. Invokes zeus-plan automatically after spec is approved.
Skill Claude CodeCodex
Map an existing (brownfield) codebase into deterministic Zeus artifacts under .zeus/{version}/ so downstream skills can reuse real project context.
Skill Claude CodeCodex
Create a new version folder (.zeus/v2/, .zeus/v3/ etc.) when user feedback reveals needs that can't be met by the main version. Inherits main config and declares differences. Records everything in evolution.md.
Skill Claude CodeCodex
Execute all pending tasks in task.json using the zeus-runner.sh shell loop. Tasks are grouped into dependency waves and run with fresh claude CLI subagents. Each task gets an atomic git commit and a mandatory ai-log entry. Supports --version flag for v2/v3/v4 execution.
Skill Claude CodeCodex
Record user feedback (natural language or structured data), perform AI attribution analysis linking results to past tasks, update evolution.md, and ask the user whether to start a new version. This is the core feedback loop skill.