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>
98 lines
3.3 KiB
Markdown
98 lines
3.3 KiB
Markdown
# Claude Skills Factory
|
|
|
|
> **Internal R&D Repository** - This repository is restricted for internal use only.
|
|
|
|
A collection of custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, and Notion integrations.
|
|
|
|
## Custom Skills (22 skills)
|
|
|
|
### General Automation (01-09)
|
|
|
|
| # | Skill | Purpose |
|
|
|---|-------|---------|
|
|
| 01 | `notion-organizer` | Notion workspace management |
|
|
| 02 | `notion-data-migration` | Database migration tools |
|
|
|
|
### 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 |
|
|
|
|
### OurDigital Channel (30-39)
|
|
|
|
| # | Skill | Purpose |
|
|
|---|-------|---------|
|
|
| 30 | `ourdigital-designer` | Visual storytelling, image prompts |
|
|
| 31 | `ourdigital-research` | Research → Blog workflow |
|
|
| 32 | `ourdigital-presentation` | Notion → PPT/Figma |
|
|
|
|
### 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 |
|
|
|
|
## 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
|
|
|
|
```
|
|
claude-skills/
|
|
├── custom-skills/ # 20 custom skills for production use
|
|
├── example-skills/ # Anthropic reference examples
|
|
├── ga-agent-skills/ # GA Agent decomposed architecture
|
|
├── official-skills/ # 3rd party Notion skills
|
|
├── reference/ # Skill format documentation
|
|
├── docs/ # Additional documentation
|
|
├── .claude/ # Claude Code commands
|
|
│ └── commands/ # Slash command definitions
|
|
├── CLAUDE.md # Development guidelines
|
|
└── 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
|