Claude-Job-Search-Strategist

agent
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 15 GitHub stars
Code Pass
  • Code scan — Scanned 2 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This project provides a structured workspace template and playbook designed to help users orchestrate Claude sub-agents for job search tasks. It includes a predefined folder structure for organizing resumes, cover letters, and application tracking.

Security Assessment
The overall risk is Low. The repository consists primarily of a Markdown playbook, a JSON file for an application pipeline, and one Bash script (`populate-gitkeep.sh`). The automated code scan of these files found no dangerous patterns, no hardcoded secrets, and no requirements for dangerous system permissions. Because this is a template workspace, it does not inherently execute shell commands or make external network requests. However, as with any AI agent setup, you will be exposing personal sensitive data (resumes, career goals, personal notes) to the AI model you configure it with.

Quality Assessment
The project appears to be actively maintained, with repository activity as recent as today. It has garnered 15 GitHub stars, indicating a modest level of community interest and trust. The primary quality concern is the complete lack of a software license. Without a defined license, the repository's contents technically remain under exclusive copyright to the creator, meaning users do not have formal legal permission to copy, modify, or distribute the template.

Verdict
Safe to use as a structural template and workflow guide, but users should be aware that the lack of a license makes it unsuitable for formal forks or redistributions.
SUMMARY

Template for a Claude Code job search space

README.md

Built with Claude Code
Claude Code Projects
GitHub Index

Claude Job Search Strategist

Structured workspace for orchestrating Claude sub-agents during a job search. See CLAUDE.md for the full playbook.

Quick layout

  • user-context/ — Source docs about the user (resume, goals, voice notes)
  • inputs/prompt-queue/to-run/ for queued prompts, run/ for in-flight/recent
  • inputs/data/ — Drop raw files (job descriptions, PDFs, CSVs)
  • data/processes.json — Application pipeline database
  • outputs/ — Generated artifacts
    • analysis/ (+ company-reports/, interview-prep/)
    • cover-letters/
    • resume-versions/
    • career-planning/cpd/
    • personal-branding/
  • agents/ and .claude/agents/ — Paired agent instruction files
  • populate-gitkeep.sh — Re-seeds .gitkeep into empty dirs

Slash command conventions

Use if your client supports them; otherwise perform the equivalent file writes:

  • /agent <name> "<objective>" → call a sub-agent
  • /queue "<prompt title>" → create a prompt in inputs/prompt-queue/to-run/
  • /context "<note title>" → add a stub note in user-context/
  • /resume-tailor "<company/role>" → save a tailored resume to outputs/resume-versions/
  • /cover-letter "<company/role>" → save a draft to outputs/cover-letters/

To view an index of my Claude Code related projects, click here.

Reviews (0)

No results found