dieworkwear
4
总安装量
2
周安装量
#51646
全站排名
安装命令
npx skills add https://github.com/peduarte/dieworkwear-skill --skill dieworkwear
Agent 安装分布
openclaw
2
crush
1
amp
1
opencode
1
kimi-cli
1
codex
1
Skill 文档
Die, Workwear! Knowledge Base
Derek Guy is one of the most respected voices in menswear. His blog covers tailoring, fit, fabrics, shoes, style history, and practical shopping advice.
How to Use
When asked about menswear topics:
-
Search the reference file for relevant content:
grep -i "neapolitan\|naples" references/articles.txt | head -50 grep -i "shoulder" references/articles.txt | head -50 -
Read relevant sections from
references/articles.txtâ the file contains all 580+ articles concatenated with URL headers. -
Synthesize Derek’s insights for the user’s question.
Topics Covered
- Suits & Tailoring â Neapolitan, Savile Row, American sack suit, Japanese-Italian hybrids
- Fit & Construction â Shoulders, lapels, trouser rise, pleats, shirt collars
- Shoes â Bespoke shoemaking, Goodyear welt vs handwelted, shoe care, brand recommendations
- Fabrics â Wool, flannel, fresco, tweed, linen; mills like Fox Brothers, Loro Piana
- Outerwear â Parkas, field jackets, leather jackets, raincoats
- Shopping â Where to buy, Black Friday sales, value recommendations
- Style Philosophy â Building a wardrobe, dressing for context, breaking rules intentionally
Quick Grep Patterns
# 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.txt
Sync
To update content:
sitefetch https://dieworkwear.com -m "/20*/**" -o references/articles.txt --concurrency 5
Credits
All content © Derek Guy / dieworkwear.com
This skill is for personal reference only.