Skip to content

chore: stop tracking agent skills symlinks#28

Open
sanurb wants to merge 2 commits intoGentleman-Programming:mainfrom
sanurb:chore/gitignore-agent-folders
Open

chore: stop tracking agent skills symlinks#28
sanurb wants to merge 2 commits intoGentleman-Programming:mainfrom
sanurb:chore/gitignore-agent-folders

Conversation

@sanurb
Copy link

@sanurb sanurb commented Feb 28, 2026

Summary

  • Ignore agent-generated skills/ symlink folders to keep git status clean after running setup.sh.
  • Prevent accidental commits of local agent directories (.claude/, .codex/, .gemini/) that are not part of the source of truth.

Motivation

setup.sh creates symlinks under .claude/skills/, .codex/skills/, and .gemini/skills/ pointing to the tracked skills/ directory. These appear as untracked changes in working trees and can be accidentally committed.

Closes #17.

Changes

  • Added .github/skills, .claude/skills/, .codex/skills/, and .gemini/skills/ to .gitignore.

Test plan

  • go test ./... passes
  • Manually tested the affected functionality

Manual verification:

  1. Run setup.sh.
  2. Confirm git status does not show .github/skills, .claude/skills/, .codex/skills/, or .gemini/skills/ as untracked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add agent folders to .gitignore

1 participant