refactor: reorganize skill numbering, remove obsolete skills, rename shared libs
- Rename: 00→80 claude-settings-optimizer, 88→79 dintel-skill-update, 92→81 mac-optimizer, 93→82 tui-design-template - Rename: dintel-shared → _dintel-shared (consistent with _ourdigital-shared) - Remove: 61-gtm-manager, 62-gtm-guardian (obsolete), 99_archive - Update all dintel-* skill refs (114 occurrences across 31 files) - Sync README.md, CLAUDE.md, AGENTS.md with new structure Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
84
README.md
84
README.md
@@ -14,12 +14,6 @@ cd our-claude-skills/custom-skills/_ourdigital-shared
|
||||
|
||||
## Custom Skills Overview
|
||||
|
||||
### Settings & Meta Tools (00)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
|---|-------|---------|
|
||||
| 00 | `our-settings-audit` | Claude settings optimization & token efficiency audit |
|
||||
|
||||
### OurDigital Core (01-10)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
@@ -64,34 +58,6 @@ cd our-claude-skills/custom-skills/_ourdigital-shared
|
||||
| 33 | `seo-migration-planner` | Site migration planning, redirect mapping, monitoring |
|
||||
| 34 | `seo-reporting-dashboard` | Executive reports, HTML dashboards, data aggregation |
|
||||
|
||||
### D.intelligence Agent Corps (70-88)
|
||||
|
||||
| # | Skill | Purpose | Autonomy |
|
||||
|---|-------|---------|----------|
|
||||
| 70 | `dintel-brand-guardian` | Brand compliance review (100pt checklist) | Auto |
|
||||
| 71 | `dintel-brand-editor` | Brand-compliant copywriting & style evaluation | Auto + Ask |
|
||||
| 72 | `dintel-doc-secretary` | Document formatting, meeting notes, reports | Draft & Wait |
|
||||
| 73 | `dintel-quotation-mgr` | Quotation generation (4 sub-agents) | Draft & Wait |
|
||||
| 74 | `dintel-service-architect` | Service scope design & module recommendation | Inquiry-driven |
|
||||
| 75 | `dintel-marketing-mgr` | Content pipeline (Magazine D., newsletter, LinkedIn) | Draft & Wait |
|
||||
| 76 | `dintel-backoffice-mgr` | Invoicing, contracts, NDA, HR operations | Draft & Wait |
|
||||
| 77 | `dintel-account-mgr` | Client relationship management & Notion monitoring | Mixed |
|
||||
| 88 | `dintel-skill-update` | Cross-skill consistency management (meta-agent) | Triggered |
|
||||
|
||||
**Shared infrastructure:** `dintel-shared/` (Python package + reference docs)
|
||||
|
||||
**Install:** `cd custom-skills/dintel-shared && ./install.sh --all`
|
||||
|
||||
**User Guide:** `custom-skills/dintel-shared/USER-GUIDE.md`
|
||||
|
||||
### GTM/GA Tools (60-69)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
|---|-------|---------|
|
||||
| 60 | `gtm-audit` | GTM container audit — page scan, site audit, gap analysis, tag design (DTM Agent + Chrome DevTools MCP) |
|
||||
| 61 | `gtm-editor` | GTM tag/trigger/variable creation via API, ES5 Custom HTML, dataLayer generation, workspace lifecycle |
|
||||
| 62 | `gtm-validator` | GTM QA — tag firing verification, trigger testing, dataLayer schema, naming conventions, cross-platform mapping |
|
||||
|
||||
### Notion Tools (31-39)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
@@ -120,18 +86,47 @@ cd our-claude-skills/custom-skills/_ourdigital-shared
|
||||
|
||||
**Prerequisites:** `pip install notebooklm-py && playwright install chromium && notebooklm login`
|
||||
|
||||
### System & Design Tools (92-93)
|
||||
### GTM/GA Tools (60-62)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
|---|-------|---------|
|
||||
| 92 | `mac-optimizer` | macOS system health audit & optimization (Claude Code only) |
|
||||
| 93 | `tui-designer` | TUI wizard interface design (Norton Commander / Gopher style, Rich) |
|
||||
| 60 | `gtm-audit` | GTM container audit — page scan, site audit, gap analysis, tag design (DTM Agent + Chrome DevTools MCP) |
|
||||
| 61 | `gtm-editor` | GTM tag/trigger/variable creation via API, ES5 Custom HTML, dataLayer generation, workspace lifecycle |
|
||||
| 62 | `gtm-validator` | GTM QA — tag firing verification, trigger testing, dataLayer schema, naming conventions, cross-platform mapping |
|
||||
|
||||
### D.intelligence Agent Corps (70-79)
|
||||
|
||||
| # | Skill | Purpose | Autonomy |
|
||||
|---|-------|---------|----------|
|
||||
| 70 | `dintel-brand-guardian` | Brand compliance review (100pt checklist) | Auto |
|
||||
| 71 | `dintel-brand-editor` | Brand-compliant copywriting & style evaluation | Auto + Ask |
|
||||
| 72 | `dintel-doc-secretary` | Document formatting, meeting notes, reports | Draft & Wait |
|
||||
| 73 | `dintel-quotation-mgr` | Quotation generation (4 sub-agents) | Draft & Wait |
|
||||
| 74 | `dintel-service-architect` | Service scope design & module recommendation | Inquiry-driven |
|
||||
| 75 | `dintel-marketing-mgr` | Content pipeline (Magazine D., newsletter, LinkedIn) | Draft & Wait |
|
||||
| 76 | `dintel-backoffice-mgr` | Invoicing, contracts, NDA, HR operations | Draft & Wait |
|
||||
| 77 | `dintel-account-mgr` | Client relationship management & Notion monitoring | Mixed |
|
||||
| 79 | `dintel-skill-update` | Cross-skill consistency management (meta-agent) | Triggered |
|
||||
|
||||
**Shared infrastructure:** `_dintel-shared/` (Python package + reference docs)
|
||||
|
||||
**Install:** `cd custom-skills/_dintel-shared && ./install.sh --all`
|
||||
|
||||
**User Guide:** `custom-skills/_dintel-shared/USER-GUIDE.md`
|
||||
|
||||
### System & Utility Tools (80-82)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
|---|-------|---------|
|
||||
| 80 | `claude-settings-optimizer` | Claude settings optimization & token efficiency audit |
|
||||
| 81 | `mac-optimizer` | macOS system health audit & optimization (Claude Code only) |
|
||||
| 82 | `tui-design-template` | TUI wizard interface design (Norton Commander / Gopher style, Rich) |
|
||||
|
||||
### Reference Curator & Multi-Agent (90-91)
|
||||
|
||||
| # | Skill | Purpose |
|
||||
|---|-------|---------|
|
||||
| 90 | `reference-curator` | Modular reference documentation suite (6 sub-skills) |
|
||||
| 90 | `reference-curator` | Modular reference documentation suite (6 sub-skills + pipeline orchestrator) |
|
||||
| 91 | `multi-agent-guide` | Multi-agent collaboration setup & guardrails |
|
||||
|
||||
**Reference Curator Sub-skills:**
|
||||
@@ -145,7 +140,7 @@ cd our-claude-skills/custom-skills/_ourdigital-shared
|
||||
| `quality-reviewer` | QA loop with approve/refactor/research routing |
|
||||
| `markdown-exporter` | Export to markdown or JSONL for fine-tuning |
|
||||
|
||||
**Pipeline Command:** `/reference-curator-pipeline "topic" --max-sources 5`
|
||||
**Pipeline Command:** `/reference-curator "topic" --max-sources 5`
|
||||
|
||||
## Dual-Platform Architecture
|
||||
|
||||
@@ -173,19 +168,18 @@ XX-skill-name/
|
||||
our-claude-skills/
|
||||
├── custom-skills/
|
||||
│ ├── _ourdigital-shared/ # Shared config, installer, dependencies
|
||||
│ ├── _dintel-shared/ # D.intelligence shared infra (Python pkg, refs)
|
||||
│ │
|
||||
│ ├── 00-our-settings-audit/
|
||||
│ ├── 01-10 (OurDigital core)
|
||||
│ ├── 11-34 (SEO tools)
|
||||
│ ├── 60-62 (GTM/GA tools)
|
||||
│ ├── 31-32 (Notion tools)
|
||||
│ ├── 40-45 (Jamie clinic)
|
||||
│ ├── 50-53 (NotebookLM tools)
|
||||
│ ├── 60-62 (GTM/GA tools)
|
||||
│ ├── 70-79 (D.intelligence Agent Corps)
|
||||
│ ├── 80-82 (System & utility tools)
|
||||
│ ├── 90-reference-curator/
|
||||
│ ├── 91-multi-agent-guide/
|
||||
│ ├── 92-mac-optimizer/
|
||||
│ ├── 93-tui-designer/
|
||||
│ └── 99_archive/
|
||||
│ └── 91-multi-agent-guide/
|
||||
│
|
||||
├── example-skills/ # Anthropic reference examples
|
||||
├── official-skills/ # 3rd party skills (Notion)
|
||||
|
||||
Reference in New Issue
Block a user