From claude-code-starter
Initializes Git repo, generates .gitignore tailored to detected tech stacks (universal, frontend, Python, IDE), optionally creates private GitHub repo with gh CLI, sets remote, and pushes first commit. For new project setup.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
帮用户从零配置 Git,一直到推送到 GitHub。
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.
帮用户从零配置 Git,一直到推送到 GitHub。
检查项目是否已经初始化 Git:
git initmain根据检测到的技术栈生成 .gitignore:
如果已有 .gitignore,检查是否有遗漏并补充。
要创建 GitHub 仓库并推送吗?
如果用户同意:
gh repo create 创建私有仓库注意:默认创建私有仓库。如果用户想要公开,需要明确确认。
Git 配置完成。 (展示仓库地址,如果创建了 GitHub 仓库) 用 /commit 提交代码,用 /deploy 部署上线。