Initial commit: Claude Skills Factory with 8 refined custom skills

Custom Skills (ourdigital-custom-skills/):
- 00-ourdigital-visual-storytelling: Blog featured image prompt generator
- 01-ourdigital-research-publisher: Research-to-publication workflow
- 02-notion-organizer: Notion workspace management
- 03-research-to-presentation: Notion research to PPT/Figma
- 04-seo-gateway-strategist: SEO gateway page strategy planning
- 05-gateway-page-content-builder: Gateway page content generation
- 20-jamie-brand-editor: Jamie Clinic branded content GENERATION
- 21-jamie-brand-guardian: Jamie Clinic content REVIEW & evaluation

Refinements applied:
- All skills converted to SKILL.md format with YAML frontmatter
- Added version fields to all skills
- Flattened nested folder structures
- Removed packaging artifacts (.zip, .skill files)
- Reorganized file structures (scripts/, references/, etc.)
- Differentiated Jamie skills with clear roles

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-10 17:56:04 +09:00
commit 341d5f5a5b
498 changed files with 102813 additions and 0 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%)"
}
}