huifer

200 mods across 9 repositories, 1.5k stars between them.

simulate

121

huifer/claude-code-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.

23 7mo ago A 8 tokens original MIT

jd-import

122

huifer/claude-code-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.

23 7mo ago A 40 tokens original MIT

compare

123

huifer/claude-code-interview

Command Claude Code

A comparison command for examining two resume versions side by side.

23 7mo ago A 32 tokens original MIT

export-pdf

124

huifer/claude-code-interview

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.

23 7mo ago A 33 tokens original MIT

generate

125

huifer/claude-code-interview

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.

23 7mo ago A 11 tokens original MIT

import

126

huifer/claude-code-interview

Command Claude Code

A résumé import command that reads PDF, Word, or Markdown files and converts their contents into structured résumé data.

23 7mo ago B 15 tokens original MIT

init

127

huifer/claude-code-interview

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.

23 7mo ago A 14 tokens original MIT

variant

128

huifer/claude-code-interview

Command Claude Code

A command for creating a resume version tailored to a particular company’s job description.

23 7mo ago A 12 tokens original MIT

setup

129

huifer/claude-code-interview

Command Claude Code

An initial setup wizard for a job-search and interview-preparation system.

23 7mo ago A 28 tokens original MIT

plan

130

huifer/claude-code-interview

Command Claude Code

A command for turning interview feedback and self-review into a structured plan to improve weak areas.

23 7mo ago A 30 tokens original MIT

practice

131

huifer/claude-code-interview

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.

23 7mo ago A 24 tokens original MIT

report

132

huifer/claude-code-interview

Command Claude Code

A report generator for reviewing recurring weaknesses over a chosen period, such as a week, month, quarter, or all history.

23 7mo ago A 13 tokens original MIT

zeus-analyst

134

huifer/zeus

Agent Claude Code

Performs attribution analysis on feedback, estimates confidence, and decides whether a new Zeus version should be evolved.

21 4mo ago A 27 tokens original MIT

zeus-docs

135

huifer/zeus

Agent Claude Code

Maintains Zeus documentation quality, bilingual consistency, and workflow/command alignment across README and skill files.

21 4mo ago A 25 tokens original MIT

zeus-executor

136

huifer/zeus

Agent Claude Code

Supervises Zeus wave execution, enforces quality gates, and validates atomic task completion contracts.

21 4mo ago A 24 tokens original MIT

zeus-planner

137

huifer/zeus

Agent Claude Code

Converts approved Zeus specs into high-quality PRD stories and executable task waves with strict dependency integrity.

21 4mo ago A 25 tokens original MIT

zeus-researcher

138

huifer/zeus

Agent Claude Code

Read-only Zeus context explorer for specs, tasks, roadmap gaps, and dependency risks before design or planning.

21 4mo ago A 27 tokens original MIT

zeus-tester

139

huifer/zeus

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.

21 4mo ago A 63 tokens original MIT

zeus-brainstorm

140

huifer/zeus

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.

21 4mo ago A 65 tokens original MIT

zeus-discover

141

huifer/zeus

Skill Claude CodeCodex

Map an existing (brownfield) codebase into deterministic Zeus artifacts under .zeus/{version}/ so downstream skills can reuse real project context.

21 4mo ago A 34 tokens original MIT

zeus-evolve

142

huifer/zeus

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.

21 4mo ago A 52 tokens original MIT

zeus-execute

143

huifer/zeus

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.

21 4mo ago A 65 tokens original MIT

zeus-feedback

144

huifer/zeus

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.

21 4mo ago A 47 tokens original MIT