ignore
Installation
SKILL.md
/ignore – Project-Aware .gitignore
Intent
This skill helps the agent create or update a .gitignore file based on the actual project layout and tech stack, instead of using a one-size-fits-all template.
Use it when:
- The user types
/ignore - The user asks to create, update, or audit a
.gitignore - A new project is initialized and no
.gitignoreexists yet
High-Level Workflow
- Discover project type and tools
- Decide which ignore templates apply
- Generate a
.gitignorecandidate - Safely merge with any existing
.gitignore - Show a short summary of what was added/changed