By ChanMeng666
Scaffold professional, agent-first GitHub repository docs — README, LICENSE, FUNDING.yml, CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, SUPPORT, GOVERNANCE, CHANGELOG, CITATION.cff, issue/PR templates, AGENTS.md, llms.txt.
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.
[!IMPORTANT]
🤖 Read this with your AI agent — don't read it by hand.
This repo is written agent-first. Point Claude Code, GitHub Copilot, Cursor, or any agent at it: "Read the README and SKILL.md, then install and use this skill."
Turn any project folder into a polished, best-practice GitHub repo with one invocation — README,
LICENSE, community-health files, issue/PR templates, AGENTS.md, and more.
When installed, Claude Code can bootstrap a project's entire documentation set from a natural-language request like "set up the docs for my new project" or "make this repo professional". It generates:
README.md | lite or full, agent-first notice on top, personal-brand block at bottom |
LICENSE | chosen by project type (MIT, Apache-2.0, GPL/AGPL/LGPL-3.0, CC-BY-4.0, CC0-1.0) |
.github/FUNDING.yml | wired to GitHub Sponsors + Buy Me a Coffee |
CODE_OF_CONDUCT.md | Contributor Covenant 2.1 (copied verbatim) |
CONTRIBUTING.md | with real per-stack build/test commands |
SECURITY.md · SUPPORT.md · GOVERNANCE.md · CHANGELOG.md | community-health set |
CITATION.cff | optional, for research/academic projects |
.github/ISSUE_TEMPLATE/* · PULL_REQUEST_TEMPLATE.md | structured contribution templates |
AGENTS.md · llms.txt | agent-facing project guides |
Principles: copies canonical license/CoC text verbatim (never regenerates it), only creates files that are missing (never clobbers your work), brands every README, and never auto-commits.
scaffold.mjs engine is plain Node, cross-platform).gh CLI (optional) — only for the post-setup step that enables Discussions.Pick one method.
/plugin marketplace add ChanMeng666/professional-repo-docs-skill
/plugin install professional-repo-docs@chan-repo-docs
The skill content lives at skills/professional-repo-docs/. Copy that subfolder into your
user-level skills directory:
# macOS / Linux / Windows (Git Bash or WSL)
git clone --depth 1 https://github.com/ChanMeng666/professional-repo-docs-skill.git /tmp/_prd-src \
&& mv /tmp/_prd-src/skills/professional-repo-docs ~/.claude/skills/professional-repo-docs \
&& rm -rf /tmp/_prd-src
Windows PowerShell: replace
~with$env:USERPROFILE(destination$env:USERPROFILE\.claude\skills\professional-repo-docs), and useMove-Item/Remove-Item -Recurse.
git clone https://github.com/ChanMeng666/professional-repo-docs-skill.git
cd professional-repo-docs-skill
ln -s "$(pwd)/skills/professional-repo-docs" ~/.claude/skills/professional-repo-docs
# Windows PowerShell (Administrator)
New-Item -ItemType SymbolicLink `
-Path "$env:USERPROFILE\.claude\skills\professional-repo-docs" `
-Target "$(Resolve-Path .\skills\professional-repo-docs)"
Once installed, just ask Claude Code in your project:
"Set up professional GitHub docs for this repo."
Claude will detect your stack, suggest a license, ask README depth (lite/full), generate everything, and print the two post-setup steps (enable Discussions + the Sponsorships toggle).
You can also run the engine directly:
node skills/professional-repo-docs/scripts/scaffold.mjs --readme lite --license MIT
# flags: --dir <path> --readme full|lite|none --license <SPDX> --citation --no-llms --no-agents --force
Released under the MIT license.
npx claudepluginhub chanmeng666/professional-repo-docs-skill --plugin professional-repo-docsAudio notifications + AI-controlled config for Claude Code, Cursor IDE, and Codex CLI events. 26 hooks, native matcher routing, TTS, webhooks, status line, focus flow, rate-limit alerts. Auto-bridges to Cursor IDE 3.2.16+; native install via 'audio-hooks install --cursor' or 'audio-hooks install --codex'.
Generate professional PDFs (CVs, cover letters, papers, reports, slides, invoices) via the Typst typesetting system. Strong CJK (Chinese / Japanese / Korean) support.
Generate cross-platform app promotional images (App Store, Google Play, iPad, Mac, web hero & social/OG cards) from your screenshots + headlines. Outputs exact platform sizes in PNG/JPG/WebP/AVIF and true vector SVG.
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.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
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.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
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.
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.