📋 Prerequisites
Make sure you have the GitHub CLI installed:
# Install GitHub CLI (if not already installed)
# macOS
brew install gh
# Ubuntu/Debian
sudo apt install gh
# Windows
winget install GitHub.cli
🎯 Create Your Project (Public Repository)
Use this template to create a new public project:
# Replace 'your-project-name' with your desired project name
gh repo create your-project-name --template uratmangun/kiro-starter-pack --public --clone
# Navigate to your new project
cd your-project-name
🔒 Create Your Project (Private Repository)
For a private repository, use this command instead:
# Create a private repository
gh repo create your-project-name --template uratmangun/kiro-starter-pack --private --clone
# Navigate to your new project
cd your-project-name
💡 Pro Tip: Replace
your-project-name
with your actual project name. The
GitHub CLI will automatically create the repository and clone it to your local machine.
🚀 What You Get
🤖
Kiro Integration
AI-powered workflows and automation hooks
🌊
Windsurf Ready
Pre-configured for Windsurf AI coding assistant
📝
Auto Documentation
Automatic README and documentation generation
🔄
Git Automation
Automated conventional commits and workflows
🛠️ Next Steps
After creating your project:
- Customize the README.md with your project details
- Configure Kiro hooks in
.kiro/hooks/
- Set up Windsurf workflows in
.windsurf/workflows/
- Start building your amazing project! 🎉