🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 330 |
| ⭐ GitHub Stars | 45(fork 4) |
| 🗓️ 最近推送 | 2025-12-06 |
| 🌱 项目创建 | 2025-11-25 |
| 💻 语言 / License | Shell · Unlicense |
| 🐛 开放Issue | 1 |
📝 工具简介
Claude AI Skill生成器,提供全面的模板仓库系统,用于引导AI辅助开发项目并集成Claude Code。
📖 怎么用
先克隆仓库:`git clone https://github.com/martinholovsky/claude-skills-generator.git`,然后 `cd claude-skills-generator`。运行 `./setup-repo-multitype.sh /path/to/your/new-project` 启动交互式安装,脚本会问你项目类型(Web、后端、全栈等)、语言(TypeScript、Python 等)、要复制哪些技能,最后生成模板文件。比如 `./setup-repo-multitype.sh ~/projects/task-manager`,然后按提示选 Full-Stack、TypeScript、Nuxt 3 + FastAPI 这些选项就行。
📋 迷你测评
Claude AI Skill生成器,提供模板仓库系统。亮点是引导AI辅助开发并集成Claude Code。没提具体模板数量,偏项目脚手架工具。
📄 README 要点
这是个AI辅助开发项目的模板仓库系统,专门配合Claude Code用。提供生产级模板、领域技能和自动化设置脚本,能快速初始化适合AI辅助开发的新项目。启动脚本会引导你选项目类型(Web、后端、全栈、桌面、CLI、库)、语言(TypeScript、Python、Rust等)、功能特性,然后自动复制对应技能、生成带项目信息的模板文件,最后初始化Git仓库。仓库里有两个设置脚本,一个支持多类型选择,另一个是原始的综合脚本,都能做交互式配置和按项目类型自动选技能。适合想快速搭好一个AI友好开发环境的开发者,省去手动配置的麻烦。
查看英文原文
Claude AI Skill Generator A comprehensive template repository system for bootstrapping AI assisted development projects with Claude Code integration. This repository provides production ready templates, domain specific skills, and automated setup scripts to quickly initialize new projects optimized for AI assisted development. 🚀 Quick Start [安装/使用命令见下方] The script will guide you through: Project type selection (Web, Backend, Full Stack, Desktop, CLI, Library) Language selection (TypeScript, Python, Rust, etc.) Feature selection and skill copying Template file generation with your project details Git repository initialization 📋 What's Included 1. Interactive Setup Scripts setup repo multitype.sh Enhanced setup with multi type support init new repo.sh Original comprehensive setup script Both scripts provide: Interactive project configuration Automatic skill selection based on project type Template variable substitution Git repository initialization Claude Code configuration 2. Production Ready Templates All template files use placeholders (e.g., {{PROJECT NAME}} ) that get replaced during setup: CLAUDE.md Claude Code project instructions (auto read by Claude) README.md Project documentation template CONTRIBUTING.md Contribution guidelines with AI assisted workflows SECURITY.md Security policy with AI specific considerations CODE OF CONDUCT.md Community code of conduct .gitignore Comprehensive ignore patterns .env.example Environment variable template 3. Claude Code Integration The .claude/ directory contains: Configuration: settings.json Hooks configuration (pre/post tool use, formatting) Slash Commands (user invoked): /implement feature Feature implementation workflow /run tests Automated test execution /review code Code review checklist 4. GitHub Templates The .github/ directory includes: workflows/ci.yml CI/CD pipeline (lint, test, build, security audit) PULL REQUEST TEMPLATE.md PR template with AI disclosure section Issue Templates: bug report.md feature request.m
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除