## Summary - Add portable installation tool (`install.sh`) for cross-machine setup - Add Claude.ai export files with proper YAML frontmatter - Add multi-agent-guide v2.0 with consolidated framework template - Rename `00-claude-code-setting` → `00-our-settings-audit` (avoid reserved word) - Add YAML frontmatter to 25+ SKILL.md files for Claude Desktop compatibility ## Commits Included - `93f604a` feat: Add portable installation tool for cross-machine setup - `9b84104` feat: Add Claude.ai export for portable skill installation - `f7ab973` fix: Add YAML frontmatter to Claude.ai export files - `3fed49a` feat(multi-agent-guide): Add v2.0 with consolidated framework - `3be26ef` refactor: Rename settings-audit skill and add YAML frontmatter Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Our Claude Skills
Internal R&D Repository - This repository is restricted for internal use only.
A collection of 30 custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, Notion integrations, reference documentation curation, and multi-agent collaboration.
Custom Skills (30 skills)
Claude Code Settings (00)
| # | Skill | Purpose |
|---|---|---|
| 00 | claude-code-setting |
Settings optimization & token audit |
OurDigital Core (01-09)
| # | Skill | Purpose |
|---|---|---|
| 01 | ourdigital-research |
Research → Blog workflow |
| 02 | ourdigital-designer |
Visual storytelling, image prompts |
| 03 | ourdigital-presentation |
Notion → PPT/Figma |
SEO Tools (10-19)
| # | Skill | Purpose |
|---|---|---|
| 10 | seo-technical-audit |
Robots.txt, sitemap, crawlability |
| 11 | seo-on-page-audit |
Meta tags, headings, links |
| 12 | seo-local-audit |
NAP, GBP, citations |
| 13 | seo-schema-validator |
Structured data validation |
| 14 | seo-schema-generator |
Schema markup creation |
| 15 | seo-core-web-vitals |
LCP, CLS, FID, INP metrics |
| 16 | seo-search-console |
GSC data analysis |
| 17 | seo-gateway-architect |
Gateway page strategy |
| 18 | seo-gateway-builder |
Gateway page content |
GTM/GA Tools (20-29)
| # | Skill | Purpose |
|---|---|---|
| 20 | gtm-audit |
GTM container audit |
| 21 | gtm-manager |
GTM management + dataLayer |
| 22 | gtm-guardian |
Live tag monitoring & validation |
Notion Tools (31-39)
| # | Skill | Purpose |
|---|---|---|
| 31 | notion-organizer |
Notion workspace management |
| 32 | notion-writer |
Content writing to Notion |
Jamie Clinic (40-49)
| # | Skill | Purpose |
|---|---|---|
| 40 | jamie-brand-editor |
Content generation |
| 41 | jamie-brand-audit |
Content review/evaluation |
| 42 | jamie-instagram-manager |
Instagram account management |
| 43 | jamie-youtube-manager |
YouTube SEO audit & management |
| 44 | jamie-youtube-subtitle-checker |
YouTube subtitle validation |
Reference Curator & Multi-Agent (90-99)
| # | Skill | Purpose |
|---|---|---|
| 90 | reference-curator |
Modular skill suite (6 sub-skills) |
| 91 | multi-agent-guide |
Multi-agent collaboration setup |
Reference Curator Sub-skills: reference-discovery, web-crawler-orchestrator, content-repository, content-distiller, quality-reviewer, markdown-exporter
Installation: cd custom-skills/90-reference-curator && ./install.sh
Dual-Platform Architecture
Each skill supports both Claude Code and Claude Desktop:
XX-skill-name/
├── code/ # Claude Code version
│ ├── CLAUDE.md # Action-oriented directive
│ ├── scripts/ # Executable Python/Bash
│ └── references/ # Documentation
│
├── desktop/ # Claude Desktop version
│ ├── SKILL.md # MCP-focused directive
│ ├── references/ # Guidance docs
│ └── examples/ # Usage examples
│
└── README.md # Overview
Repository Structure
our-claude-skills/
├── custom-skills/ # 30 custom skills for production use
│ ├── 00-claude-code-setting/
│ ├── 01-ourdigital-research/
│ ├── 02-ourdigital-designer/
│ ├── 03-ourdigital-presentation/
│ ├── 10-19 (SEO tools)
│ ├── 20-22 (GTM/GA tools)
│ ├── 31-32 (Notion tools)
│ ├── 40-44 (Jamie clinic)
│ ├── 90-reference-curator/ # Reference documentation suite
│ ├── 91-multi-agent-guide/ # Multi-agent collaboration setup
│ └── 99_archive/
├── example-skills/ # Anthropic reference examples
├── official-skills/ # 3rd party Notion skills
├── reference/ # Skill format documentation
├── .claude/ # Claude Code commands
│ └── commands/ # Slash command definitions
├── CLAUDE.md # Development guidelines
├── AGENTS.md # Agent routing guide
└── README.md # This file
Usage
Skills are installed in Claude Code or Claude Desktop by adding the skill folder path to settings.
See CLAUDE.md for detailed documentation on skill structure and development guidelines.
OurDigital | Internal Use Only