@getkrafter/resume-toolkit 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,29 +6,14 @@ Deterministic resume scoring, ATS keyword matching, and AI-powered resume tailor
6
6
 
7
7
  ## Quick Start — Skills (no account needed)
8
8
 
9
- ### Claude Code
9
+ ### All platforms (Claude Code, Cursor, Windsurf, OpenCode, Codex)
10
10
 
11
11
  ```bash
12
- /install-plugin @getkrafter/resume-toolkit
12
+ npx skills add getkrafter/resume-toolkit
13
13
  ```
14
14
 
15
15
  Then use `/score` or `/tailor` in any conversation.
16
16
 
17
- ### Cursor
18
-
19
- Add to Settings → Remote Rule:
20
-
21
- ```
22
- https://github.com/getkrafter/resume-toolkit/blob/master/skills/score/SKILL.md
23
- https://github.com/getkrafter/resume-toolkit/blob/master/skills/tailor/SKILL.md
24
- ```
25
-
26
- Or copy the `skills/` directory to `.cursor/skills/` in your project.
27
-
28
- ### Windsurf
29
-
30
- Copy the `skills/` directory to `.windsurf/skills/` or `.agents/skills/` in your project.
31
-
32
17
  ## Quick Start — MCP Server
33
18
 
34
19
  ### Without API key (scoring tools only)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getkrafter/resume-toolkit",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Deterministic resume scoring, ATS keyword matching, and AI-powered resume tailoring",
5
5
  "type": "module",
6
6
  "exports": {