check-hiking-gear
关于
This skill generates and verifies optimized hiking gear checklists based on trip parameters like season, duration, and group size. It manages weight distribution and covers essentials, layering, navigation, and emergency kits. Use it when preparing for hikes, packing shared group gear, or adapting standard lists to specific conditions.
快速安装
Claude Code
推荐npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/check-hiking-gear在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Check Hiking Gear
Generate and verify hiking gear checklist optimized for specific conditions of planned hike.
When Use
- Preparing for day hike or multi-day trekking tour
- Packing for group, distributing shared gear
- Adapting standard gear list to specific season or conditions
- Reviewing gear before departure to catch missing items
- Managing pack weight for long or technical routes
Inputs
- Required: Hike duration (day hike, overnight, multi-day)
- Required: Season and expected temperature range
- Required: Trail difficulty (SAC T1-T6 or descriptive)
- Optional: Maximum elevation and expected conditions (snow, rain, heat)
- Optional: Group size (for distributing shared gear)
- Optional: Target pack weight or weight limit
- Optional: Special requirements (via ferrata gear, glacier equipment, photography)
Steps
Step 1: Assess Conditions
Determine environmental factors driving gear selection.
Condition Assessment Matrix:
┌──────────────────┬────────────────────────────────────────────┐
│ Factor │ Impact on Gear │
├──────────────────┼────────────────────────────────────────────┤
│ Temperature │ Layering depth, sleeping bag rating │
│ Precipitation │ Rain gear weight, pack cover, gaiters │
│ Snow/ice │ Microspikes, crampons, ice axe, gaiters │
│ Sun exposure │ Sunscreen, hat, sunglasses, lip balm │
│ Altitude (>2500m)│ Extra warm layer, sun protection, hydration│
│ Duration │ Food weight, water capacity, shelter type │
│ Remoteness │ First aid depth, emergency beacon, backup │
│ Technical terrain│ Helmet, harness, rope, via ferrata set │
│ Water sources │ Carry capacity, purification method │
│ Hut availability │ Sleeping bag vs. sheet, meal vs. cook gear │
└──────────────────┴────────────────────────────────────────────┘
Classify hike into one of these profiles:
Hike Profiles:
SUMMER-DAY: Warm, short, well-marked, huts available
SUMMER-MULTI: Warm, multi-day, hut-to-hut or camping
SHOULDER: Spring/autumn, variable weather, possible snow
WINTER: Cold, snow cover, short daylight
ALPINE: High altitude, exposed, technical sections
TROPICAL: Hot, humid, rain, insects
Got: Clear hike profile with all condition factors assessed. Profile drives checklist in Step 2.
If fail: Conditions uncertain (e.g., shoulder season with unpredictable weather)? Plan for worse case. Always better to carry rain jacket you don't use than to be soaked without one.
Step 2: Generate Base Checklist by Category
Build gear list organized by Ten Essentials framework plus additional categories.
THE TEN ESSENTIALS (always carry):
┌────┬──────────────────┬────────────────────────────────────────┐
│ # │ Category │ Items │
├────┼──────────────────┼────────────────────────────────────────┤
│ 1 │ Navigation │ Map (paper), compass, GPS/phone with │
│ │ │ offline maps, route description │
├────┼──────────────────┼────────────────────────────────────────┤
│ 2 │ Sun protection │ Sunscreen (SPF 50+), sunglasses │
│ │ │ (cat 3-4), lip balm with SPF, hat │
├────┼──────────────────┼────────────────────────────────────────┤
│ 3 │ Insulation │ Extra warm layer beyond what you │
│ │ │ expect to need (fleece or puffy) │
├────┼──────────────────┼────────────────────────────────────────┤
│ 4 │ Illumination │ Headlamp + spare batteries │
├────┼──────────────────┼────────────────────────────────────────┤
│ 5 │ First aid │ Blister kit, bandages, pain relief, │
│ │ │ personal medications, emergency blanket │
├────┼──────────────────┼────────────────────────────────────────┤
│ 6 │ Fire │ Lighter + waterproof matches │
│ │ │ (emergency warmth/signaling) │
├────┼──────────────────┼────────────────────────────────────────┤
│ 7 │ Repair/tools │ Knife or multi-tool, duct tape, │
│ │ │ cord (3m paracord) │
├────┼──────────────────┼────────────────────────────────────────┤
│ 8 │ Nutrition │ Extra food beyond planned meals │
│ │ │ (energy bars, nuts, dried fruit) │
├────┼──────────────────┼────────────────────────────────────────┤
│ 9 │ Hydration │ Water bottles/bladder (min 1.5L for │
│ │ │ day hike), purification if needed │
├────┼──────────────────┼────────────────────────────────────────┤
│ 10 │ Shelter │ Emergency bivvy or space blanket │
│ │ │ (day hike), tent/tarp (multi-day) │
└────┴──────────────────┴────────────────────────────────────────┘
CLOTHING (layer system):
┌──────────────────┬────────────────────────────────────────────┐
│ Layer │ Items │
├──────────────────┼────────────────────────────────────────────┤
│ Base layer │ Merino or synthetic shirt & underwear │
│ Mid layer │ Fleece jacket or lightweight puffy │
│ Shell layer │ Waterproof/breathable jacket │
│ Legs │ Hiking pants (zip-off for versatility) │
│ Feet │ Hiking boots/shoes, wool socks, liners │
│ Hands │ Lightweight gloves (even in summer above │
│ │ 2000 m) │
│ Head │ Sun hat + warm hat/buff │
└──────────────────┴────────────────────────────────────────────┘
ADDITIONAL BY PROFILE:
┌──────────────────┬────────────────────────────────────────────┐
│ Profile add-on │ Additional items │
├──────────────────┼────────────────────────────────────────────┤
│ Multi-day │ Sleeping bag/liner, toiletries, change of │
│ │ clothes, cooking system, extra food │
├──────────────────┼────────────────────────────────────────────┤
│ Snow/ice │ Microspikes or crampons, gaiters, ice axe │
│ │ (if applicable), extra insulation │
├──────────────────┼────────────────────────────────────────────┤
│ Alpine/technical │ Helmet, harness, via ferrata set, rope, │
│ │ carabiners, slings │
├──────────────────┼────────────────────────────────────────────┤
│ Remote │ Emergency beacon (PLB/InReach), extensive │
│ │ first aid, water purification, extra food │
├──────────────────┼────────────────────────────────────────────┤
│ Winter │ Insulated jacket, ski poles, snowshoes, │
│ │ thermos, goggles, balaclava │
└──────────────────┴────────────────────────────────────────────┘
Got: Complete checklist with all ten essentials, appropriate clothing layers, profile-specific additions. Every item relevant to assessed conditions.
If fail: List seems excessive for short easy hike? Verify only base ten essentials included for SUMMER-DAY profiles. List seems too light for alpine conditions? Cross-reference with Alpine profile add-ons.
Step 3: Optimize Weight
Review checklist to reduce pack weight without compromising safety.
Weight Optimization Strategies:
┌──────────────────────┬────────────────────────────────────────┐
│ Strategy │ Example │
├──────────────────────┼────────────────────────────────────────┤
│ Eliminate │ Remove items not needed for conditions │
│ Substitute │ Trail runners instead of heavy boots │
│ │ (if terrain allows) │
│ Downsize │ Smaller first aid kit for day hikes │
│ Multi-use items │ Buff = sun protection + warm hat + │
│ │ dust mask │
│ Share in group │ One first aid kit per 3-4 people, │
│ │ one repair kit per group │
│ Repackage │ Decant sunscreen into small bottle, │
│ │ remove excess packaging │
│ Lighter materials │ Titanium cookware, cuben fiber shelter │
└──────────────────────┴────────────────────────────────────────┘
Weight Targets (pack weight without food/water):
Day hike: 3-5 kg base weight
Hut-to-hut: 5-8 kg base weight
Camping: 8-12 kg base weight
Winter/alpine: 10-15 kg base weight
For group hikes, distribute shared gear:
Shared Gear Distribution:
First aid kit (group) → strongest hiker or designated person
Repair kit → most experienced with repairs
Cooking system → split stove/fuel/pot across members
Shelter (if shared) → split tent body/fly/poles
Emergency gear → distribute PLB, rope among members
Got: Weight-optimized checklist where every item serves clear purpose. Total pack weight within target range for hike profile. Shared gear assigned to specific group members.
If fail: Pack weight exceeds target by more than 20%? Reconsider whether hike profile appropriate. Heavily loaded pack on long day dramatically increases fatigue and injury risk. Either reduce gear (accept more risk) or choose easier/shorter route.
Step 4: Verify Completeness Against Conditions
Final cross-check of gear list against assessed conditions.
Verification Checklist:
┌────────────────────────────────────────┬──────────┬──────────┐
│ Check │ Pass │ Notes │
├────────────────────────────────────────┼──────────┼──────────┤
│ All ten essentials present │ [ ] │ │
│ Clothing layers match temperature range│ [ ] │ │
│ Rain gear if >20% precipitation chance │ [ ] │ │
│ Snow gear if above/near snow line │ [ ] │ │
│ Water capacity sufficient between │ [ ] │ │
│ resupply points │ │ │
│ Food sufficient for duration + reserve │ [ ] │ │
│ Navigation tools loaded with route │ [ ] │ │
│ Phone charged + portable charger │ [ ] │ │
│ First aid includes personal meds │ [ ] │ │
│ Emergency contact info carried │ [ ] │ │
│ Boots/shoes broken in (no new gear) │ [ ] │ │
│ Pack fits comfortably at loaded weight │ [ ] │ │
└────────────────────────────────────────┴──────────┴──────────┘
Got: All checks pass. Hiker can confidently state what every item in pack is for, would notice if any item were missing.
If fail: Any essential check fails? Resolve before departure. Most dangerous failures: no navigation backup (phone dies), insufficient water capacity, missing insulation layer (hypothermia risk even in summer above treeline).
Checks
- All ten essentials included in checklist
- Clothing system matches expected temperature range
- Profile-specific additions included (snow gear, alpine gear, etc.)
- Pack weight within target range for hike profile
- Shared gear assigned to specific group members (group hikes)
- Water capacity covers longest gap between resupply points
- Emergency kit includes personal medications
- No new/untested gear on hike (broken-in boots, tested stove)
Pitfalls
- Cotton kills: Cotton clothing retains moisture, loses insulation when wet. Use merino wool or synthetic fabrics for all layers.
- New boots on hike day: Untested footwear causes blisters. Break in new boots with at least 3-4 shorter walks before long hike.
- One water source assumption: Only planned water source dry (seasonal streams)? Dehydration follows quickly. Always carry capacity for worst case.
- Overpacking "just in case": Every unnecessary gram compounds over hours. Cannot name when you would use item on this specific hike? Leave it behind.
- Forgetting sun protection: At altitude, UV exposure increases roughly 10% per 1000 m. Sunburn and snow blindness real hazards above 2000 m, even in cool weather.
- Ignoring group gear overlap: Four hikers each carrying full first aid kit wastes weight. Coordinate shared items before packing.
See Also
plan-hiking-tour— hiking plan determining what gear neededassess-trail-conditions— current conditions affect gear requirements (e.g., unexpected snow)make-fire— emergency fire-starting is one of ten essentialspurify-water— water purification methods for when natural sources are only option
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
polymarket
元这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
creating-opencode-plugins
元该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。
sglang
元SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
