By calumjs
A Claude skill that turns a GitHub repo into a public-facing, self-maintaining website.
A Claude Code plugin that turns any GitHub repo into a public-facing, self-maintaining website.
Docent reads your code, commits, issues, and releases, and produces a static site that tells your repo's story to non-developer visitors — what the project is, what's been happening, what's broken, what's coming.
The site lives in your repo under /docs and deploys to GitHub Pages. No hosted service, no API keys, no backend. Inference runs through your Claude Code subscription via a weekly/daily Routine. Forms submit by opening pre-filled GitHub issues in a new tab.
A live site at username.github.io/project with:
Docent is distributed as a Claude Code plugin. In any Claude Code session inside your target repo:
/plugin marketplace add calumjs/docent
/plugin install docent@docent
Then say:
set up Docent for this repo
The skill runs its init procedure — asks about tone, cadence, domain; scaffolds /docs from the plugin's bundled Astro template; generates an overview, a status page, a changelog, an inaugural journal post; analyzes your repo for design signals (logo, badges, metadata) and picks one of four visual vibes; opens a pull request against your default branch.
After merging the PR, two manual steps only you can do:
Enable GitHub Pages with Actions as the source:
gh api -X POST repos/OWNER/REPO/pages -f build_type=workflow
(Or via the web UI: Settings → Pages → Source → GitHub Actions.)
Set up the Routine that keeps content fresh:
/schedule Docent update daily at 08:00 — prompt: "Docent: run update mode."
One routine, adaptive output: update mode decides for itself whether to refresh content, write a journal post, both, or nothing — based on what's happened in the repo since the last run. Routines use your Claude Code subscription tokens — no ANTHROPIC_API_KEY required.
You can also invoke Docent manually anytime: "Docent, write a journal post about the auth refactor."
docent/
├── .claude-plugin/
│ ├── marketplace.json # marketplace metadata
│ └── plugin.json # plugin metadata
├── skills/
│ └── docent/ # the skill itself — what gets installed
│ ├── SKILL.md # triggering description + mode dispatch
│ ├── modes/ # one file per operation mode
│ ├── prompts/ # prompt fragments for each content type
│ ├── schemas/ # JSON shapes for structured content
│ └── templates/ # Astro site + deploy workflow
├── docs/ # Docent's own site (dogfood)
├── SPEC.md # full technical specification
└── README.md # this file
The skill, Astro template, and dogfood site are in place. Docent's own site is live at calumjs.github.io/docent. See SPEC.md for the full design and STATUS.md for what's done vs. outstanding.
MIT.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub calumjs/docent --plugin docentA terminal murder-mystery game where the AI host genuinely cannot see the solution. The cast and culprit are generated and sealed to disk; the answer only ever surfaces through scripted output and forked context, so the assistant can run the whole mystery without being able to spoil it.
Autonomous Recursive Multi-Agent Development Assembler — a fleet of Claude Code skills that watch for GitHub issues and drive them to a reviewed, verified, merge-ready PR.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.