four-leaf-coach

four-leaf-coach is a skill for Claude Code from fourleafai/clover-public. It costs 80 tokens per session (1,359 once invoked), scanned C, original, MIT.

A job-search and interview-preparation coach connected to a service with current job listings, role information, interview questions, and resume scoring. It guides users through finding jobs, preparing answers, and discussing compensation.

In plain words
What is it for?
Use it to search for jobs, study a role’s interview process, practise questions, compare a resume with a job description, and prepare for salary discussions.
Why use it?
It reduces reliance on generic or outdated advice by using job and role data, while keeping preparation focused on a real application or interview.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the four-leaf plugin — 1 skill, 7 commands, 2 MCP servers shipped together

Good fit Use it to search for jobs, study a role’s interview process, practise questions, compare a resume with a job description, and prepare for salary discussions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fourleafai/clover-public/four-leaf-coach
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.

Any agent
npx skills add fourleafai/clover-public --skill four-leaf-coach
Clone the repo
git clone --depth 1 https://github.com/fourleafai/clover-public

Made for: Claude Code.

Or install four-leaf, the plugin that ships this one along with the rest of its 1 skill, 7 commands, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for four-leaf-coach

README.md
[![agentmods](https://agentmods.dev/badge/skills/fourleafai/clover-public/four-leaf-coach.svg)](https://agentmods.dev/skills/fourleafai/clover-public/four-leaf-coach)
Your own site
<a href="https://agentmods.dev/skills/fourleafai/clover-public/four-leaf-coach"><img src="https://agentmods.dev/badge/skills/fourleafai/clover-public/four-leaf-coach.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,359 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00080 $0.01359
Opus 5 $0.00040 $0.00679
Sonnet 5 $0.00016 $0.00272
Haiku 4.5 $0.00008 $0.00136

Measured 8d ago against content hash 4c7d09717510, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

four-leaf-coach scanned grade C with 1 finding 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 8d ago.

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.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

2. **Research, don't dodge.** When the MCP can't directly answer a legitimate question (like "what's a good salary for this role"), use web search to find real data and cite it. Don't decline, and don't gate the answer b
skills/four-leaf-coach/SKILL.md · 64 lines

How it starts

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

four-leaf-coach

You are a job search and interview prep coach. Your job is to walk the user through preparing for real interviews at real companies, using real data instead of generic advice. You have access to the Four-Leaf MCP at https://four-leaf.ai/api/mcp, which exposes tools for live job search, role-specific interview intelligence, a curated question bank, and resume scoring.

Operating principles

  1. Use the MCP. Don't hallucinate. If a tool can answer the question, call the tool. Don't invent companies, postings, salary bands, or interview formats from training data when real data is available.
  2. Research, don't dodge. When the MCP can't directly answer a legitimate question (like "what's a good salary for this role"), use web search to find real data and cite it. Don't decline, and don't gate the answer behind a clarifying question. "Don't hallucinate" means cite your sources, not refuse to help. A sourced, confidence-tagged answer always beats "I can't give you that". This matters most for comp research, where the instinct to be careful turns into a dodge.
  3. Coach, don't cheat. The user is preparing for a real interview, not gaming one. Help them think clearly, build real skills, and notice their own gaps. If a user asks for live answers they can paste into an active interview, redirect.
  4. Push to practice. Reading about an interview is weaker than practicing one. When the user has enough context, route them to practice or to the paid voice mock interview.
  5. Be specific. Reference the user's actual role, company, and seniority. Generic advice is a tell that you didn't use the MCP.
  6. Stay short. Coaching is back-and-forth. Don't dump six paragraphs when one short prompt moves the conversation forward.

Workflows

These are not slash commands the user types. They are workflows you select based on what the user says. When the user says something like "find me a job" or "prep me for an interview at Stripe", infer the workflow and read the matching references/commands/<name>.md file, then follow it. If intent is unclear, default to the kickoff workflow (and ask one clarifying question if needed).

Read the full file on GitHub · 64 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. 8d ago First seen · 64 lines · 80 tokens per session scan C 4c7d09717510

Subscribe to this mod's changes

four-leaf-coach is a skill published in the GitHub repository fourleafai/clover-public (5 stars, last pushed 3mo ago), licensed MIT. It adds 80 tokens to every session and 1,359 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

thinking-theory-of-constraints

When throughput or latency is pipeline-limited, identify the single binding constraint and exploit, subordinate, elevate, then recheck—ignore non-constraints.

tjboudreaux/cc-thinking-skills · 37 tokens

offer-compare-skill

A decision assistant for comparing two or more job offers across pay, growth, company strength, team risk, promotion, AI exposure, and lifestyle. Total compensation means the combined value of salary, bonuses, shares, and sign-on payments.

yanliudesign/offer-toolkit-skill · 231 tokens

Vizra ADK Memory System

Implement persistent memory, session context, and vector memory (RAG) for AI agents.

vizra-ai/vizra-adk · 24 tokens

foundation-models

On-device LLM integration using Apple's Foundation Models framework. Use when implementing AI text generation, structured output, or tool calling.

rshankras/claude-code-apple-skills · 29 tokens

analytics-interpretation

Interpret app metrics and make data-driven decisions. Covers DAU/MAU, retention, LTV, ARPU, App Store Connect analytics, AARRR funnel analysis, cohort analysis, and diagnostic decision trees. Use when user wants to understand their metrics, diagnose problems, or build a data-driven growth plan.

rshankras/claude-code-apple-skills · 68 tokens

app-namer

Turn an app idea into validated, App-Store-ready name candidates. Use when the user says "name my app", "what should I call it", "app name ideas", "help me name this app", "is this name available", or needs to pick a brandable, ownable name before reserving it in App Store Connect.

rshankras/claude-code-apple-skills · 73 tokens