-
Notifications
You must be signed in to change notification settings - Fork 6
[Skills][8/8] Integrate skills into gitignore patterns #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dalton-turner
merged 1 commit into
main
from
dalton/integrate-skills-into-gitignore-patterns
Dec 17, 2025
Merged
[Skills][8/8] Integrate skills into gitignore patterns #55
dalton-turner
merged 1 commit into
main
from
dalton/integrate-skills-into-gitignore-patterns
Dec 17, 2025
+35
−0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 17, 2025
Collaborator
Author
1 task
jonandersen
approved these changes
Dec 17, 2025
Collaborator
|
74558f5 to
b9254eb
Compare
89bd961 to
398ea93
Compare
b9254eb to
0a33d9b
Compare
Collaborator
Author
|
398ea93 to
aab9ef3
Compare
0a33d9b to
1a9db92
Compare
aab9ef3 to
e5d95e2
Compare
1a9db92 to
0a6cf14
Compare
e5d95e2 to
af96dfe
Compare
0a6cf14 to
bcbb39e
Compare
af96dfe to
cdbf3f3
Compare
bcbb39e to
ea82634
Compare
cdbf3f3 to
b15a814
Compare
24af3fe to
8a93a00
Compare
b15a814 to
a995072
Compare
5430fae to
2868749
Compare
8a93a00 to
cee6878
Compare
cee6878 to
f89ced1
Compare
f89ced1 to
b137441
Compare
Collaborator
Author
Merge activity
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Overview
Added support for skill-specific gitignore patterns to prevent generated skill files from being committed.
collect_all_gitignore_patternsfunction to include patterns from skill generatorstest_gitignore_includes_skill_patternsto verify that skill patterns are properly included for Claude, Codex, and AMP agentsSkills generators can create temporary files that should not be committed to version control. This change ensures that these generated skill files are automatically added to the gitignore patterns, maintaining a clean repository and preventing unnecessary files from being tracked.
This should be one of the final changes required to resolve #46