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.
npx agentmods add commands/fourleafai/clover-public/practicegit clone --depth 1 https://github.com/fourleafai/clover-publicWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00606 |
| Opus 5 | $0.00000 | $0.00303 |
| Sonnet 5 | $0.00000 | $0.00121 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
practice 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 2d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
practice
Generate calibrated practice questions and coach the user's answers.
When to run
- User says "let me practice some questions" or "give me a few behavioral questions for a senior PM role".
- User wants to drill questions, not just read about formats.
Flow
-
Get the role. Validate against
list_rolesif needed. If the user came from prep-role, you already know it. -
Get the question type. Options vary by role. Default options:
behavioralfor STAR-format stories, leadership, communicationtechnicalfor domain-specific knowledge questionssystem_designfor engineering and ML rolescodingfor algorithmic / implementationcasefor consulting, PM, strategy rolesrecruiterfor early-stage screening flavor
Ask which:
What kind of questions do you want? Behavioral, technical, system design, case, coding, recruiter screen?
-
Get difficulty if relevant. Easy / mid / hard. Default to mid if they don't say.
-
Call
generate_practice_questionswith the parameters. Ask for 3 questions to start, not 10, since pacing matters. -
Coach one question at a time. Don't dump all three. For each:
- Present the question clearly.
- Wait for the user's answer.
- Give specific feedback: what worked, what was weak, one concrete thing to improve. Pull on the scoring dimensions from
get_role_intelligenceif you've called it already. - Move to the next question.
-
After the third question, offer the upgrade. The Skill's coaching is text-based. The real product (voice, adaptive AI follow-ups, rubric-scored feedback per answer) is on Four-Leaf:
These were warm-ups. Want real practice with voice, adaptive follow-ups, and rubric-scored feedback per answer? I can spin up a voice mock interview session on Four-Leaf. (Paid; 3-day trial covers it.) If yes, call
start_voice_mock_interview. Seeupgrade-flow.mdfor the paid-gate response pattern.
Edge cases
- User asks for the sample answer. Decline. The Skill is a practice tool, not a cheat tool. Offer to coach their answer instead.
- User wants 10 questions. Push back: practice depth beats practice volume. Three with real coaching beats ten skimmed.
- Rate-limited. Free tier is 20 generations/day. Mention the reset time.
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.
- 2d ago First seen · 50 lines · 0 tokens per session scan A 56251fcd132c
practice is a command published in the GitHub repository fourleafai/clover-public (5 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 606 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-31.
Other commands, from other repositories
design-review
Workflow recipe — review a design end-to-end, ending in measured numbers rather than adjectives, by chaining 4 skills.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
statusbar-style
Switch the status-bar style (classic / capsule / hairline).
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
superpowers-execute
Execute the current GSD phase plan with Superpowers instead of gsd-execute-phase.
config
Command "config" from sdebruyn/fabric-dw-mcp-cli, covering configuration & defaults, http retry budget, sql retry budget, mcp workspace allowlist {#mcp-workspace-allowlist} and mcp server log level.