job-article

Generates Chinese job-hunting and interview articles in a defined editorial style with length validation.

17.5k|2.5k|Updated Nov 8, 2018
One-click install
npx skills add https://github.com/itwanger/toBeBetterJavaer --skill job-article
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-article
Source: https://github.com/itwanger/toBeBetterJavaer/tree/main/.claude/skills/job-article
Command: npx skills add https://github.com/itwanger/toBeBetterJavaer --skill job-article

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Writing consistent, high-quality Chinese career content (job hunting, campus recruiting, interview prep) requires matching a specific author's voice, structure, and formatting rules, which is hard to reproduce manually at scale.

Core Features & Use Cases

  • Style-Guided Article Generation: Produces 4000-5500 character articles in one of four reference styles (autumn recruiting advice, company salary plus learning roadmap, interview question breakdown, job-market observation) using historical articles as style anchors.
  • Structured Editorial Workflow: Enforces mandatory checks including Chinese punctuation, numbered section headings, screenshot placeholders, a 200+ character emotional ending, and banned AI-flavored vocabulary.
  • Automated Length Validation: Ships a Python script that counts Chinese characters in the body, excluding code blocks, links, and frontmatter, to verify the 4000-5500 word target.
  • Use Case: A content creator provides a topic and source material (salary data, reader stories, interview questions), and the Skill drafts a complete publish-ready Markdown article with frontmatter, candidate titles, and image placeholders.

Quick Start

Ask the assistant to write a job-hunting article on a given topic using the job-article skill, providing your source material or letting it search the web for current recruiting information.

Frequently Asked Questions about job-article

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Chinese job-hunting article with this skill?

Provide a topic or fill the sucai.md material file, then choose one of four style types (recruiting advice, salary plus roadmap, interview questions, or job-market observation). The skill drafts the article, validates length, and generates five candidate titles.

What article styles does the job-article skill support?

It supports four styles: autumn recruiting advice, company salary reveal with learning roadmap, interview question breakdown with a celebrity hook, and job-market observation with reader stories. Each style maps to a reference article in the references directory.

How is the article word count checked?

The scripts/check_body_length.py script counts only Chinese characters in the body, excluding frontmatter, code blocks, links, and images. Articles must fall between 4000 and 5500 characters or they are rejected for revision.

What writing rules does the skill enforce?

It enforces Chinese punctuation, numbered second-level headings, at least one screenshot placeholder per core section, a 200-plus character emotional ending, and bans AI-flavored phrases and internet buzzwords. Salary data must cite sources and reader identities must be anonymized.

Does the skill require external Python packages?

No. The length-checking script uses only the Python standard library (re, sys, pathlib), so it runs without installing any third-party dependencies.