docs: Update README.md and CLAUDE.md for repo rename

- Renamed repository from claude-skills to our-claude-skills
- Updated README.md with current 23-skill inventory
- Updated skill numbering scheme in documentation
- Removed deprecated ga-agent-skills from structure
- Added AGENTS.md to key reference files
- Fixed GitHub URL references

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-23 19:03:48 +07:00
parent b69e4b6f3a
commit e80056ae8a
2 changed files with 33 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Repository Overview ## Repository Overview
**GitHub**: https://github.com/ourdigital/claude-skills **GitHub**: https://github.com/ourdigital/our-claude-skills
This is a Claude Skills collection repository containing: This is a Claude Skills collection repository containing:
- **custom-skills/**: 23 custom skills for OurDigital workflows, SEO, GTM, and Jamie Brand - **custom-skills/**: 23 custom skills for OurDigital workflows, SEO, GTM, and Jamie Brand
@@ -110,7 +110,7 @@ XX-skill-name/
## Directory Layout ## Directory Layout
``` ```
claude-skills/ our-claude-skills/
├── custom-skills/ ├── custom-skills/
│ ├── 00-claude-code-setting/ │ ├── 00-claude-code-setting/
│ │ │ │
@@ -160,4 +160,4 @@ python example-skills/skills-main/skill-creator/scripts/init_skill.py <skill-nam
- `reference/SKILL-FORMAT-REQUIREMENTS.md` - Format specification - `reference/SKILL-FORMAT-REQUIREMENTS.md` - Format specification
- `example-skills/skills-main/skill-creator/SKILL.md` - Skill creation guide - `example-skills/skills-main/skill-creator/SKILL.md` - Skill creation guide
- `custom-skills/AUDIT_REPORT.md` - Skills completion status - `custom-skills/AUDIT_REPORT.md` - Skills completion status
- `custom-skills/REFACTORING_PLAN.md` - Original refactoring plan - `AGENTS.md` - Agent routing guide for Task tool

View File

@@ -1,17 +1,24 @@
# Claude Skills Factory # Our Claude Skills
> **Internal R&D Repository** - This repository is restricted for internal use only. > **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. A collection of 23 custom Claude Skills for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, and Notion integrations.
## Custom Skills (22 skills) ## Custom Skills (23 skills)
### General Automation (01-09) ### Claude Code Settings (00)
| # | Skill | Purpose | | # | Skill | Purpose |
|---|-------|---------| |---|-------|---------|
| 01 | `notion-organizer` | Notion workspace management | | 00 | `claude-code-setting` | Settings optimization & token audit |
| 02 | `notion-data-migration` | Database migration tools |
### 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) ### SEO Tools (10-19)
@@ -33,14 +40,14 @@ A collection of custom Claude Skills for OurDigital workflows, Jamie Plastic Sur
|---|-------|---------| |---|-------|---------|
| 20 | `gtm-audit` | GTM container audit | | 20 | `gtm-audit` | GTM container audit |
| 21 | `gtm-manager` | GTM management + dataLayer | | 21 | `gtm-manager` | GTM management + dataLayer |
| 22 | `gtm-guardian` | Live tag monitoring & validation |
### OurDigital Channel (30-39) ### Notion Tools (31-39)
| # | Skill | Purpose | | # | Skill | Purpose |
|---|-------|---------| |---|-------|---------|
| 30 | `ourdigital-designer` | Visual storytelling, image prompts | | 31 | `notion-organizer` | Notion workspace management |
| 31 | `ourdigital-research` | Research → Blog workflow | | 32 | `notion-writer` | Content writing to Notion |
| 32 | `ourdigital-presentation` | Notion → PPT/Figma |
### Jamie Clinic (40-49) ### Jamie Clinic (40-49)
@@ -50,6 +57,7 @@ A collection of custom Claude Skills for OurDigital workflows, Jamie Plastic Sur
| 41 | `jamie-brand-audit` | Content review/evaluation | | 41 | `jamie-brand-audit` | Content review/evaluation |
| 42 | `jamie-instagram-manager` | Instagram account management | | 42 | `jamie-instagram-manager` | Instagram account management |
| 43 | `jamie-youtube-manager` | YouTube SEO audit & management | | 43 | `jamie-youtube-manager` | YouTube SEO audit & management |
| 44 | `jamie-youtube-subtitle-checker` | YouTube subtitle validation |
## Dual-Platform Architecture ## Dual-Platform Architecture
@@ -73,16 +81,24 @@ XX-skill-name/
## Repository Structure ## Repository Structure
``` ```
claude-skills/ our-claude-skills/
├── custom-skills/ # 20 custom skills for production use ├── custom-skills/ # 23 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)
│ └── 99_archive/
├── example-skills/ # Anthropic reference examples ├── example-skills/ # Anthropic reference examples
├── ga-agent-skills/ # GA Agent decomposed architecture
├── official-skills/ # 3rd party Notion skills ├── official-skills/ # 3rd party Notion skills
├── reference/ # Skill format documentation ├── reference/ # Skill format documentation
├── docs/ # Additional documentation
├── .claude/ # Claude Code commands ├── .claude/ # Claude Code commands
│ └── commands/ # Slash command definitions │ └── commands/ # Slash command definitions
├── CLAUDE.md # Development guidelines ├── CLAUDE.md # Development guidelines
├── AGENTS.md # Agent routing guide
└── README.md # This file └── README.md # This file
``` ```