refactor(skills): Restructure skills to dual-platform architecture
Major refactoring of ourdigital-custom-skills with new numbering system: ## Structure Changes - Each skill now has code/ (Claude Code) and desktop/ (Claude Desktop) versions - New progressive numbering: 01-09 General, 10-19 SEO, 20-29 GTM, 30-39 OurDigital, 40-49 Jamie ## Skill Reorganization - 01-notion-organizer (from 02) - 10-18: SEO tools split into focused skills (technical, on-page, local, schema, vitals, gsc, gateway) - 20-21: GTM audit and manager - 30-32: OurDigital designer, research, presentation - 40-41: Jamie brand editor and audit ## New Files - .claude/commands/: Slash command definitions for all skills - CLAUDE.md: Updated with new skill structure documentation - REFACTORING_PLAN.md: Migration documentation - COMPATIBILITY_REPORT.md, SKILLS_COMPARISON.md: Analysis docs ## Removed - Old skill directories (02-05, 10-14, 20-21 old numbering) - Consolidated into new structure with _archive/ for reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,235 @@
|
||||
{
|
||||
"locations": [
|
||||
{
|
||||
"id": "gangnam",
|
||||
"name_en": "Gangnam",
|
||||
"name_kr": "강남",
|
||||
"name_cn": "江南",
|
||||
"district": "Gangnam-gu",
|
||||
"city": "Seoul",
|
||||
"full_address_kr": "서울특별시 강남구 테헤란로 123",
|
||||
"full_address_en": "123 Teheran-ro, Gangnam-gu, Seoul",
|
||||
"postal_code": "06234",
|
||||
"latitude": 37.4979,
|
||||
"longitude": 127.0276,
|
||||
"landmarks": [
|
||||
"COEX Mall",
|
||||
"Gangnam Station",
|
||||
"Samsung Station",
|
||||
"Bongeunsa Temple"
|
||||
],
|
||||
"subway_stations": [
|
||||
{
|
||||
"name": "Gangnam Station",
|
||||
"lines": ["Line 2", "Sinbundang Line"],
|
||||
"exit": "Exit 11",
|
||||
"walking_time": "3 minutes"
|
||||
},
|
||||
{
|
||||
"name": "Sinnonhyeon Station",
|
||||
"lines": ["Line 9"],
|
||||
"exit": "Exit 6",
|
||||
"walking_time": "5 minutes"
|
||||
}
|
||||
],
|
||||
"bus_routes": ["146", "341", "360", "740"],
|
||||
"demographics": "Young professionals, affluent residents, business district",
|
||||
"population": "approximately 570,000",
|
||||
"average_age": "38.5",
|
||||
"key_industries": ["IT", "Finance", "Medical", "Education"],
|
||||
"nearby_hospitals": ["Samsung Medical Center", "Gangnam Severance Hospital"],
|
||||
"parking": {
|
||||
"available": true,
|
||||
"type": "Underground",
|
||||
"capacity": 50,
|
||||
"fee": "Free for patients"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "myeongdong",
|
||||
"name_en": "Myeongdong",
|
||||
"name_kr": "명동",
|
||||
"name_cn": "明洞",
|
||||
"district": "Jung-gu",
|
||||
"city": "Seoul",
|
||||
"full_address_kr": "서울특별시 중구 명동길 456",
|
||||
"full_address_en": "456 Myeongdong-gil, Jung-gu, Seoul",
|
||||
"postal_code": "04537",
|
||||
"latitude": 37.5636,
|
||||
"longitude": 126.9869,
|
||||
"landmarks": [
|
||||
"Myeongdong Cathedral",
|
||||
"Lotte Department Store",
|
||||
"Shinsegae Department Store",
|
||||
"N Seoul Tower"
|
||||
],
|
||||
"subway_stations": [
|
||||
{
|
||||
"name": "Myeongdong Station",
|
||||
"lines": ["Line 4"],
|
||||
"exit": "Exit 8",
|
||||
"walking_time": "2 minutes"
|
||||
},
|
||||
{
|
||||
"name": "Euljiro 1-ga Station",
|
||||
"lines": ["Line 2"],
|
||||
"exit": "Exit 5",
|
||||
"walking_time": "7 minutes"
|
||||
}
|
||||
],
|
||||
"bus_routes": ["104", "421", "463", "507"],
|
||||
"demographics": "Tourists, young shoppers, office workers",
|
||||
"population": "approximately 13,000",
|
||||
"average_age": "42.3",
|
||||
"key_industries": ["Retail", "Tourism", "Banking", "Hospitality"],
|
||||
"nearby_hospitals": ["Seoul Medical Center", "Asan Medical Center"],
|
||||
"parking": {
|
||||
"available": true,
|
||||
"type": "Building parking",
|
||||
"capacity": 30,
|
||||
"fee": "2,000 KRW per hour"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "hongdae",
|
||||
"name_en": "Hongdae",
|
||||
"name_kr": "홍대",
|
||||
"name_cn": "弘大",
|
||||
"district": "Mapo-gu",
|
||||
"city": "Seoul",
|
||||
"full_address_kr": "서울특별시 마포구 와우산로 789",
|
||||
"full_address_en": "789 Wausan-ro, Mapo-gu, Seoul",
|
||||
"postal_code": "04104",
|
||||
"latitude": 37.5563,
|
||||
"longitude": 126.9220,
|
||||
"landmarks": [
|
||||
"Hongik University",
|
||||
"Hongdae Shopping Street",
|
||||
"Sangsang Madang",
|
||||
"Hongdae Free Market"
|
||||
],
|
||||
"subway_stations": [
|
||||
{
|
||||
"name": "Hongik University Station",
|
||||
"lines": ["Line 2", "Airport Railroad", "Gyeongui-Jungang Line"],
|
||||
"exit": "Exit 9",
|
||||
"walking_time": "1 minute"
|
||||
},
|
||||
{
|
||||
"name": "Sangsu Station",
|
||||
"lines": ["Line 6"],
|
||||
"exit": "Exit 1",
|
||||
"walking_time": "8 minutes"
|
||||
}
|
||||
],
|
||||
"bus_routes": ["271", "602", "603", "760"],
|
||||
"demographics": "University students, young adults, artists, indie culture",
|
||||
"population": "approximately 385,000",
|
||||
"average_age": "35.2",
|
||||
"key_industries": ["Entertainment", "Arts", "Cafes", "Fashion"],
|
||||
"nearby_hospitals": ["Severance Hospital", "Sinchon Severance Hospital"],
|
||||
"parking": {
|
||||
"available": false,
|
||||
"type": "Street parking only",
|
||||
"capacity": 0,
|
||||
"fee": "Public parking nearby"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "apgujeong",
|
||||
"name_en": "Apgujeong",
|
||||
"name_kr": "압구정",
|
||||
"name_cn": "狎鸥亭",
|
||||
"district": "Gangnam-gu",
|
||||
"city": "Seoul",
|
||||
"full_address_kr": "서울특별시 강남구 압구정로 321",
|
||||
"full_address_en": "321 Apgujeong-ro, Gangnam-gu, Seoul",
|
||||
"postal_code": "06001",
|
||||
"latitude": 37.5311,
|
||||
"longitude": 127.0403,
|
||||
"landmarks": [
|
||||
"Galleria Department Store",
|
||||
"Apgujeong Rodeo Street",
|
||||
"Dosan Park",
|
||||
"K-Star Road"
|
||||
],
|
||||
"subway_stations": [
|
||||
{
|
||||
"name": "Apgujeong Station",
|
||||
"lines": ["Line 3"],
|
||||
"exit": "Exit 2",
|
||||
"walking_time": "4 minutes"
|
||||
},
|
||||
{
|
||||
"name": "Apgujeong Rodeo Station",
|
||||
"lines": ["Suin-Bundang Line"],
|
||||
"exit": "Exit 5",
|
||||
"walking_time": "3 minutes"
|
||||
}
|
||||
],
|
||||
"bus_routes": ["145", "301", "362", "472"],
|
||||
"demographics": "High-income residents, luxury shoppers, K-beauty enthusiasts",
|
||||
"population": "approximately 24,000",
|
||||
"average_age": "41.7",
|
||||
"key_industries": ["Luxury retail", "Beauty", "Plastic surgery", "Fashion"],
|
||||
"nearby_hospitals": ["Chung-Ang University Hospital", "Seoul St. Mary's Hospital"],
|
||||
"parking": {
|
||||
"available": true,
|
||||
"type": "Valet service",
|
||||
"capacity": 40,
|
||||
"fee": "Complimentary for VIP patients"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "jamsil",
|
||||
"name_en": "Jamsil",
|
||||
"name_kr": "잠실",
|
||||
"name_cn": "蚕室",
|
||||
"district": "Songpa-gu",
|
||||
"city": "Seoul",
|
||||
"full_address_kr": "서울특별시 송파구 올림픽로 240",
|
||||
"full_address_en": "240 Olympic-ro, Songpa-gu, Seoul",
|
||||
"postal_code": "05554",
|
||||
"latitude": 37.5132,
|
||||
"longitude": 127.1001,
|
||||
"landmarks": [
|
||||
"Lotte World Tower",
|
||||
"Lotte World",
|
||||
"Seokchon Lake",
|
||||
"Olympic Park"
|
||||
],
|
||||
"subway_stations": [
|
||||
{
|
||||
"name": "Jamsil Station",
|
||||
"lines": ["Line 2", "Line 8"],
|
||||
"exit": "Exit 4",
|
||||
"walking_time": "5 minutes"
|
||||
},
|
||||
{
|
||||
"name": "Jamsilsaenae Station",
|
||||
"lines": ["Line 2"],
|
||||
"exit": "Exit 9",
|
||||
"walking_time": "10 minutes"
|
||||
}
|
||||
],
|
||||
"bus_routes": ["2415", "3217", "3313", "3414"],
|
||||
"demographics": "Families, middle-class residents, sports enthusiasts",
|
||||
"population": "approximately 660,000",
|
||||
"average_age": "40.1",
|
||||
"key_industries": ["Retail", "Entertainment", "Sports", "Tourism"],
|
||||
"nearby_hospitals": ["Asan Medical Center", "Seoul Paik Hospital"],
|
||||
"parking": {
|
||||
"available": true,
|
||||
"type": "Multi-level parking",
|
||||
"capacity": 100,
|
||||
"fee": "First 2 hours free"
|
||||
}
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"last_updated": "2024-11-19",
|
||||
"total_locations": 5,
|
||||
"coverage_area": "Seoul Metropolitan Area",
|
||||
"coordinate_system": "WGS84"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,308 @@
|
||||
{
|
||||
"services": [
|
||||
{
|
||||
"id": "laser-hair-removal",
|
||||
"name_en": "Laser Hair Removal",
|
||||
"name_kr": "레이저 제모",
|
||||
"name_cn": "激光脱毛",
|
||||
"category": "Dermatology",
|
||||
"subcategory": "Aesthetic Dermatology",
|
||||
"description": "Permanent hair reduction using state-of-the-art laser technology",
|
||||
"detailed_description": "Our laser hair removal treatment uses FDA-approved diode and Alexandrite lasers to target hair follicles, providing long-lasting hair reduction with minimal discomfort. Suitable for all skin types.",
|
||||
"keywords": [
|
||||
"permanent hair removal",
|
||||
"laser hair removal",
|
||||
"IPL hair removal",
|
||||
"diode laser",
|
||||
"hair reduction",
|
||||
"unwanted hair",
|
||||
"smooth skin"
|
||||
],
|
||||
"procedure_time": "15-60 minutes",
|
||||
"sessions_required": "6-8 sessions",
|
||||
"recovery_time": "No downtime",
|
||||
"results_visible": "After 2-3 sessions",
|
||||
"price_range": "₩₩₩",
|
||||
"price_details": {
|
||||
"small_area": "50,000-100,000 KRW",
|
||||
"medium_area": "100,000-200,000 KRW",
|
||||
"large_area": "200,000-400,000 KRW"
|
||||
},
|
||||
"target_areas": [
|
||||
"Face",
|
||||
"Underarms",
|
||||
"Arms",
|
||||
"Legs",
|
||||
"Bikini line",
|
||||
"Back",
|
||||
"Chest"
|
||||
],
|
||||
"benefits": [
|
||||
"Permanent hair reduction",
|
||||
"Smoother skin",
|
||||
"No more razor burns",
|
||||
"Time-saving",
|
||||
"Cost-effective long-term"
|
||||
],
|
||||
"side_effects": [
|
||||
"Temporary redness",
|
||||
"Mild swelling",
|
||||
"Skin sensitivity"
|
||||
],
|
||||
"contraindications": [
|
||||
"Pregnancy",
|
||||
"Active skin infections",
|
||||
"Recent sun exposure",
|
||||
"Certain medications"
|
||||
],
|
||||
"seo_priority": "high",
|
||||
"search_volume": 14800,
|
||||
"competition": "medium"
|
||||
},
|
||||
{
|
||||
"id": "botox",
|
||||
"name_en": "Botox Treatment",
|
||||
"name_kr": "보톡스",
|
||||
"name_cn": "肉毒素",
|
||||
"category": "Cosmetic Dermatology",
|
||||
"subcategory": "Injectable Treatments",
|
||||
"description": "FDA-approved botulinum toxin for wrinkle reduction and facial rejuvenation",
|
||||
"detailed_description": "Botox injections temporarily relax facial muscles to reduce the appearance of fine lines and wrinkles. Our experienced practitioners use precise injection techniques for natural-looking results.",
|
||||
"keywords": [
|
||||
"botox",
|
||||
"botulinum toxin",
|
||||
"wrinkle treatment",
|
||||
"anti-aging",
|
||||
"facial rejuvenation",
|
||||
"crow's feet",
|
||||
"forehead lines",
|
||||
"frown lines"
|
||||
],
|
||||
"procedure_time": "15-30 minutes",
|
||||
"sessions_required": "1 session, repeat every 3-6 months",
|
||||
"recovery_time": "No downtime",
|
||||
"results_visible": "3-7 days",
|
||||
"price_range": "₩₩₩₩",
|
||||
"price_details": {
|
||||
"per_unit": "10,000-15,000 KRW",
|
||||
"full_face": "300,000-500,000 KRW",
|
||||
"single_area": "150,000-250,000 KRW"
|
||||
},
|
||||
"target_areas": [
|
||||
"Forehead lines",
|
||||
"Crow's feet",
|
||||
"Frown lines",
|
||||
"Bunny lines",
|
||||
"Lip lines",
|
||||
"Chin dimpling",
|
||||
"Jawline slimming"
|
||||
],
|
||||
"benefits": [
|
||||
"Reduces wrinkles",
|
||||
"Prevents new lines",
|
||||
"Non-surgical",
|
||||
"Quick procedure",
|
||||
"Natural results"
|
||||
],
|
||||
"side_effects": [
|
||||
"Temporary bruising",
|
||||
"Mild headache",
|
||||
"Drooping eyelid (rare)"
|
||||
],
|
||||
"contraindications": [
|
||||
"Pregnancy/nursing",
|
||||
"Neuromuscular disorders",
|
||||
"Allergy to ingredients",
|
||||
"Active infection at injection site"
|
||||
],
|
||||
"seo_priority": "high",
|
||||
"search_volume": 22200,
|
||||
"competition": "high"
|
||||
},
|
||||
{
|
||||
"id": "dermal-filler",
|
||||
"name_en": "Dermal Filler",
|
||||
"name_kr": "필러",
|
||||
"name_cn": "玻尿酸",
|
||||
"category": "Cosmetic Dermatology",
|
||||
"subcategory": "Injectable Treatments",
|
||||
"description": "Hyaluronic acid fillers for volume restoration and facial contouring",
|
||||
"detailed_description": "Our dermal filler treatments use premium hyaluronic acid products to restore volume, enhance facial contours, and smooth deep wrinkles. Results are immediate and can last 6-18 months.",
|
||||
"keywords": [
|
||||
"dermal filler",
|
||||
"hyaluronic acid",
|
||||
"facial volume",
|
||||
"lip filler",
|
||||
"cheek filler",
|
||||
"nasolabial folds",
|
||||
"facial contouring"
|
||||
],
|
||||
"procedure_time": "30-45 minutes",
|
||||
"sessions_required": "1 session, touch-ups as needed",
|
||||
"recovery_time": "24-48 hours",
|
||||
"results_visible": "Immediate",
|
||||
"price_range": "₩₩₩₩",
|
||||
"price_details": {
|
||||
"per_syringe": "300,000-600,000 KRW",
|
||||
"lip_augmentation": "400,000-700,000 KRW",
|
||||
"full_face": "1,500,000-3,000,000 KRW"
|
||||
},
|
||||
"target_areas": [
|
||||
"Lips",
|
||||
"Cheeks",
|
||||
"Under eyes",
|
||||
"Nasolabial folds",
|
||||
"Marionette lines",
|
||||
"Jawline",
|
||||
"Temples"
|
||||
],
|
||||
"benefits": [
|
||||
"Instant results",
|
||||
"Restores volume",
|
||||
"Smooths wrinkles",
|
||||
"Enhances contours",
|
||||
"Reversible if needed"
|
||||
],
|
||||
"side_effects": [
|
||||
"Swelling",
|
||||
"Bruising",
|
||||
"Tenderness",
|
||||
"Lumps (temporary)"
|
||||
],
|
||||
"contraindications": [
|
||||
"Pregnancy",
|
||||
"Blood clotting disorders",
|
||||
"Active cold sores",
|
||||
"Allergy to lidocaine"
|
||||
],
|
||||
"seo_priority": "high",
|
||||
"search_volume": 18100,
|
||||
"competition": "high"
|
||||
},
|
||||
{
|
||||
"id": "chemical-peel",
|
||||
"name_en": "Chemical Peel",
|
||||
"name_kr": "케미컬 필링",
|
||||
"name_cn": "化学换肤",
|
||||
"category": "Medical Aesthetics",
|
||||
"subcategory": "Skin Resurfacing",
|
||||
"description": "Professional chemical exfoliation for skin renewal and rejuvenation",
|
||||
"detailed_description": "Chemical peels use carefully selected acids to remove damaged skin layers, revealing fresher, younger-looking skin. We offer light, medium, and deep peels customized to your skin concerns.",
|
||||
"keywords": [
|
||||
"chemical peel",
|
||||
"skin resurfacing",
|
||||
"glycolic acid",
|
||||
"TCA peel",
|
||||
"skin renewal",
|
||||
"acne scars",
|
||||
"pigmentation treatment"
|
||||
],
|
||||
"procedure_time": "30-45 minutes",
|
||||
"sessions_required": "3-6 sessions",
|
||||
"recovery_time": "3-7 days",
|
||||
"results_visible": "After peeling completes",
|
||||
"price_range": "₩₩",
|
||||
"price_details": {
|
||||
"light_peel": "100,000-200,000 KRW",
|
||||
"medium_peel": "300,000-500,000 KRW",
|
||||
"deep_peel": "700,000-1,000,000 KRW"
|
||||
},
|
||||
"target_areas": [
|
||||
"Full face",
|
||||
"Neck",
|
||||
"Décolletage",
|
||||
"Hands",
|
||||
"Back"
|
||||
],
|
||||
"benefits": [
|
||||
"Improves texture",
|
||||
"Reduces pigmentation",
|
||||
"Minimizes pores",
|
||||
"Treats acne",
|
||||
"Stimulates collagen"
|
||||
],
|
||||
"side_effects": [
|
||||
"Peeling",
|
||||
"Redness",
|
||||
"Sensitivity",
|
||||
"Temporary darkening"
|
||||
],
|
||||
"contraindications": [
|
||||
"Active herpes",
|
||||
"Isotretinoin use",
|
||||
"Pregnancy",
|
||||
"Open wounds"
|
||||
],
|
||||
"seo_priority": "medium",
|
||||
"search_volume": 8100,
|
||||
"competition": "medium"
|
||||
},
|
||||
{
|
||||
"id": "acne-treatment",
|
||||
"name_en": "Acne Treatment",
|
||||
"name_kr": "여드름 치료",
|
||||
"name_cn": "痤疮治疗",
|
||||
"category": "Medical Dermatology",
|
||||
"subcategory": "Acne Management",
|
||||
"description": "Comprehensive medical treatment for acne and acne scarring",
|
||||
"detailed_description": "Our acne treatment program combines medical-grade therapies including laser treatments, chemical peels, and prescription medications to clear active acne and prevent future breakouts.",
|
||||
"keywords": [
|
||||
"acne treatment",
|
||||
"acne scars",
|
||||
"pimple treatment",
|
||||
"blackheads",
|
||||
"whiteheads",
|
||||
"cystic acne",
|
||||
"hormonal acne"
|
||||
],
|
||||
"procedure_time": "45-60 minutes",
|
||||
"sessions_required": "4-8 sessions",
|
||||
"recovery_time": "Minimal",
|
||||
"results_visible": "4-6 weeks",
|
||||
"price_range": "₩₩₩",
|
||||
"price_details": {
|
||||
"consultation": "50,000 KRW",
|
||||
"basic_treatment": "150,000-250,000 KRW",
|
||||
"laser_therapy": "300,000-500,000 KRW"
|
||||
},
|
||||
"target_areas": [
|
||||
"Face",
|
||||
"Back",
|
||||
"Chest",
|
||||
"Shoulders"
|
||||
],
|
||||
"benefits": [
|
||||
"Clears acne",
|
||||
"Prevents scarring",
|
||||
"Reduces inflammation",
|
||||
"Improves skin texture",
|
||||
"Boosts confidence"
|
||||
],
|
||||
"side_effects": [
|
||||
"Initial purging",
|
||||
"Dryness",
|
||||
"Mild irritation",
|
||||
"Sun sensitivity"
|
||||
],
|
||||
"contraindications": [
|
||||
"Pregnancy (certain medications)",
|
||||
"Photosensitivity disorders",
|
||||
"Active infections"
|
||||
],
|
||||
"seo_priority": "high",
|
||||
"search_volume": 12100,
|
||||
"competition": "medium"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"last_updated": "2024-11-19",
|
||||
"total_services": 5,
|
||||
"categories": [
|
||||
"Dermatology",
|
||||
"Cosmetic Dermatology",
|
||||
"Medical Aesthetics",
|
||||
"Medical Dermatology"
|
||||
],
|
||||
"price_currency": "KRW"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user