Borrowing it
Nothing to install: this file belongs to timothywarner-org/az104-cert-buddy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/timothywarner-org/az104-cert-buddy/main/.github/skills/az104-study-planner/SKILL.mdgit clone --depth 1 https://github.com/timothywarner-org/az104-cert-buddyWrote 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.
[](https://agentmods.dev/skills/timothywarner-org/az104-cert-buddy/az104-study-planner)<a href="https://agentmods.dev/skills/timothywarner-org/az104-cert-buddy/az104-study-planner"><img src="https://agentmods.dev/badge/skills/timothywarner-org/az104-cert-buddy/az104-study-planner/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/timothywarner-org/az104-cert-buddy/az104-study-planner"><img src="https://agentmods.dev/badge/skills/timothywarner-org/az104-cert-buddy/az104-study-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.00840 |
| Opus 5 | $0.00032 | $0.00420 |
| Sonnet 5 | $0.00013 | $0.00168 |
| Haiku 4.5 | $0.00006 | $0.00084 |
Grade A, and why
az104-study-planner 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 10d 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: az104.study_planner.personalized
Description: Generates a personalized AZ-104 study plan based on the user's self-assessed confidence across exam skill areas, prioritizing weak areas with estimated hours and Microsoft Learn module links.
Grounding
Required sources:
references/az104-objectives.md(AZ-104 skills measured, April 2025)- Microsoft Learn (access via the Microsoft Learn MCP server using
microsoft_docs_searchfor current Learn module URLs) - Use
microsoft_docs_fetchto verify Learn module links are current and active
Workflow
-
Present skill areas with weights. Show the five AZ-104 skill areas and their exam weight percentages:
Skill Area Exam Weight Manage Azure identities and governance 20-25% Implement and manage storage 15-20% Deploy and manage Azure compute resources 20-25% Implement and manage virtual networking 15-20% Monitor and maintain Azure resources 10-15% -
Ask for confidence ratings. Ask the user to rate their confidence in each area using one of these levels:
- Strong -- comfortable with most objectives; needs only light review.
- Moderate -- familiar with the concepts but needs targeted practice.
- Weak -- limited experience; needs focused study.
- Unknown -- not sure; treat as weak.
-
Generate a prioritized study plan. Based on the user's ratings:
- Order areas from weakest to strongest.
- Within equal confidence levels, prioritize areas with higher exam weight.
- For each area, provide:
- Estimated study hours (weak: 8-12 hours, moderate: 4-6 hours, strong: 1-2 hours).
- Two to three specific Microsoft Learn module links (grounded via Microsoft Learn MCP server; do not invent URLs).
- Key objectives to focus on (from
references/az104-objectives.md).
- Include a total estimated hours range at the bottom.
-
Offer to start practicing. After presenting the plan, ask: "Would you like to start with practice questions or a hands-on lab on [first recommended topic]?"
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.
- 10d ago First seen · 90 lines · 63 tokens per session scan A c014c14f1918
az104-study-planner is a skill published in the GitHub repository timothywarner-org/az104-cert-buddy (22 stars, last pushed 5mo ago), licensed MIT. It adds 63 tokens to every session and 840 once invoked, about $0.0003 per session on Opus 5. 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.
Other skills, from other repositories
microsoft-docs
ANALYSIS SKILL — Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. WHEN: "Microsoft Learn", "Azure docs", "quickstart guide", "limits and quotas", "WAF reference", "architecture pattern docs". DO NOT USE FOR: Azure pricing; route pricing through the…
ai901-lab-creator
Create short AI-901 practice labs (15-25 minutes) that are executable and self-validating. Every lab includes prerequisites, exact tasks, validation steps, expected outputs, and cleanup. Scope covers Microsoft Foundry portal builds, Foundry Python SDK client apps with keyless authentication, Azure AI Services via…
ai901-study-planner
Generates a personalized AI-901 study plan based on the learner's self-assessed confidence across the two AI-901 domains and their sub-areas, prioritizing weak areas with estimated hours, Microsoft Learn module links, and the matching Microsoft Press video lesson. Use when the learner asks for a study plan, is unsure…
ai901-item-creator
Generate AI-901 practice questions that feel like the real Microsoft Azure AI Fundamentals exam without copying it. Every item is grounded in current Microsoft Learn content, uses modern Microsoft product names (Microsoft Foundry, Azure AI Language, Azure AI Speech, Azure AI Vision, Azure Content Understanding), and…
build-sample-matrix
Build the matrix of all the samples throughout different frameworks.
flashcards-dashboard
Creates an interactive HTML learning dashboard from a source file by extracting key concepts into validated flashcards with source links, hover-detail answers, filters, review tracking, shuffle, and progress tracking. Use when the user says: "Create flashcards from this file" "make an HTML learning dashboard" "turn…