Current version: v0.1.0
Expert skill for professional Git/GitHub repository setup: .gitignore, .gitattributes, value-driven README files, licensing, repository metadata, tags and releases, and production-quality GitHub Actions with testing.
This skill replaces ad-hoc setup with a guided workflow that:
- inspects the repo before writing
- asks only for what cannot be inferred
- creates or refines high-quality baseline files
- adds GitHub Actions automation
- establishes clear rules for tags and releases
SKILL.mdreferences/triggers.mdreferences/workflow.mdreferences/templates.mdreferences/github-actions.mdreferences/releases.mdreferences/licenses.mdreferences/repo-metadata.mdreferences/testing.mdscripts/README.md
Copy this folder into your skills directory. Example:
cp -R git-setup-skill "$HOME/.agents/skills/git-setup-skill"Typical trigger phrases:
- "I need a good .gitignore"
- "I want a README with real value"
- "set up GitHub Actions"
- "prepare releases and tags"
- "add a license to the repository"
.gitignoreand.gitattributestailored to the stackREADME.mdwith useful sectionsLICENSEmatched to the licensing strategyCODE_OF_CONDUCT.md/SECURITY.mdwhen appropriate- GitHub Actions workflows for CI and releases
- repository metadata such as description and topics
- Requires
gitandghfor metadata and release tasks. - On Windows, use a shell compatible with
bashif scripts are added later.
See CONTRIBUTING.md.