check-hiking-gear
정보
이 스킬은 계절과 난이도 같은 여행 매개변수에 맞춰 하이킹 장비 체크리스트를 생성하고 검증하며, 무게 관리와 그룹 장비 분배 기능을 포함합니다. 당일 하이킹이나 며칠간의 트레킹을 위한 짐 꾸리기를 지원하는 앱을 개발하는 개발자에게 이상적입니다. 이 스킬은 Read 및 Grep과 같은 허용된 도구를 사용하여 장비 목록 데이터에 접근하고 처리합니다.
빠른 설치
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-gearClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Check Hiking Gear
Generate and verify a hiking gear checklist optimized for the specific conditions of a planned hike.
Cuándo Usar
- Preparing for a day hike or multi-day trekking tour
- Packing for a group and distributing shared gear
- Adapting a standard gear list to specific season or conditions
- Reviewing gear before departure to catch missing items
- Managing pack weight for long or technical routes
Entradas
- Requerido: Hike duration (day hike, overnight, multi-day)
- Requerido: Season and expected temperature range
- Requerido: Trail difficulty (SAC T1-T6 or descriptive)
- Opcional: Maximum elevation and expected conditions (snow, rain, heat)
- Opcional: Group size (for distributing shared gear)
- Opcional: Target pack weight or weight limit
- Opcional: Special requirements (via ferrata gear, glacier equipment, photography)
Procedimiento
Paso 1: Assess Conditions
Determine the environmental factors that drive 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 the 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
Esperado: A clear hike profile with all condition factors assessed. This profile drives the checklist in Step 2.
En caso de fallo: If conditions are uncertain (e.g., shoulder season with unpredictable weather), plan for the worse case. It is always better to carry a rain jacket you don't use than to be soaked without one.
Paso 2: Generate Base Checklist by Category
Build the gear list organized by the 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 │
└──────────────────┴────────────────────────────────────────────┘
Esperado: A complete checklist with all ten essentials, appropriate clothing layers, and profile-specific additions. Every item is relevant to the assessed conditions.
En caso de fallo: If the list seems excessive for a short easy hike, verify that only the base ten essentials are included for SUMMER-DAY profiles. If the list seems too light for alpine conditions, cross-reference with the Alpine profile add-ons.
Paso 3: Optimize Weight
Review the 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
Esperado: A weight-optimized checklist where every item serves a clear purpose. Total pack weight is within the target range for the hike profile. Shared gear is assigned to specific group members.
En caso de fallo: If pack weight exceeds the target by more than 20%, reconsider whether the hike profile is appropriate. A heavily loaded pack on a long day dramatically increases fatigue and injury risk. Either reduce gear (accept more risk) or choose an easier/shorter route.
Paso 4: Verify Completeness Against Conditions
Final cross-check of the gear list against the 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 │ [ ] │ │
└────────────────────────────────────────┴──────────┴──────────┘
Esperado: All checks pass. The hiker can confidently state what every item in the pack is for and would notice if any item were missing.
En caso de fallo: If any essential check fails, resolve it before departure. The most dangerous failures are: no navigation backup (phone dies), insufficient water capacity, and missing insulation layer (hypothermia risk even in summer above treeline).
Validación
- All ten essentials are included in the checklist
- Clothing system matches the expected temperature range
- Profile-specific additions are included (snow gear, alpine gear, etc.)
- Pack weight is within target range for the hike profile
- Shared gear is assigned to specific group members (group hikes)
- Water capacity covers the longest gap between resupply points
- Emergency kit includes personal medications
- No new/untested gear on the hike (broken-in boots, tested stove)
Errores Comunes
- Cotton kills: Cotton clothing retains moisture and 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 a long hike.
- One water source assumption: If the only planned water source is dry (seasonal streams), dehydration follows quickly. Always carry capacity for the worst case.
- Overpacking "just in case": Every unnecessary gram compounds over hours. If you cannot name when you would use an 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 are real hazards above 2000 m, even in cool weather.
- Ignoring group gear overlap: Four hikers each carrying a full first aid kit wastes weight. Coordinate shared items before packing.
Habilidades Relacionadas
plan-hiking-tour— the hiking plan that determines what gear is neededassess-trail-conditions— current conditions affect gear requirements (e.g., unexpected snow)make-fire— emergency fire-starting is one of the ten essentialspurify-water— water purification methods for when natural sources are the only option
GitHub 저장소
연관 스킬
content-collections
메타이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.
polymarket
메타이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.
creating-opencode-plugins
메타이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.
sglang
메타SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.
