From 9b914b9dd4931d0607119af19c9c39b7fb0dba74 Mon Sep 17 00:00:00 2001 From: Andrew Yim <6537554+ourdigital@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:21:26 +0900 Subject: [PATCH] fix(estimate-engine): quote SKILL.md description to fix verify-skills YAML error (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The unquoted description contained "Costing methods: effort …" — the mid-string ": " made YAML treat it as a nested mapping ("mapping values are not allowed here"), failing verify-skills since 2026-05-27. Single-quote the value (it has inner double quotes but no apostrophes), preserving the exact text. verify_skills.py: 76/76 skills valid. Co-authored-by: Claude Opus 4.8 (1M context) --- custom-skills/96-ourdigital-estimate-engine/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-skills/96-ourdigital-estimate-engine/SKILL.md b/custom-skills/96-ourdigital-estimate-engine/SKILL.md index 37e3ce2..3a23f48 100644 --- a/custom-skills/96-ourdigital-estimate-engine/SKILL.md +++ b/custom-skills/96-ourdigital-estimate-engine/SKILL.md @@ -1,6 +1,6 @@ --- name: ourdigital-estimate-engine -description: Method-aware estimate/견적 engine for OurDigital / D.intelligence professional services (SEO, GA4/GTM, education/coaching, digital ads, branding, …). Generates a Korean 견적 (md/xlsx/json) from a generic scope.json using the real company rate card. Use for "OurDigital 견적", "estimate", "quote", "proposal pricing", "cost estimate", "견적서 생성", or when another skill needs to price a service. Costing methods: effort (role×billing×hours), coaching (lesson×hours), procurement (+15%). +description: 'Method-aware estimate/견적 engine for OurDigital / D.intelligence professional services (SEO, GA4/GTM, education/coaching, digital ads, branding, …). Generates a Korean 견적 (md/xlsx/json) from a generic scope.json using the real company rate card. Use for "OurDigital 견적", "estimate", "quote", "proposal pricing", "cost estimate", "견적서 생성", or when another skill needs to price a service. Costing methods: effort (role×billing×hours), coaching (lesson×hours), procurement (+15%).' --- # OurDigital Estimate Engine