Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/huifer/claude-code-interview/syncgit clone --depth 1 https://github.com/huifer/claude-code-interviewWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00022 | $0.04683 |
| Opus 5 | $0.00011 | $0.02341 |
| Sonnet 5 | $0.00004 | $0.00937 |
| Haiku 4.5 | $0.00002 | $0.00468 |
Grade A, and why
sync scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 668 lines — stays where its author put it; the contents beside it link to each section on GitHub.
日历同步
将面试安排自动同步到你的日历系统,确保不错过任何重要的面试。
使用方法
导出面试到iCal格式
# 导出所有即将到来的面试
/calendar/sync export
# 导出特定公司的面试
/calendar/sync export google
# 导出到指定文件
/calendar/sync export --output interviews.ics
生成Google Calendar导入链接
# 生成Google Calendar导入
/calendar/sync google-calendar
# 为特定公司生成
/calendar/sync google-calendar amazon
# 批量导入链接
/calendar/sync google-calendar --all
设置提醒
# 设置默认提醒(提前1天、1小时)
/calendar/sync remind --default
# 自定义提醒时间
/calendar/sync remind --before "1 day, 2 hours, 30 minutes"
# 为特定面试设置提醒
/calendar/sync remind --interview google-round2 --before "2 days, 1 day"
查看面试日历
# 显示所有即将到来的面试
/calendar/sync list
# 显示本周面试
/calendar/sync list --week
# 显示本月面试
/calendar/sync list --month
# 显示详细日历视图
/calendar/sync list --detailed
删除日历事件
# 删除已导出的日历事件
/calendar/sync remove
# 清除所有日历同步
/calendar/sync remove --all
iCal文件格式
标准iCal输出
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Claude Code Interview//Interview Calendar//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:面试安排
X-WR-TIMEZONE:Asia/Shanghai
X-WR-CALDESC:来自Claude Code Interview系统的面试安排
BEGIN:VEVENT
DTSTART:20240120T140000Z
DTEND:20240120T150000Z
DTSTAMP:20240115T080000Z
UID:google-round1-20240120@claude-code-interview
CREATED:20240115T080000Z
DESCRIPTION:Google L4面试 - 第1轮\n\n公司: Google\n职位: Software Engineer L4\n类型: Phone Screen\n面试官: John Smith\n\n准备要点:\n- 复习分布式系统\n- 练习2道算法题\n- 准备STAR故事\n\n备注:\n- 通过Zoom进行\n- 提前10分钟加入\n带上纸笔
LAST-MODIFIED:20240115T080000Z
LOCATION:Zoom (Meeting ID: 123-456-789)
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:🎯 Google面试 - Round 1 (Phone Screen)
TRANSP:OPAQUE
BEGIN:VALARM
TRIGGER:-PT2H
ACTION:DISPLAY
DESCRIPTION:面试提醒:2小时后开始
END:VALARM
BEGIN:VALARM
TRIGGER:-PT1D
ACTION:DISPLAY
DESCRIPTION:面试提醒:明天有面试
END:VALARM
END:VEVENT
BEGIN:VEVENT
DTSTART:20240125T190000Z
DTEND:20240125T203000Z
DTSTAMP:20240115T080000Z
UID:amazon-onsite-20240125@claude-code-interview
CREATED:20240115T080000Z
DESCRIPTION:Amazon L5 Onsite面试\n\n公司: Amazon\n职位: Senior SDE L5\n类型: Onsite (Virtual)\n轮次: 3轮技术 + 1轮行为\n\nRound 1 (10:00-10:45): System Design\nRound 2 (11:00-11:45): Coding\nRound 3 (13:00-13:45): Behavioral\nLunch (14:00-14:30)\nRound 4 (14:30-15:15): Leadership Principles\n\n准备要点:\n- 设计一个分布式系统\n- 练习时间管理\n- 准备6个Amazon LP故事\n\n备注:\n- 所有面试通过Amazon Chime进行\n- Onsite链接: amazon.chime.com/meeting/xxx\n带上纸笔、计算器(如需)
LAST-MODIFIED:20240115T080000Z
LOCATION:Amazon Chime (Virtual Onsite)
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:🎯 Amazon Onsite - 4轮
TRANSP:OPAQUE
BEGIN:VALARM
TRIGGER:-PT1D
ACTION:DISPLAY
DESCRIPTION:Amazon Onsite明天!确保今天早休息
END:VALARM
BEGIN:VALARM
TRIGGER:-PT2H
ACTION:DISPLAY
DESCRIPTION:Amazon Onsite 2小时后开始
END:VALARM
END:VEVENT
END:VCALENDAR
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 668 lines · 0 tokens per session scan A 5f1b18fe14b3
sync is a command published in the GitHub repository huifer/claude-code-interview (23 stars, last pushed 7mo ago), licensed MIT. It adds 22 tokens to every session and 4,683 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.