Initial release — claude-resume-kit v1.0

Complete AI-assisted resume/CV generation framework:
- 6 Claude Code skills (setup-extract, setup-build-kb, make-resume, make-cl, edit-resume, critique)
- LaTeX templates (resume, CV, cover letter) with .cls class files
- 6 reference docs (shared_ops, resume_reference, cl_reference, critical_rules, session_file_template, critique_framework)
- Fictional Dr. Jordan Chen examples (extraction, experience, bundle, config, session, JD)
- Knowledge base scaffolding and config template
- README with setup guide and workflow documentation
This commit is contained in:
Akhil Reddy Peeketi
2026-03-09 01:55:15 -06:00
commit c51b49882f
38 changed files with 4837 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Extraction Inventory
> Updated automatically by `/setup-extract`. You can also edit manually.
## How to use
1. Run `/setup-extract path/to/paper.pdf` for each paper
2. Each extraction creates a file in this directory
3. After all extractions, run `/setup-build-kb` to synthesize into experience files, bundles, etc.
## Extractions
| # | File | Paper Title | Position | Author Role | Status |
|---|------|-------------|----------|-------------|--------|
| _1_ | _example.md_ | _Example Paper Title_ | _Position 1_ | _first author_ | _published_ |
_Delete example row and add your own as you extract papers._
View File
View File