@getkrafter/resume-toolkit 1.0.2 → 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.
- package/README.md +2 -17
- 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
|
-
|
|
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)
|