BaseProject
Script for creating a basic GitHub repository
Install / Use
/learn @Katykitty12/BaseProjectREADME
mkdir my-github-repo cd my-github-repo
git init
echo "# My GitHub Repository" > README.md
cat <<EOL > .gitignore .DS_Store Thumbs.db node_modules/ venv/ *.pyc *.class *.o EOL
echo "MIT License" > LICENSE
echo "print('Hello, GitHub!')" > main.py
git add . git commit -m "Initial commit"
git remote add origin https://github.com/your-username/your-repo.git git branch -M main git push -u origin main# BaseProject Script for creating a basic GitHub repository
Related Skills
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
Security Score
Audited on May 5, 2025
