refactor: Reorganize skill numbering and update documentation

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>
This commit is contained in:
2026-01-23 18:42:39 +07:00
parent ae193d5e08
commit b69e4b6f3a
100 changed files with 655 additions and 1812 deletions

View File

@@ -0,0 +1,108 @@
{
"name": "Corporate Brand Guidelines",
"version": "1.0",
"colors": {
"primary": "#1a73e8",
"secondary": "#34a853",
"accent": "#ea4335",
"warning": "#fbbc04",
"dark": "#202124",
"light": "#f8f9fa",
"text": "#3c4043",
"subtext": "#5f6368",
"background": "#ffffff",
"surface": "#f1f3f4"
},
"fonts": {
"heading": "Poppins",
"subheading": "Poppins",
"body": "Lora",
"caption": "Arial",
"fallback": {
"heading": "Arial",
"body": "Georgia"
}
},
"typography": {
"title": {
"size": 44,
"weight": "bold",
"lineHeight": 1.2
},
"heading1": {
"size": 32,
"weight": "bold",
"lineHeight": 1.3
},
"heading2": {
"size": 24,
"weight": "semibold",
"lineHeight": 1.4
},
"body": {
"size": 18,
"weight": "normal",
"lineHeight": 1.6
},
"caption": {
"size": 14,
"weight": "normal",
"lineHeight": 1.5
}
},
"logos": {
"primary": "assets/media/logo.png",
"secondary": "assets/media/logo_white.png",
"icon": "assets/media/icon.png"
},
"spacing": {
"small": 8,
"medium": 16,
"large": 24,
"xlarge": 32
},
"borderRadius": {
"small": 4,
"medium": 8,
"large": 12
},
"shadows": {
"small": "0 1px 3px rgba(0,0,0,0.12)",
"medium": "0 4px 6px rgba(0,0,0,0.16)",
"large": "0 10px 20px rgba(0,0,0,0.19)"
},
"animations": {
"transition": "all 0.3s ease",
"fadeIn": "fadeIn 0.5s ease-in",
"slideIn": "slideIn 0.3s ease-out"
},
"layouts": {
"slideMargins": {
"top": 0.5,
"right": 0.5,
"bottom": 0.5,
"left": 0.5
},
"contentPadding": {
"top": 1.5,
"right": 1,
"bottom": 1,
"left": 1
}
},
"chartColors": [
"#1a73e8",
"#34a853",
"#fbbc04",
"#ea4335",
"#9333ea",
"#06b6d4",
"#f97316",
"#84cc16"
],
"gradients": {
"primary": "linear-gradient(135deg, #1a73e8 0%, #34a853 100%)",
"secondary": "linear-gradient(135deg, #34a853 0%, #fbbc04 100%)",
"accent": "linear-gradient(135deg, #ea4335 0%, #fbbc04 100%)"
}
}