Agent skill
create-application
Orchestrates the creation of a full job application package. Triggers whenever the user shares a new job posting, provides a link/URL, pastes a job description or specification, or uses phrases like "apply for this job", "create application package", or "draft application". Generates CV, cover letter, and tracking files using the Candidate Profile.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/create-application-igorwarzocha-agentic-job-search-v-41b9508c
SKILL.md
Create Application Package
This skill orchestrates multi-step application creation. The agent MUST follow each phase sequentially and MUST NOT skip steps without user approval.
Step 1: Preparation
- Read Inputs:
- Job Offer (from arguments)
Candidate-Profile.md(Source of Truth)
- Deep Analysis: Analyze the job post to understand requirements and fit.
- Company Research: If deep research is missing, the agent SHOULD request the Researcher Agent to build a dossier.
Step 2: Strategy Definition
Decide on the application strategy based on analysis:
- Technical/Expert: Emphasize hard skills and projects.
- Business/Growth: Focus on ROI and results.
- Hybrid: Combine technical depth with business impact.
- Mission: Align with company values (for NGOs/Nonprofits).
Step 3: Material Generation
A. CV Generation
- Load Guide: Read
references/guide-tailor-cv.md. - Execute: Follow the workflow in the guide to generate
CV-tailored.md.- Use
references/cv-master-pattern.mdas the template.
- Use
B. Cover Letter Generation
- Load Guide: Read
references/guide-generate-cover-letter.md. - Execute: Follow the workflow in the guide to generate
Cover-letter.md.- Use
references/cover-letter-templates.mdfor templates.
- Use
Step 4: Package Assembly
- Structure: Files MUST be saved to
/02-Applications/YYYY-MM/Company-Name/. - Consistency Check: Verify tone, formatting, and facts across all documents.
- Additional Assets: MAY create
Portfolio.mdorCase-Study.mdusing data from the Profile if relevant.
Step 5: Finalization
- Tracking: Run
track-applicationto initialize the log. - Email Draft: Create a submission email using the template in
references/templates.md. - Checklist: Verify completeness using the checklist in
references/templates.md.
Step 6: Follow-up Plan
Schedule the first follow-up action (typically 1 week post-application) in the tracker.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?