Setup career system
🧩 Curated, auditable agent skills for knowledge, mastery, career, and cross-system orchestration.
npx -y skills add giacomoguidotto/skills --skill setup-career-systemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Check or reconcile a standalone Career System checkout through its canonical versioned gateway.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 258 tokens by cl100k_base, as published. Nobody here has run it
Setup Career System
Use this module for /setup-career-system. It operates on one Career System
checkout and has no dependency on another repository.
Modes
checkis read-only. It reports source, user-layer, and requested capability readiness without changing the checkout.reconcileis the default. It copies only missing user customization templates, then performs a fresh check. It never fabricates a CV, profile, or portal policy.
Both modes report import_ready separately from operational_ready. Import
readiness means the native profile gateway can safely accept a snapshot;
operational readiness additionally requires the Career user layer.
Run the bundled script from this skill directory:
node scripts/setup-career-system.mjs reconcile --root /absolute/path/to/career-system
Use one or more --capability arguments to scope readiness. Capability names must
be versioned. When none is supplied, the script checks the gateway's discovery and
readiness capabilities plus native profile check and reconcile.
Treat blocked as an actionable setup result, not a crash. Ask the user for only
the missing user-layer inputs reported by the result. A second identical reconcile
must report no changes.
What ships with it: 1 file
4.6 KB alongside SKILL.md, 1 of them executable
scripts/
- setup-career-system.mjsruns4.6 KB