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/jdgit 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.00010 | $0.00928 |
| Opus 5 | $0.00005 | $0.00464 |
| Sonnet 5 | $0.00002 | $0.00186 |
| Haiku 4.5 | $0.00001 | $0.00093 |
Grade A, and why
jd 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.
This is a copy
95% identical to add — 367 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
查看职位描述(JD)
显示 $1 的职位描述原文。
参数说明
- company-name: 必需,公司名称
- position-id: 可选,职位ID
- 如果公司只有一个职位,可以省略
- 如果有多个职位,需要指定position_id
显示内容
1. JD基本信息
- 职位名称
- JD来源
- 保存时间
- JD长度
2. 完整JD原文
显示保存的完整JD文本,包括:
- 职位概述
- 职责描述
- 技能要求
- 资格要求
- 加分项
- 福利待遇
3. 结构化分析摘要
- 必需技能数量
- 优先技能数量
- 匹配度评分
使用示例
查看公司唯一职位的JD
/company/jd google
输出:
# Google - Software Engineer III (L4)
## JD信息
- **职位**: Software Engineer III, Cloud Platform
- **级别**: L4
- **地点**: Beijing, China
- **来源**: https://linkedin.com/jobs/view/123456789/
- **保存时间**: 2025-01-09 14:30:00
- **JD长度**: 2,456 字符
## 完整JD原文
职位描述
Google aims to build an AI that has the best understanding of the world's
information and is helpful to everyone. We're looking for software engineers
to join the Cloud Platform team and help us build the future of cloud computing.
Minimum qualifications:
- Bachelor's degree in Computer Science or equivalent practical experience
- 3 years of experience in software development
with knowledge of one or more of the following: Python, Java, C++
- Experience working with two or more from the following: web application
development, distributed or parallel systems, machine learning, information
retrieval, networking, developing large software systems, or security software
development
Preferred qualifications:
- Master's degree or PhD in Computer Science or related technical field
- 5 years of experience in distributed systems, machine learning,
information retrieval, networking or security software development
- Experience working with cloud computing platforms (AWS, Azure, Google Cloud)
Responsibilities:
- Design, develop, test, deploy, maintain and improve software.
- Manage individual project priorities, deadlines and deliverables.
- Contribute to the team's technical culture.
[完整JD内容...]
---
## 结构化分析摘要
- 必需技能: 7项
- 优先技能: 4项
- 匹配度: 75/100
## 快速操作
- /company/view google - 查看公司详情
- /resume/variant google - 创建定制简历
- /interview/prep google - 生成面试准备指南
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 · 151 lines · 10 tokens per session scan A 44fb1d55533d
jd is a command published in the GitHub repository huifer/claude-code-interview (23 stars, last pushed 7mo ago), licensed MIT. It adds 10 tokens to every session and 928 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to add, differing in 367 lines, and is treated as a copy.
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.