Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

skill-plan — Personalized Career-Switch Learning Strategy

Turns one target job role into an executable plan: gap analysis, phased learning path, portfolio list, application timeline, and stop-loss rules.

EducationIntermediate17213AI score 9/10Last updated: Jun 27, 2026

What it does

  • Subtracts your current skills from the target role's job requirements to produce a gap list, flagging what is transferable versus what must be learned from scratch.
  • Builds 2–4 learning phases, each with verifiable goals, resource suggestions (free-first, WebSearch-verified with a year), a time box based on your weekly hours, and an explicit AI-acceleration tactic.
  • Adds 2–4 demo-ready portfolio pieces, a job-application timeline (when to start applying, which channels), a stop-loss line, and an honest month-by-month expectation.
  • Persists the plan plus a locked prediction block into .skill-state.json so later retros can compare plan vs. reality.
  • On your approval, exports a plain-language report as a Word (.docx) file and then immediately kicks off the Week 1 / Day 1 task in coaching mode.

Who it's for

  • Career switchers who know the target role but not the learning order
  • Non-technical learners who want AI to compress the learning curve and produce demonstrable work
  • Users who already ran skill-scan in the same repo to shortlist candidate roles (prerequisite)

Examples

  1. "I picked the AI workflow operations role, 10 hours/week — make my plan" → gap list + 10-week phased path + 3 portfolio specs
  2. "How do I study for this role?" → marks reusable existing skills and schedules only the true gaps
  3. After approving the plan: "Export the report" → Word file saved under reports/, folder opened, and the first hands-on task (pick a main tool, ship a simple AI bot) begins

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/XBuilderLAB/cheat-on-skill/HEAD/skills/skill-plan/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/skill-plan folder from the GitHub repo XBuilderLAB/cheat-on-skill into my ~/.claude/skills/skill-plan/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/XBuilderLAB/cheat-on-skill.git && mkdir -p ~/.claude/skills && cp -r cheat-on-skill/skills/* ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/XBuilderLAB/cheat-on-skill.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skills: cp -r cheat-on-skill/skills/* ~/.claude/skills/ (keep the repo layout, since this skill reads shared-references rubrics).
  5. Restart Claude Code and run skill-scan first to generate .skill-state.json with candidate roles.
  6. Say "make a learning plan for <role>" or skill plan to trigger it.
  7. Find generated reports in the project's reports/ directory.