Loading...
Loading...
Initialise a git repository with optional agent commit instructions and .gitignore. Use when users say "here be git", "init git", "initialise git", or otherwise indicate they want to set up version control in the current directory.
npx skill4agent add intellectronica/agent-skills here-be-gitgit initWould you like me to add instructions for the agent to always commit when it's done with a task?
AGENTS.md## Git Workflow
- Always commit your changes when you have completed a task or reached a logical stopping point
- Use clear, descriptive commit messages that explain what was done and why
- Ensure the working directory is clean (all changes committed) before ending your sessionAGENTS.mdCLAUDE.md@AGENTS.md@AGENTS.md@AGENTS.mdWould you like me to create a .gitignore? If so, what flavour or patterns should I include? (e.g., Node.js, Python, macOS, IDE files, or specific files/patterns)
.gitignorenode_modules/dist/.env*.log__pycache__/*.pyc.venv/venv/.env*.egg-info/.DS_Store.AppleDouble.LSOverride._*.idea/.vscode/*.swp*.swo*.sublime-*.gitignore