Help us improve
Share bugs, ideas, or general feedback.
From claude-code-starter
Generates complete blog websites from scratch via interactive prompts on purpose, tech stack (Hugo, 11ty, Astro, Next.js, Markdown+GitHub Pages, HTML), and style. Includes articles, SEO, responsive design; handles deployment issues.
npx claudepluginhub lightpointventures/claude-code-starterHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-starter:blogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
帮用户快速生成一个可以直接使用的个人博客网站。
Composes original blog posts in PT-BR from URLs, pasted text, or topics. Researches additional context, generates HTML with images, commits to a GitHub Pages repo, and returns the public URL.
Sets up Hugo static sites with Tailwind v4, Sveltia/Tina headless CMS, Cloudflare deployment. Fixes theme installs, frontmatter, baseURL, version errors for blogs/docs sites.
Generates high-quality blog posts from marketing briefs, PRs, git diffs, codebase paths, or freeform technical descriptions. Handles SEO, structure, tone, and visuals via phased process.
Share bugs, ideas, or general feedback.
帮用户快速生成一个可以直接使用的个人博客网站。
依次提问(每次一个):
问题 1:博客用途
这个博客是做什么的?比如技术分享、个人日记、作品集。
问题 2:技术偏好
你想用什么方案?从简单到复杂排列:
- 纯 Markdown + GitHub Pages — 零配置,写完 push 就上线,适合只想写文章不想折腾的人
- Hugo — Go 编写的静态站点生成器,构建极快(毫秒级),不需要 Node.js 环境
- 11ty (Eleventy) — 轻量 Node.js 静态生成器,模板灵活,零客户端 JS
- Astro — 支持 Markdown + 组件混写,内置代码高亮和 RSS,适合技术博客
- Next.js — 适合需要动态功能(评论、搜索、用户系统)的博客
- 纯静态 HTML — 完全手写,适合想学前端基础的新手 不确定的话我根据你的用途帮你选。
问题 3:风格偏好
喜欢什么风格?
- 简约 — 大量留白,黑白灰主色,内容为中心(类似 Medium)
- 技术感 — 深色主题,等宽字体,终端风格配色
- 文艺 — 衬线字体,暖色调,杂志排版感
- 文档风 — 侧边栏导航,适合系列教程或知识库 没想法我来选。
根据选择生成完整的博客项目:
技术要求:
博客已生成,用浏览器打开预览。 想调整什么?比如换颜色、改布局、加功能。
迭代修改直到满意。完成后提示:
用 /deploy 可以把博客部署上线。
/ 开头,GitHub Pages 子目录部署需要加 baseURL 前缀