recipe-create-classroom-course

recipe-create-classroom-course is a skill for Claude Code from fakoli/fakoli-plugins. It costs 15 tokens per session (333 once invoked), scanned A, original, MIT.

A workflow for creating a Google Classroom course and inviting students or co-teachers. Google Classroom is a service for managing classes, assignments, and learners online.

In plain words
What is it for?
Use it to create a class with its name, section, and room, then invite students or teachers by email.
Why use it?
It removes the repetitive setup work involved in creating a course and adding people to it. It also includes a preview step before invitations are sent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the gws plugin — 94 skills, 15 commands, 11 agents shipped together

Good fit Use it to create a class with its name, section, and room, then invite students or teachers by email.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fakoli/fakoli-plugins/recipe-create-classroom-course
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 fakoli/fakoli-plugins --skill recipe-create-classroom-course
Clone the repo
git clone --depth 1 https://github.com/fakoli/fakoli-plugins

Made for: Claude Code.

Or install gws, the plugin that ships this one along with the rest of its 94 skills, 15 commands, 11 agents.

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 recipe-create-classroom-course

README.md
[![agentmods](https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-create-classroom-course/github.svg)](https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-create-classroom-course)
Your own site
<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-create-classroom-course"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-create-classroom-course/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 recipe-create-classroom-course

Your own site · 80×15
<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/recipe-create-classroom-course"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/recipe-create-classroom-course.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 333 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.00015 $0.00333
Opus 5 $0.00008 $0.00167
Sonnet 5 $0.00003 $0.00067
Haiku 4.5 $0.00002 $0.00033

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

Security

Grade A, and why

recipe-create-classroom-course 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 5d 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.

plugins/gws/skills/recipe-create-classroom-course/SKILL.md · 59 lines

What it actually says

Create a Google Classroom Course

Create a Google Classroom course and invite students.

When to Use

Use this workflow when the user needs to set up a new course in Google Classroom, including inviting students or teachers.

Workflow

1. Gather course details

Ask the user for:

  • Course name (e.g., "Introduction to CS")
  • Section (e.g., "Period 1")
  • Room (optional)

2. Create the course

Use --dry-run first:

gws classroom courses create \
  --json '{"name": "COURSE_NAME", "section": "SECTION", "room": "ROOM", "ownerId": "me"}' \
  --dry-run

Confirm with the user, then execute.

3. Invite students

For each student email:

gws classroom invitations create \
  --json '{"courseId": "COURSE_ID", "userId": "[email protected]", "role": "STUDENT"}'

4. Verify enrollment

gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table

Safety

  • Always --dry-run before creating courses
  • Verify student email addresses before sending invitations

Tips

  • Use "role": "TEACHER" to invite co-teachers
  • The ownerId can be "me" for the authenticated user
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. 5d ago First seen · 59 lines · 15 tokens per session scan A 8fb2d7ca3dc2

Subscribe to this mod's changes

recipe-create-classroom-course is a skill published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 3d ago), licensed MIT. It adds 15 tokens to every session and 333 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

explain

Explain something in depth on request. Use when the user writes "???" - alone, or placed directly after a reference, statement, or term - which means "explain that in more detail, with a concrete example AND consequences". Also invoked by the /credo:explain command. Treat the pointed-at subject as the thing to…

Marcel-Bich/marcel-bich-claude-marketplace · 0 tokens

media-higgsfield-explainer

A Higgsfield workflow for making non-photorealistic narrated explainer videos. It pairs each narration line with a 10-second animated clip and joins the clips into one finished video.

modu-ai/moai-cowork · 236 tokens

career-path-planner

Career goal mapping with skill gap analysis, actionable development plans, and milestone tracking. Use when planning career transitions, identifying skill gaps, setting professional development goals, or evaluating career options.

travisjneuman/.claude · 41 tokens

course-material-creator

Create custom educational materials including syllabi, lesson plans, assessments, reading lists, and learning objectives. Use when building course curricula, training programs, workshops, or educational content.

travisjneuman/.claude · 40 tokens

stuck

Diagnoses a broken course setup by reading the folder, so the student never has to describe the problem in English. Takes no argument. Reports which class they are on and which files are filled, then names one blocker and one fix: Claude Code opened at the wrong level, .claude/skills/ missing, skills not loading…

mshadmanrahman/claude-for-designers · 161 tokens

pr-vetting

Use when the user wants to thoroughly investigate, vet, review, or security-scan a pull request before deciding how to handle it - especially PRs from external or unknown contributors. Runs a parallel multi-agent investigation (technical, security, value/fit, contributor reputation) and merges the findings into one…

Marcel-Bich/marcel-bich-claude-marketplace · 83 tokens