Commit Graph

32 Commits

Author SHA1 Message Date
e80056ae8a 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>
2026-01-23 19:03:48 +07:00
b69e4b6f3a refactor: Reorganize skill numbering and update documentation
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>
2026-01-23 18:42:39 +07:00
ae193d5e08 docs: Add Claude Code settings audit report
Generated settings optimization analysis with token budget breakdown
and MCP server recommendations.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 13:13:45 +07:00
438f72108c feat(jamie-skills): Add journal.jamie.clinic graphic style guide
Add dedicated graphic design style guide for "정기호의 성형외과 진료실 이야기"
channel (journal.jamie.clinic) to jamie-brand-editor and jamie-brand-audit skills.

Style guide includes:
- Color palette: Light Blue Gray (#E0E5EB) background, Soft Black (#333333) text
- Typography: Sans-serif/Gothic fonts with English medical term annotations
- Graphics: Medical schematic style illustrations, muted blue/gray accents only
- Layout: Grid-aligned with generous white space

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:36:08 +07:00
81afe587ce feat(settings-audit): Add Claude Code settings optimizer skill
- Add new 00-claude-code-setting skill for token usage optimization
- Includes audit scripts for MCP servers, CLAUDE.md, and extensions
- Auto-fix capability with backup for serverInstructions and frontmatter
- Add YAML frontmatter to 17 command files
- Target: keep baseline under 30% of 200K context limit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 18:00:24 +07:00
12ae63e0a7 refactor(gtm-audit): Update desktop skill to use Chrome DevTools + DTM Agent MCP workflow
- Replace Playwright-based approach with Chrome DevTools MCP for browser inspection
- Add DTM Agent MCP integration for GTM API operations
- Document 4-phase workflow: Inspect → Diagnose → Configure → Verify
- Add common issue patterns with diagnosis/fix guidance
- Update audit checklist to reference specific MCP tools
- Add .gitignore entries for pickle files and .claude/ directory

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 01:59:18 +09:00
b859d0a266 feat(gtm-guardian): Reorganize skill with dual-platform structure
- Add desktop/ directory for Claude Desktop (Phase 1-5: analysis, design, docs)
- Add code/ directory for Claude Code (Phase 6-7: automation, audit)
- Create SKILL.md with YAML frontmatter for Desktop compatibility
- Create CLAUDE.md for Code automation workflows
- Organize references by platform scope with shared files duplicated
- Add templates for tagging plan and event taxonomy
- Include README.md with overview and usage guide

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 19:59:22 +09:00
c6ab33726f feat(skills): Add notion-writer skill and YouTube manager CLI scripts
- Add 02-notion-writer skill with Python script for pushing markdown to Notion
- Add YouTube API CLI scripts for jamie-youtube-manager (channel status, video info, batch update)
- Update jamie-youtube-manager SKILL.md with CLI script documentation
- Update CLAUDE.md with quick reference guides

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 19:37:19 +09:00
4d9da597ca fix(desktop-skills): Fix YAML frontmatter for Claude Desktop compatibility
- Remove 'version' field from 13 SKILL.md files
- Quote descriptions containing colons (Triggers:) in 9 files
- Fix 20-gtm-audit binary file (extract proper SKILL.md from ZIP)
- Add missing 'description:' key in 41-jamie-brand-audit
- Add new skill 44-jamie-youtube-subtitle-checker with both desktop/ and code/ versions

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 18:19:17 +09:00
7d672110ce docs(CLAUDE.md): Update directory names and add new skills
- Rename ourdigital-custom-skills → custom-skills
- Rename claude-skills-examples → example-skills
- Rename official-skils-collection → official-skills (fix typo)
- Add jamie-instagram-manager (42) and jamie-youtube-manager (43)
- Update skill count to 22

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 20:28:21 +09:00
dbf26fcce5 feat(jamie-skills): Add Claude Code versions for Instagram and YouTube managers
Restructured both skills (42, 43) for dual-platform architecture:
- code/: CLAUDE.md + references for Claude Code CLI
- desktop/: SKILL.md + references for Claude Desktop MCP

Updates README.md with new skill entries (22 total skills).

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 20:23:54 +09:00
b5afea14ba feat(jamie-skills): Add Instagram and YouTube manager skills
- 42-jamie-instagram-manager: Instagram account management for Jamie Clinic
  - Follower engagement and reply templates
  - Content planning (3-4x weekly posting)
  - Hashtag database and storytelling ideas
  - Boost strategies and compliance guidelines

- 43-jamie-youtube-manager: YouTube SEO auditor for Jamie Clinic
  - Video/Shorts/Playlist audit checklists
  - Chapter timestamp verification
  - VideoObject schema templates
  - Internationalization (i18n) assessment
  - Description and metadata templates

Both skills integrate with existing Jamie brand guidelines (40-41).

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 20:11:42 +09:00
f78d9474bb fix(gtm-audit): Add Notion output to desktop SKILL.md 2025-12-22 02:22:14 +09:00
987da2c798 fix(gtm-skills): Update GTM skills to use dedicated GTM Audit Archive database
GTM skills (20-21) now save reports to:
- Database: OurDigital GTM Audit Archive (2cf581e5-8a1e-8163-997f-ccb387156a20)
- Properties: Site, URL, Audit Date, Audit Status, GTM Status, Journey Type, Tags Fired, etc.

SEO skills continue to use SEO Audit Log database.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 02:21:40 +09:00
f0a1453918 feat(skills): Add mandatory Notion output requirement to all audit skills
All SEO (10-18) and GTM (20-21) skills now require saving reports to:
- Database: OurDigital SEO Audit Log (2c8581e5-8a1e-8035-880b-e38cefc2f3ef)
- Format: Korean content with English technical terms
- Audit ID: [TYPE]-YYYYMMDD-NNN

Updated files:
- 9 SEO skills (code/CLAUDE.md + desktop/SKILL.md)
- 2 GTM skills (code/CLAUDE.md + desktop/SKILL.md)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 02:16:26 +09:00
72b994f57d docs: Update README.md with new skill structure
- Updated skill count from 11 to 20
- Added dual-platform architecture documentation
- Updated directory structure to reflect custom-skills/ rename
- Organized skills by category with numbering

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 02:02:46 +09:00
236be6c580 directory changes and restructuring
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 02:01:41 +09:00
eea49f9f8c refactor(skills): Restructure skills to dual-platform architecture
Major refactoring of ourdigital-custom-skills with new numbering system:

## Structure Changes
- Each skill now has code/ (Claude Code) and desktop/ (Claude Desktop) versions
- New progressive numbering: 01-09 General, 10-19 SEO, 20-29 GTM, 30-39 OurDigital, 40-49 Jamie

## Skill Reorganization
- 01-notion-organizer (from 02)
- 10-18: SEO tools split into focused skills (technical, on-page, local, schema, vitals, gsc, gateway)
- 20-21: GTM audit and manager
- 30-32: OurDigital designer, research, presentation
- 40-41: Jamie brand editor and audit

## New Files
- .claude/commands/: Slash command definitions for all skills
- CLAUDE.md: Updated with new skill structure documentation
- REFACTORING_PLAN.md: Migration documentation
- COMPATIBILITY_REPORT.md, SKILLS_COMPARISON.md: Analysis docs

## Removed
- Old skill directories (02-05, 10-14, 20-21 old numbering)
- Consolidated into new structure with _archive/ for reference

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 01:58:24 +09:00
214247ace2 feat(ga-agent): Add GA Agent project with decomposed architecture
Create workspace for building Google Analytics Claude Skill with:
- 5 independent components (MCP setup, skill, dimension explorer, Slack reporter, realtime watcher)
- Comprehensive project plan and documentation
- Step-by-step setup guides for each component

Components:
1. MCP Setup - GA4 + BigQuery MCP server installation
2. GA Agent Skill - Core Claude Skill for interactive analysis
3. Dimension Explorer - Validate dims/metrics with explanations
4. Slack Reporter - Automated reports to Slack (P2)
5. Realtime Watcher - Real-time monitoring (deferred)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 10:32:13 +09:00
173d526cf3 docs: Update README.md and CLAUDE.md with GTM skills
- Added 13-ourdigital-gtm-audit (lightweight audit)
- Added 14-ourdigital-gtm-manager (comprehensive management)
- Updated skill count from 9 to 11
- Added GTM Skills Role Separation section

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 22:55:57 +09:00
242f05f32d chore(gtm-audit): Add gtm-audit.skill for Claude Desktop
Restored skill file for Claude Desktop compatibility.
Force-added despite .gitignore rule for *.skill files.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 22:52:13 +09:00
31506e026d refactor(gtm): Split into lightweight audit and comprehensive manager
- 13-ourdigital-gtm-audit: Lightweight audit-only tool (original)
  - GTM container validation
  - DataLayer event checking
  - Form and checkout analysis
  - No Notion integration, no inject mode

- 14-ourdigital-gtm-manager: Comprehensive management toolkit
  - Full audit capabilities
  - DataLayerInjector for custom HTML tag generation
  - Notion integration for audit logging
  - 20+ GA4 event templates

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 22:46:16 +09:00
ec5e30c825 feat(gtm-manager): Rename to ourdigital-gtm-manager and add dataLayer injector
BREAKING CHANGE: Renamed from 13-gtm-audit to 13-ourdigital-gtm-manager

New Features:
- DataLayerInjector class for generating custom HTML tags
- Support for 20+ GA4 event types (ecommerce, forms, video, engagement)
- Subcommand structure: audit and inject modes
- Preset tag generation (ecommerce, engagement, all)
- DOM scraping option for dynamic value extraction
- Generate tags from audit report findings
- Korean payment method support (카카오페이, 네이버페이, 토스)

CLI Changes:
- `python gtm_manager.py audit --url ...` for auditing
- `python gtm_manager.py inject --preset ecommerce` for tag generation
- `python gtm_manager.py inject --event purchase --event add_to_cart`
- `python gtm_manager.py inject --from-audit report.json`

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 20:55:42 +09:00
fb2a653866 feat(gtm-audit): Add GTM audit skill with Notion integration
- Automated GTM container detection and validation
- DataLayer event validation against GA4 specs
- Form tracking analysis and interaction simulation
- E-commerce checkout flow analysis
- Multi-platform support (GA4, Meta, LinkedIn, Google Ads, Kakao, Naver)
- Notion database export with detailed reporting
- Korean market considerations

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-20 20:32:52 +09:00
8d14804b70 chore: Remove _jamie-reference-raw-data directory
- Delete raw source materials directory (not needed in repo)
- Update CLAUDE.md to remove references to deleted directory

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 02:37:01 +09:00
46b95e47ca docs: Update README.md with new skill listing and count
- Reorder skills to match new numbering scheme
- Add ourdigital-seo-audit skill to the list
- Update skill count to 9

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 02:34:52 +09:00
8f618fbb74 refactor: Renumber skills 00→10, 01→11 for consistent numbering
- Rename 00-ourdigital-visual-storytelling to 10-ourdigital-visual-storytelling
- Rename 01-ourdigital-research-publisher to 11-ourdigital-research-publisher
- Update CLAUDE.md with new skill numbering and add skill 12 (seo-audit)
- Skill count updated from 8 to 9

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 02:33:23 +09:00
9426787ba6 feat(seo-audit): Add comprehensive SEO audit skill
Add ourdigital-seo-audit skill with:
- Full site audit orchestrator (full_audit.py)
- Google Search Console and PageSpeed API clients
- Schema.org JSON-LD validation and generation
- XML sitemap and robots.txt validation
- Notion database integration for findings export
- Core Web Vitals measurement and analysis
- 7 schema templates (article, faq, product, etc.)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 02:30:02 +09:00
b3ceebdf63 refactor(jamie-brand-editor): Slim down SKILL.md and add development plan
Changes:
- SKILL.md reduced from 551 lines to 222 lines
- Removed references to non-existent files and features
- Added Voice & Tone guidelines synced with Guardian v2.8
- Removed "Content Review" sections (Guardian's role)
- Updated version to 1.1.0 (Under Development)

New files:
- docs/PLAN.md: Detailed refactoring roadmap
  - Phase 1: SKILL.md cleanup (completed)
  - Phase 2: Tone & Manner sync
  - Phase 3: Templates implementation
  - Phase 4-6: Future development

Updated README.md:
- Clarified development status
- Added docs/ exclusion note for skill packaging
- Simplified structure documentation

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 14:54:57 +09:00
cac917c30c docs: Add README for internal R&D repository
- 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 <noreply@anthropic.com>
2025-12-11 14:25:12 +09:00
aedfa316ba docs: Update CLAUDE.md with comprehensive skill documentation
- Add GitHub repository URL
- Add custom skills summary table with triggers
- Clarify Jamie skills role separation (editor vs guardian)
- Add version field to YAML frontmatter requirements
- Update directory layout with annotations
- Add allowed-tools field example

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 18:01:16 +09:00
341d5f5a5b 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>
2025-12-10 17:56:04 +09:00