Commit 17b00b9d authored by Jan Reimes's avatar Jan Reimes
Browse files

feat(skills): add stop-slop skill to agent configuration

parent 1ad70f87
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,5 +75,6 @@ run = [
    "cls",
    "bun x skills add https://github.com/nicobailon/visual-explainer -a universal -y",
    "bun x skills add https://github.com/alinaqi/claude-bootstrap -s code-deduplication -a universal -y",
    "bun x skills add https://github.com/hardikpandya/stop-slop -a universal -y",

]
+4 −1
Original line number Diff line number Diff line
@@ -234,9 +234,12 @@ Thumbs.db
.vscode/
.idea/
/scripts/cache
/.agents/skills/visual-explainer

# Agent skills that are downloaded/installed from external sources
skills-lock.json
/.agents/skills/visual-explainer
/.agents/skills/code-deduplication
/.agents/skills/stop-slop

# Dolt database files (added by bd init)
.dolt/