Agent Plugins Marketplace
All plugins

vibe-coding-course

v0.1.2

Helps the teacher run a vibe-coding course: an interview-driven roadmap builder and a beginner-friendly per-lesson writer that save Russian Markdown files into the Obsidian vault's Курс/ folder

Claude Code2 Skills

By Anton2 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install vibe-coding-course for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vibe-coding-course@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/lopatuxin/anton-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vibe-coding-course/.

Plugin files

plugins/vibe-coding-course/
├── .claude-plugin/plugin.json
├── skills/lesson/SKILL.md
└── skills/roadmap/SKILL.md

Included Skills2

lessonskills/lesson/SKILL.md

Writes one vibe-coding lesson from the course roadmap in simple, beginner-friendly Russian — guided by the teacher's own input for that lesson, which it asks for first — and saves it as a separate file in the vault's Курс/ folder. One lesson per run, so the teacher reviews each before the next; the course program itself is built by `roadmap`.

roadmapskills/roadmap/SKILL.md

Builds a vibe-coding course roadmap by interviewing the teacher with open questions, one at a time and never multiple-choice, then saves the program as a Russian Markdown file in the vault's Курс/ folder (update or start over when one already exists). Runs in the main conversation. To write a single lesson from the roadmap use `lesson`.

Plugin manifests1

plugins/vibe-coding-course/.claude-plugin/plugin.json
{
  "name": "vibe-coding-course",
  "version": "0.1.2",
  "description": "Helps the teacher run a vibe-coding course: an interview-driven roadmap builder and a beginner-friendly per-lesson writer that save Russian Markdown files into the Obsidian vault's Курс/ folder",
  "author": {
    "name": "Anton"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[vibe-coding-course on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vibe-coding-course)