[Bug] Skills incorrectly labeled as gitignored when tracked in git repository
Resolved 💬 3 comments Opened Oct 28, 2025 by BenNewman100 Closed Oct 28, 2025
Bug Description
Skills incorrectly shown as "(project, gitignored)" when they are tracked in git
- Claude Code labels all skills as "(project, gitignored)" in the Skill tool's available skills list
- These are global skills located in $HOME/.claude/skills/, not project-level skills
- The .claude directory is a git repository with 8/9 skills tracked and committed (verified with git ls-files skills/)
- Only 1 skill is actually untracked, but all 9 show identical "(project, gitignored)" metadata
- This appears to be a bug in Claude Code's git tracking detection for skills
- The incorrect metadata makes it unclear which skills are synced to the remote repository
Environment Info
- Platform: win32
- Terminal: windows-terminal
- Version: 2.0.28
- Feedback ID: a3b79e34-27d7-463d-822c-3b30b634cffd
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗