Skip to content

Commit c0a8e88

Browse files
authored
fix: improve internal skills gitignore (#696)
Turns out skills must be in the top-level `skills` directory to be registred by claude, so I changed the gitignore to only ignore ones ending in `-internal.md`.
1 parent deed170 commit c0a8e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ nitrogen/
9393
.maestro/**/*_diff.png
9494

9595
# Claude skills
96-
.claude/skills/internal
96+
.claude/skills/*-internal.md

0 commit comments

Comments
 (0)