jd

A command for viewing a saved job description, or JD, meaning the text that explains a job's duties, requirements, and benefits.

In plain words
What is it for?
Use it to view a company's saved job description, source, save date, full text, and summary counts such as required and preferred skills.
Why use it?
It lets you retrieve the original listing and its saved details without searching for the posting again.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/huifer/claude-code-interview/jd
Clone the repo
git clone --depth 1 https://github.com/huifer/claude-code-interview

Made for: Claude Code.

Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 928 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

What 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.

ModelPer sessionOnce 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

Measured 2d ago against content hash 44fb1d55533d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

Origin

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.

.claude/commands/company/jd.md · 151 lines

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 - 生成面试准备指南

Read the full file on GitHub · 151 lines

Changes

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.

  1. 2d ago First seen · 151 lines · 10 tokens per session scan A 44fb1d55533d

Subscribe to this mod's changes

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.