Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.55 KB

File metadata and controls

19 lines (14 loc) · 1.55 KB
framework_version 1.0.0

Agent Guidelines: AI Job Search

This workspace is structured to manage job search activities, scraper tools, CVs, cover letters, and interview preparation.

Thin-Pointer Design (Single Source of Truth)

To prevent duplication and configuration drift across different AI agent frameworks (Claude Code, Google Antigravity, Codex, Cursor, Gemini CLI, etc.), this workspace uses a unified thin-pointer design. All agent runtimes should load the canonical specifications and candidate profiles from the files and directories below:

  1. Personal Candidate Profile:
  2. Canonical Workflow Specifications:
    • The step-by-step instructions and triggers for tasks (setup, scrape, rank, apply, upskill, interview) are defined in the .claude/ directory (specifically under .claude/skills/ and .claude/commands/).
    • Do not duplicate these rules or specifications. Treat .claude/ files as the single source of truth.
  3. Portal Search Skills:
    • Job-portal search CLIs live under .agents/skills/ in the portable Agent Skills format (with a SKILL.md per portal). Codex and Antigravity discover these automatically; the /scrape workflow in .claude/skills/job-scraper/ orchestrates them.