Loading...
Loading...
Derek Guy's menswear knowledge from dieworkwear.com - tailoring, fit, style history, and clothing guides. Use when answering questions about suits, tailoring, Neapolitan vs English style, fabric choices, shoe construction, how to dress well, wardrobe building, or menswear shopping recommendations.
npx skill4agent add peduarte/dieworkwear-skill dieworkweargrep -i "neapolitan\|naples" references/articles.txt | head -50
grep -i "shoulder" references/articles.txt | head -50references/articles.txt# Tailoring styles
grep -i "neapolitan\|savile row\|english cut\|american sack" references/articles.txt
# Specific garments
grep -i "sport coat\|odd jacket\|blazer" references/articles.txt
grep -i "trouser\|pants\|denim\|jeans" references/articles.txt
# Footwear
grep -i "alden\|edward green\|boot\|loafer\|sneaker" references/articles.txt
# Fabrics
grep -i "flannel\|tweed\|fresco\|cashmere\|linen" references/articles.txt
# Shopping/brands
grep -i "no man walks alone\|drake\|armoury\|sale" references/articles.txtsitefetch https://dieworkwear.com -m "/20*/**" -o references/articles.txt --concurrency 5