explainmyrepo
v0.1.0Turn any GitHub repo into a beautiful, art-directed explainer site that takes a stranger from "I've never seen this" to "oh, I get why this matters — and I'm ready to use it." One Claude Code skill (the brain) reads the repo, builds a real RVF vector knowledge base, conceives a bespoke visual metaphor, authors the comprehension arc, generates raster + SVG visuals, assembles a responsive page on a shared design system, grades it on real pixels against a dual quality gate (>=95 on mobile and desktop), deploys it to its own URL, and ships a downloadable AI knowledge pack so the reader's AI gets it too. Pure, independently-testable tools do the mechanics; one BuildContext carries the work.
By Stuart KerrLicense: MIT58 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 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 explainmyrepo for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install explainmyrepo@agent-plugin-marketplacePaste 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/stuinfla/Repo-ExplainerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/explainmyrepo/SKILL.md
Included Skills1
Turn any GitHub repo into a bespoke, art-directed explainer site that takes a stranger from "never seen this" to "oh, that's really cool — and I'm ready to implement it." Use this when the user gives a GitHub URL (public, private, or their own) and wants an explainer / landing page / "explain this repo" / "make a page that sells this repo." This skill is THE BRAIN: it reads the repo deeply via a real RVF knowledge base, conceives a one-of-a-kind visual metaphor, authors the content along a comprehension arc grounded in the KB, generates feeling (raster) + structure (SVG) imagery, assembles one page, grades it on real pixels to the exemplar-anchored bar (mean >= 90, min >= 85, six operator-YES) with a surgical refine loop, ships a downloadable AI knowledge pack, and deploys to a live URL. Do NOT use for generic "build me a website" requests with no repo to explain.
Plugin manifests1
{
"name": "explainmyrepo",
"version": "0.1.0",
"description": "Turn any GitHub repo into a beautiful, art-directed explainer site that takes a stranger from \"I've never seen this\" to \"oh, I get why this matters — and I'm ready to use it.\" One Claude Code skill (the brain) reads the repo, builds a real RVF vector knowledge base, conceives a bespoke visual metaphor, authors the comprehension arc, generates raster + SVG visuals, assembles a responsive page on a shared design system, grades it on real pixels against a dual quality gate (>=95 on mobile and desktop), deploys it to its own URL, and ships a downloadable AI knowledge pack so the reader's AI gets it too. Pure, independently-testable tools do the mechanics; one BuildContext carries the work.",
"author": {
"name": "Stuart Kerr",
"url": "https://isovision.ai"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[explainmyrepo on Agent Plugins Marketplace](https://pluginsmp.com/plugins/explainmyrepo)