check-hiking-gear
About
This skill generates and validates optimized hiking gear checklists based on season, duration, difficulty, and group size. It covers essential systems like the Ten Essentials, layering, navigation, and emergency kits, and helps manage pack weight. Developers can use it to adapt standard lists for specific trips, verify gear before departure, and distribute shared equipment within a group.
Quick Install
Claude Code
Recommendednpx 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-gearCopy and paste this command in Claude Code to install this skill
Documentation
ハイキング装備の確認
計画されたハイキングの特定条件に最適化されたハイキング装備チェックリストを生成・検証する。
使用タイミング
- 日帰りハイキングや複数日のトレッキングツアーの準備時
- グループでパッキングし共有装備を分配する時
- 標準装備リストを特定の季節や条件に適応させる時
- 出発前に装備を確認し忘れ物を防ぐ時
- 長距離や技術的ルートでパック重量を管理する時
入力
- 必須: ハイキング期間(日帰り、1泊、複数日)
- 必須: 季節と予想気温範囲
- 必須: トレイル難易度(SAC T1-T6または説明的分類)
- 任意: 最高標高と予想される条件(雪、雨、暑さ)
- 任意: グループサイズ(共有装備の分配用)
- 任意: 目標パック重量または重量制限
- 任意: 特別な要件(ヴィアフェラータ装備、氷河装備、写真撮影)
手順
ステップ1: 条件の評価
装備選択を左右する環境要因を判定する。
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 │
└──────────────────┴────────────────────────────────────────────┘
ハイキングを以下のプロファイルに分類する:
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
期待結果: すべての条件要因が評価された明確なハイキングプロファイル。このプロファイルがステップ2のチェックリストを決定する。
失敗時: 条件が不確実な場合(例:端境期の予測不能な天候)、悪い方のケースで計画する。使わなかったレインジャケットを持っている方が、持たずに濡れるよりも常に良い。
ステップ2: カテゴリ別ベースチェックリストの生成
十大必携品フレームワークと追加カテゴリに基づいて装備リストを構築する。
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 │
└──────────────────┴────────────────────────────────────────────┘
期待結果: 十大必携品すべて、適切な衣類レイヤー、プロファイル固有の追加品を含む完全なチェックリスト。すべてのアイテムが評価された条件に関連している。
失敗時: 短い簡単なハイキングに対してリストが過剰に見える場合、SUMMER-DAYプロファイルでは基本の十大必携品のみが含まれていることを確認する。アルパイン条件に対してリストが軽すぎる場合、Alpineプロファイルの追加品と照合する。
ステップ3: 重量の最適化
安全性を損なわずにパック重量を削減するためにチェックリストを見直す。
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
グループハイキングでは共有装備を分配する:
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
期待結果: すべてのアイテムに明確な目的がある重量最適化されたチェックリスト。合計パック重量がハイキングプロファイルの目標範囲内。共有装備が特定のグループメンバーに割り当てられている。
失敗時: パック重量が目標を20%以上超える場合、ハイキングプロファイルが適切かどうか再検討する。長い一日に重い荷物を背負うと疲労と怪我のリスクが劇的に増加する。装備を減らすか(リスクを受け入れる)、より簡単・短いルートを選ぶ。
ステップ4: 条件に対する完全性の検証
評価された条件に対する装備リストの最終照合。
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 │ [ ] │ │
└────────────────────────────────────────┴──────────┴──────────┘
期待結果: すべてのチェックに合格。ハイカーはパック内のすべてのアイテムの用途を自信を持って述べることができ、何かが欠けていれば気づく。
失敗時: 必須チェックに不合格がある場合、出発前に解決する。最も危険な不合格は:ナビゲーションのバックアップなし(スマートフォンのバッテリー切れ)、不十分な水容量、断熱レイヤーの欠落(夏でも森林限界以上では低体温症のリスク)。
バリデーション
- チェックリストに十大必携品がすべて含まれている
- 衣類システムが予想気温範囲に適合している
- プロファイル固有の追加品が含まれている(雪装備、アルパイン装備など)
- パック重量がハイキングプロファイルの目標範囲内
- 共有装備が特定のグループメンバーに割り当てられている(グループハイキング)
- 補給ポイント間の最長区間を水容量がカバーしている
- 緊急キットに常用薬が含まれている
- ハイキング当日に新品・未テストの装備がない(慣らした靴、テスト済みのストーブ)
よくある落とし穴
- コットンは命取り: 綿の衣類は水分を保持し、濡れると断熱性を失う。すべてのレイヤーにメリノウールまたは化学繊維を使用する
- 当日に新しいブーツ: テストされていない靴はマメの原因になる。長いハイキングの前に少なくとも3〜4回の短い散歩で新しいブーツを慣らす
- 水源が1つだけという前提: 計画した唯一の水源が枯れている場合(季節的な沢)、すぐに脱水症状になる。常に最悪の場合の容量を携帯する
- 「念のため」の持ちすぎ: 不要な1グラムが数時間にわたって蓄積する。この特定のハイキングでいつ使うか説明できないアイテムは置いていく
- 日焼け止めの忘れ: 高度が上がるとUV曝露は1000mごとに約10%増加する。涼しい天候でも2000m以上では日焼けや雪目は実際の危険
- グループ装備の重複の無視: 4人のハイカーがそれぞれフルの救急キットを持つのは重量の無駄。パッキング前に共有アイテムを調整する
関連スキル
plan-hiking-tour-- 必要な装備を決定するハイキング計画assess-trail-conditions-- 現在の条件が装備要件に影響する(例:予期しない降雪)make-fire-- 緊急時の火おこしは十大必携品の1つpurify-water-- 自然水源しか選択肢がない場合の浄水方法
GitHub Repository
Related Skills
llamaguard
OtherLlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.
cost-optimization
OtherThis Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.
quantizing-models-bitsandbytes
OtherThis skill quantizes LLMs to 8-bit or 4-bit precision using bitsandbytes, achieving 50-75% memory reduction with minimal accuracy loss. It's ideal for running larger models on limited GPU memory or accelerating inference, supporting formats like INT8, NF4, and FP4. The skill integrates with HuggingFace Transformers and enables QLoRA training and 8-bit optimizers.
dispatching-parallel-agents
OtherThis Claude Skill dispatches multiple agents to investigate and fix 3+ independent problems concurrently. It is designed for scenarios involving unrelated failures that can be resolved without shared state or dependencies. The core capability is parallel problem-solving, assigning one agent per independent problem domain to maximize efficiency.
