📈
AutomationJavaScript

Skill Status

by XBuilderLAB

Skill Status is an Automation skill for Claude Code, published by XBuilderLAB in cheat-on-skill.

182 stars14 forkson XBuilderLAB/cheat-on-skillAdded 2026/09/07+3% in starsRepository updated 2026/06/27
ai-careeranthropiccareer-transitionclaude-codeclaude-skillsjob-searchllm-tools
Install in seconds
Install Skill Status
Copy Skill Status into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/XBuilderLAB/cheat-on-skill/tree/main/skills/skill-status ~/.claude/skills/skill-status

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/XBuilderLAB/cheat-on-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/skill-status/SKILL.md in XBuilderLAB/cheat-on-skill
Installs to
~/.claude/skills/skill-status
Collection
One of 4 skills cataloged from this repository
Category
Automation2109 skills

What Skill Status does

Skill Status tracks a learner’s progress in .skill-state.json and uses the learning plan to say what to do today. It is used for check-ins, “what’s next,” and updating progress when someone finishes, stalls, or falls behind.

Skill Status is cataloged under Automation on DirSkills. Skill Status comes from a repository tagged ai-career, anthropic, career-transition, claude-code and claude-skills.

Documentation

README

/skill-status — 学习陪跑与进度记忆

这个 skill 的目标是让用户每次回来都不用重新解释上下文。你必须读取 .skill-state.json,根据 active.progressactive.learning_planactive.predictionretro_log 判断用户今天该做什么。

触发场景

  • “今天该干嘛?”
  • “继续”
  • “我做到哪了?”
  • “我卡住了”
  • “打卡”
  • “下一步是什么?”
  • “我完成了第 X 天”
  • “我今天没学/落后了/提前做完了”

必读状态

  1. .skill-state.json
  2. active.chosen_id
  3. active.learning_plan
  4. active.progress
  5. active.prediction
  6. retro_log

如果 active.learning_plan 不存在,路由到 skill-plan。 如果 active.progress 不存在,按 learning_plan 初始化:

  • current_week = 1
  • current_day = 1
  • status = not_started
  • next_action = 今天先选主工具并跑通最小 demo

每次回复流程

Step 1 — 先接住上下文:之前做了什么

用户问“今天该干嘛/继续/下一步”时,不要直接给任务。先用 2-4 句告诉用户你记得他的计划和进度,体现连续陪跑。

This is the opening of the README. Read the full README on GitHub.

Commands Skill Status provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /skill-status

Frequently asked about Skill Status

  • What else does XBuilderLAB publish alongside Skill Status?

    Skill Status is one of 4 skills that DirSkills catalogs from XBuilderLAB/cheat-on-skill, the repository it ships in. Its siblings there include Skill Init, Skill Plan and Skill Scan. Each one is a separate skill with its own page in this directory, installs the same way Skill Status does, and is maintained by XBuilderLAB in that same repository. The rest of the collection is listed on the XBuilderLAB/cheat-on-skill page.

  • How does Skill Status compare to other Automation skills?

    Skill Status ranks #1915 by stars among the 2109 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Status against them. Open each page to compare what they document and how they install.