Skill Numbering Changes: - 01-03: OurDigital core (was 30-32) - 31-32: Notion tools (was 01-02) - 99_archive: Renamed from _archive for sorting New Files: - AGENTS.md: Claude Code agent routing guide - requirements.txt for 00-claude-code-setting, 32-notion-writer, 43-jamie-youtube-manager Documentation Updates: - CLAUDE.md: Updated skill inventory (23 skills) - AUDIT_REPORT.md: Current completion status (91%) - Archived REFACTORING_PLAN.md (most tasks complete) Removed: - ga-agent-skills/ (moved to separate repo ~/Project/dintel-ga4-agent) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
840 B
JSON
38 lines
840 B
JSON
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": "{{name}}",
|
|
"url": "{{url}}",
|
|
"logo": "{{logo_url}}",
|
|
"description": "{{description}}",
|
|
"foundingDate": "{{founding_date}}",
|
|
"founders": [
|
|
{
|
|
"@type": "Person",
|
|
"name": "{{founder_name}}"
|
|
}
|
|
],
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"streetAddress": "{{street_address}}",
|
|
"addressLocality": "{{city}}",
|
|
"addressRegion": "{{region}}",
|
|
"postalCode": "{{postal_code}}",
|
|
"addressCountry": "{{country}}"
|
|
},
|
|
"contactPoint": [
|
|
{
|
|
"@type": "ContactPoint",
|
|
"telephone": "{{phone}}",
|
|
"contactType": "customer service",
|
|
"availableLanguage": ["Korean", "English"]
|
|
}
|
|
],
|
|
"sameAs": [
|
|
"{{facebook_url}}",
|
|
"{{twitter_url}}",
|
|
"{{linkedin_url}}",
|
|
"{{instagram_url}}"
|
|
]
|
|
}
|