From cac917c30c33c9fb4367460e69bc4769fd279660 Mon Sep 17 00:00:00 2001 From: Andrew Yim Date: Thu, 11 Dec 2025 14:25:12 +0900 Subject: [PATCH] docs: Add README for internal R&D repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Brief project description - Custom skills overview table - Repository structure summary - Internal use only notice 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f1d885 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# 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 tools, and Notion integrations. + +## Custom Skills + +| Skill | Purpose | +|-------|---------| +| `ourdigital-visual-storytelling` | Blog featured image prompt generator | +| `ourdigital-research-publisher` | Research-to-publication workflow | +| `notion-organizer` | Notion workspace management | +| `research-to-presentation` | Notion research to PPT/Figma | +| `seo-gateway-strategist` | SEO gateway page strategy | +| `gateway-page-content-builder` | Gateway page content generation | +| `jamie-brand-editor` | Jamie Clinic branded content generation | +| `jamie-brand-guardian` | Jamie Clinic content review & evaluation | + +## Structure + +``` +ourdigital-custom-skills/ # Custom skills for production use +claude-skills-examples/ # Anthropic reference examples +official-skils-collection/ # 3rd party Notion skills +reference/ # Skill format documentation +``` + +## 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