ai901-study-planner

ai901-study-planner is a skill for Claude Code from timothywarner-org/ai901-cert-buddy-claude. It costs 85 tokens per session (2,437 once invoked), scanned A, original, MIT.

A study-planning skill for the AI-901 Microsoft Azure AI Fundamentals exam. It uses a learner’s confidence ratings to organize weak areas and link them to Microsoft Learn material and matching video lessons.

In plain words
What is it for?
Use it to create a personalized AI-901 study plan with estimated study time and learning resources.
Why use it?
It turns a broad exam syllabus into a study sequence based on what the learner knows least well.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Use it to create a personalized AI-901 study plan with estimated study time and learning resources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/timothywarner-org/ai901-cert-buddy-claude/ai901-study-planner
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 timothywarner-org/ai901-cert-buddy-claude --skill ai901-study-planner
Clone the repo
git clone --depth 1 https://github.com/timothywarner-org/ai901-cert-buddy-claude

Made for: Claude Code.

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 ai901-study-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/timothywarner-org/ai901-cert-buddy-claude/ai901-study-planner/github.svg)](https://agentmods.dev/skills/timothywarner-org/ai901-cert-buddy-claude/ai901-study-planner)
Your own site
<a href="https://agentmods.dev/skills/timothywarner-org/ai901-cert-buddy-claude/ai901-study-planner"><img src="https://agentmods.dev/badge/skills/timothywarner-org/ai901-cert-buddy-claude/ai901-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.

agentmods 80×15 button for ai901-study-planner

Your own site · 80×15
<a href="https://agentmods.dev/skills/timothywarner-org/ai901-cert-buddy-claude/ai901-study-planner"><img src="https://agentmods.dev/badge/skills/timothywarner-org/ai901-cert-buddy-claude/ai901-study-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,437 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00085 $0.02437
Opus 5 $0.00043 $0.01218
Sonnet 5 $0.00017 $0.00487
Haiku 4.5 $0.00009 $0.00244

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

Security

Grade A, and why

ai901-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 11d 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.

.claude/skills/ai901-study-planner/SKILL.md · 145 lines

How it starts

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

Skill: ai901.study_planner.personalized

Description: Generates a personalized AI-901 (Microsoft Azure AI Fundamentals) study plan based on the learner's self-assessed confidence across exam domains and sub-areas, prioritizing weak areas with estimated hours, Microsoft Learn module links, and the matching lesson from the Microsoft Press video course companion. AI-901 sits at the beginning of your career in AI solution development, so the plan favors plain-language grounding before deep build work.

Grounding

Required sources:

  • .claude/skills/_references/ai901-objective-domain.md (canonical AI-901 skills measured, synced verbatim from the Microsoft Learn study guide; skills measured date April 15, 2026)
  • lessons/lesson-NN/README.md (the 16-lesson Microsoft Press video course companion; lessons 01-07 cover Domain 1 concepts, lessons 08-16 cover Domain 2 build work)
  • Microsoft Learn (access via the Microsoft Learn MCP server ai901buddy-mslearn using microsoft_docs_search for current Learn module URLs)
  • Use microsoft_docs_fetch to verify Learn module links are current and active

Workflow

  1. Present domains with weights. Show the two AI-901 domains and their exam weight percentages:

    Domain Exam Weight
    Identify AI concepts and capabilities 40-45%
    Implement AI solutions by using Microsoft Foundry 55-60%
  2. Offer optional finer-grained confidence ratings. AI-901 has two domains and eight sub-areas. The Implement domain carries the larger weight and has four sub-areas. If the learner wants a more targeted plan, offer to rate each sub-area separately:

    Domain 1 sub-areas (Identify AI concepts and capabilities):

    • 1.1 Describe principles of responsible AI (six considerations: fairness, reliability and safety, privacy and security, inclusiveness, transparency, accountability)
    • 1.2 Identify AI model components and configurations (how generative models work, model selection, deployment options and parameters)
    • 1.3 Identify AI workloads (workload scenarios, text analysis, speech, vision and image generation, information extraction)

Read the full file on GitHub · 145 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. 11d ago First seen · 145 lines · 85 tokens per session scan A e7b65bc1fba2

Subscribe to this mod's changes

ai901-study-planner is a skill published in the GitHub repository timothywarner-org/ai901-cert-buddy-claude (9 stars, last pushed 2mo ago), licensed MIT. It adds 85 tokens to every session and 2,437 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

canvas

Fetch Canvas LMS courses and assignments via API token.

NousResearch/hermes-agent · 12 tokens

rwkv-architecture

RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.

davila7/claude-code-templates · 72 tokens

skill-creation-walkthrough

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not…

rampstackco/claude-skills · 135 tokens

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens

prompts-chat

Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.

sangrokjung/claude-forge · 41 tokens

bq-skill

A coaching workflow for building a reusable library of truthful stories for behavioral job interviews. It uses structures such as STAR—Situation, Task, Action, Result—and can connect stories to a job description and résumé.

yanliudesign/offer-toolkit-skill · 166 tokens