Commit befc299
committed
feat: Add anti-slop skill for AI content quality control
Add comprehensive anti-slop skill for detecting and eliminating generic AI-generated patterns:
- New skill directory: skills/anti-slop/
- SKILL.md: Main documentation with workflows
- README.md: Overview and quick start guide
- references/: Pattern catalogs for text, code, and design
- text-patterns.md: Natural language slop patterns
- code-patterns.md: Programming antipatterns
- design-patterns.md: Visual/UX design slop patterns
- scripts/: Python detection and cleanup tools
- detect_slop.py: Automated slop detection (scoring 0-100)
- clean_slop.py: Automated cleanup with safety features
- Updated skills/_INDEX.md:
- Added "Quality & Content Review" category (1 skill)
- Added to discovery patterns by technology/task/domain
- Added to skill combination examples
- Added to quick reference table
- Updated total skills count: 132 → 133
- Updated last modified date: 2025-10-23
- Updated CLAUDE.md:
- Added anti-slop to skills catalog (132 → 133 total)
- Added "Quality & Content Review" category
- Added to quick category reference
- Updated quality standards date
Key features:
- Detects overused AI phrases, buzzwords, meta-commentary
- Identifies generic code patterns (variable names, comments)
- Recognizes cookie-cutter design patterns
- Provides automated text cleanup with backups
- Comprehensive pattern catalogs for manual review
- Cross-cutting quality improvement across all content types1 parent 69ea8a7 commit befc299
9 files changed
Lines changed: 2453 additions & 9 deletions
File tree
- skills
- anti-slop
- references
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
497 | | - | |
| 496 | + | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | | - | |
| 536 | + | |
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| 543 | + | |
543 | 544 | | |
544 | 545 | | |
545 | 546 | | |
| |||
578 | 579 | | |
579 | 580 | | |
580 | 581 | | |
| 582 | + | |
581 | 583 | | |
582 | 584 | | |
583 | 585 | | |
| |||
601 | 603 | | |
602 | 604 | | |
603 | 605 | | |
604 | | - | |
| 606 | + | |
605 | 607 | | |
606 | 608 | | |
607 | 609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
131 | 150 | | |
132 | 151 | | |
133 | 152 | | |
| |||
489 | 508 | | |
490 | 509 | | |
491 | 510 | | |
| 511 | + | |
492 | 512 | | |
493 | 513 | | |
494 | 514 | | |
| |||
528 | 548 | | |
529 | 549 | | |
530 | 550 | | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
531 | 557 | | |
532 | 558 | | |
533 | 559 | | |
| |||
571 | 597 | | |
572 | 598 | | |
573 | 599 | | |
| 600 | + | |
574 | 601 | | |
575 | 602 | | |
576 | 603 | | |
| |||
738 | 765 | | |
739 | 766 | | |
740 | 767 | | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
741 | 775 | | |
742 | 776 | | |
743 | 777 | | |
| |||
786 | 820 | | |
787 | 821 | | |
788 | 822 | | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
789 | 826 | | |
790 | 827 | | |
791 | 828 | | |
792 | 829 | | |
793 | 830 | | |
794 | | - | |
| 831 | + | |
795 | 832 | | |
796 | 833 | | |
797 | 834 | | |
798 | 835 | | |
799 | 836 | | |
800 | | - | |
| 837 | + | |
801 | 838 | | |
802 | 839 | | |
803 | 840 | | |
804 | 841 | | |
805 | 842 | | |
806 | 843 | | |
| 844 | + | |
807 | 845 | | |
808 | 846 | | |
809 | 847 | | |
| |||
849 | 887 | | |
850 | 888 | | |
851 | 889 | | |
852 | | - | |
853 | | - | |
| 890 | + | |
| 891 | + | |
854 | 892 | | |
0 commit comments