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 lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
帮用户快速生成一个可以直接使用的个人博客网站。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
帮用户快速生成一个可以直接使用的个人博客网站。
依次提问(每次一个):
问题 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 前缀