Agent Skills: update-gitignore

Creates or updates a .gitignore file using git-agent AI generation. This skill should be used when the user asks to "update gitignore", "create gitignore", "add ignore rules", or needs to initialize ignore rules for a project.

UncategorizedID: fradser/dotclaude/update-gitignore

Install this agent skill to your local

pnpm dlx add-skill https://github.com/FradSer/dotclaude/tree/HEAD/git/skills/update-gitignore

Skill Files

Browse the full folder contents for update-gitignore.

Download Skill

Loading file tree…

git/skills/update-gitignore/SKILL.md

Skill Metadata

Name
update-gitignore
Description
Creates or updates a .gitignore file using git-agent AI generation. This skill should be used when the user asks to "update gitignore", "create gitignore", "add ignore rules", or needs to initialize ignore rules for a project.
  1. Preserve custom rules from existing .gitignore
  2. git-agent init --gitignore --force
  3. On auth error (401), retry with --free
  4. Re-add preserved custom rules
  5. Show diff

CLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md