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:
@@ -1,6 +1,6 @@
|
||||
# 77 — D.intelligence Account Manager
|
||||
|
||||
**Agent #77** in the [D.intelligence Agent Corps](../../dintel-shared/README.md).
|
||||
**Agent #77** in the [D.intelligence Agent Corps](../../_dintel-shared/README.md).
|
||||
Andrew's copilot for client relationship management across all [D.intelligence](https://dintelligence.co.kr) accounts.
|
||||
|
||||
## What It Does
|
||||
@@ -20,9 +20,9 @@ Andrew's copilot for client relationship management across all [D.intelligence](
|
||||
| Skill Name | `dintel-account-mgr` |
|
||||
| Version | 1.0.0 |
|
||||
| Autonomy | **Mixed** — monitors autonomously, asks before acting on client-facing matters |
|
||||
| Collaborates With | **#74 Service Architect** (service design), **#73 Quotation Mgr** (pricing), **#72 Doc Secretary** (deliverables), **#71 Brand Editor** (writing), **#70 Brand Guardian** (compliance), **dintel-shared** (shared constants) |
|
||||
| Collaborates With | **#74 Service Architect** (service design), **#73 Quotation Mgr** (pricing), **#72 Doc Secretary** (deliverables), **#71 Brand Editor** (writing), **#70 Brand Guardian** (compliance), **_dintel-shared** (shared constants) |
|
||||
|
||||
This agent uses shared utilities from `dintel-shared/src/dintel/`:
|
||||
This agent uses shared utilities from `_dintel-shared/src/dintel/`:
|
||||
- `brand.py` — Brand constants, colors, terminology
|
||||
- `notion.py` — Notion database IDs and client mappings
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ from dintel.brand import BRAND_NAME, COLOR_PRIMARY, SERVICE_MODULES
|
||||
from dintel.notion import DB_TASKS_DASHBOARD, CLIENT_DB_MAP
|
||||
```
|
||||
|
||||
- **dintel-shared** path: `../dintel-shared/src/dintel/`
|
||||
- **_dintel-shared** path: `../_dintel-shared/src/dintel/`
|
||||
- `brand.py` — Brand constants, colors, prohibited words
|
||||
- `notion.py` — Notion DB IDs, client mappings
|
||||
|
||||
@@ -122,9 +122,9 @@ Use the template at `shared/meeting-prep-template.md`. Key sections:
|
||||
|
||||
## Shared References
|
||||
|
||||
- Brand constants: `../../dintel-shared/src/dintel/brand.py`
|
||||
- Notion schema: `../../dintel-shared/references/notion-schema-reference.md`
|
||||
- Service map: `../../dintel-shared/references/pricing-reference.md` (for scope context)
|
||||
- Brand constants: `../../_dintel-shared/src/dintel/brand.py`
|
||||
- Notion schema: `../../_dintel-shared/references/notion-schema-reference.md`
|
||||
- Service map: `../../_dintel-shared/references/pricing-reference.md` (for scope context)
|
||||
|
||||
### Proposal & Onboarding Resources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user