career-tools

Definitions for six authenticated, AI-powered career tools, their API endpoints, request limits, and agent implementation rules. BYOK means users provide their own model-provider key.

In plain words
What is it for?
Use them to build or connect thank-you notes, rejection analysis, reference requests, job comparisons, follow-up emails, and salary coaching. The tools are available under /dashboard/tools and through the listed API routes.
Why use it?
They give developers the routes, tool names, limits, and output rules needed to connect these features consistently. The rules also prohibit unfinished bracket placeholders in generated text.

Cursor rule for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/eliornl/rolemule/career-tools
Clone the repo
git clone --depth 1 https://github.com/eliornl/rolemule

Made for: Claude Code.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 2,974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.02974
Opus 5 $0.00000 $0.01487
Sonnet 5 $0.00000 $0.00595
Haiku 4.5 $0.00000 $0.00297

Measured yesterday against content hash ce463404ae8e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

career-tools scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/rules/career-tools.mdc · 342 lines

How it starts

The opening of the file, as written. The whole thing — 342 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Career Tools

Overview

6 standalone AI-powered tools at /dashboard/tools. All require auth and support BYOK.

Tool Agent Rate Limit
Thank You Note ThankYouWriterAgent 10/hour
Rejection Analysis RejectionAnalyzerAgent 10/hour
Reference Request ReferenceRequestWriterAgent 10/hour
Job Comparison JobComparisonAgent 10/hour
Follow-up Email FollowUpGeneratorAgent 10/hour
Salary Coach SalaryCoachAgent 5/hour

API Endpoints

POST /api/v1/tools/thank-you           # Thank you note
POST /api/v1/tools/rejection-analysis  # Rejection analysis
POST /api/v1/tools/reference-request   # Reference request
POST /api/v1/tools/job-comparison      # Compare 2-3 jobs
GET  /api/v1/tools/followup-stages     # Available stages list
POST /api/v1/tools/followup            # Follow-up email
POST /api/v1/tools/salary-coach        # Salary negotiation coaching

Agent Prompt Rules — No Placeholders

Every career tool agent prompt MUST include CRITICAL WRITING RULES that explicitly prohibit bracket placeholders.

Rules to include in every agent's SYSTEM_CONTEXT and/or prompt:

  • Never output [Your Name], [Recruiter Name], [Company], or any bracket placeholders
  • Use first name only for greetings (e.g., Hi Sarah,) — fall back to Hi there, or Dear Hiring Team, if name unknown
  • Close with Best regards, — no sender name on the closing line
  • Subject lines must NOT include the sender's name
# ✅ CORRECT — in SYSTEM_CONTEXT
"""
CRITICAL: Never output placeholder text like [Your Name], [Recruiter Name], [Company Name].
The output must be ready-to-send with no brackets requiring manual replacement.
"""

Output JSON Schemas (per tool)

Thank You Note (thank_you_writer.py)

{
  "subject": "Thank you for the interview — [Role] at [Company]",
  "body": "Hi [FirstName],\n\n...\n\nBest regards,",
  "tone": "professional",
  "word_count": 120
}

HTML IDs: thankYouOutput, thankYouSubject (.followup-subject), thankYouBody (.followup-body) Copy action: data-action="copyThankYouNote"copyThankYouNote() combines subject + body

Read the full file on GitHub · 342 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 342 lines · 0 tokens per session scan A ce463404ae8e

Subscribe to this mod's changes

career-tools is a cursor rule published in the GitHub repository eliornl/rolemule (37 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,974 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other cursor rules, from other repositories

cursorrules

Agent2 is a framework for building production AI agents with typed HTTP APIs. PydanticAI handles the agent loop. Agent2 handles everything else: API, auth, pause/resume, approvals, provider routing, knowledge search.

Artesiana/agent2 · 399 tokens

product-manager

Holistic product leader who owns the full product lifecycle — from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.

Treevu-ai/cli-market-world · 5,350 tokens

api-tester

Expert API testing specialist focused on comprehensive API validation, performance testing, and quality assurance across all systems and third-party integrations.

Treevu-ai/cli-market-world · 23 tokens

developer-advocate

Expert developer advocate specializing in building developer communities, creating compelling technical content, optimizing developer experience (DX), and driving platform adoption through authentic engineering engagement. Bridges product and engineering teams with external developers.

Treevu-ai/cli-market-world · 38 tokens

architectural-and-structural-rules

The project follows a layered architecture with clear separation of concerns.

mrharishkumar/fastapi-cursor-boilerplate · 559 tokens

angular-20

This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.

angular/angular · 0 tokens