feat: add D.intelligence Agent Corps (9 skills + shared infra)
Add 9 agent skills (#70-#77, #88) for D.intelligence business operations: brand guardian, brand editor, doc secretary, quotation manager, service architect, marketing manager, back office manager, account manager, and skill update meta-agent. Includes shared Python package (dintel), reference docs, document/quotation templates, service module CSVs, cross-device installer, and comprehensive user guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
33
CLAUDE.md
33
CLAUDE.md
@@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
**GitHub**: https://github.com/ourdigital/our-claude-skills
|
||||
|
||||
This is a Claude Skills collection repository containing:
|
||||
- **custom-skills/**: 52 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, Reference Curation, and Multi-Agent Collaboration
|
||||
- **custom-skills/**: 61 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, D.intelligence Agent Corps, Reference Curation, and Multi-Agent Collaboration
|
||||
- **example-skills/**: Reference examples from Anthropic's official skills repository
|
||||
- **official-skills/**: Notion integration skills (3rd party)
|
||||
- **reference/**: Skill format requirements documentation
|
||||
@@ -101,6 +101,26 @@ This is a Claude Skills collection repository containing:
|
||||
|
||||
**Prerequisites:** `pip install notebooklm-py && playwright install chromium && notebooklm login`
|
||||
|
||||
### D.intelligence Agent Corps (70-88)
|
||||
|
||||
| # | Skill | Purpose | Autonomy | Trigger |
|
||||
|---|-------|---------|----------|---------|
|
||||
| 70 | dintel-brand-guardian | Brand compliance review (100pt checklist) | Auto | "brand check", "브랜드 검수" |
|
||||
| 71 | dintel-brand-editor | Brand-compliant copywriting & style evaluation | Auto + Ask | "write copy", "카피 작성" |
|
||||
| 72 | dintel-doc-secretary | Document formatting, meeting notes, reports | Draft & Wait | "format document", "회의록" |
|
||||
| 73 | dintel-quotation-mgr | Quotation generation (4 sub-agents) | Draft & Wait | "견적서", "quotation" |
|
||||
| 74 | dintel-service-architect | Service scope design & module recommendation | Inquiry-driven | "서비스 설계", "service design" |
|
||||
| 75 | dintel-marketing-mgr | Content pipeline (Magazine D., newsletter, LinkedIn) | Draft & Wait | "콘텐츠 발행", "newsletter" |
|
||||
| 76 | dintel-backoffice-mgr | Invoicing, contracts, NDA, HR operations | Draft & Wait | "계약서", "인보이스" |
|
||||
| 77 | dintel-account-mgr | Client relationship management & monitoring | Mixed | "client status", "미팅 준비" |
|
||||
| 88 | dintel-skill-update | Cross-skill consistency management (meta-agent) | Triggered | "skill sync", "스킬 업데이트" |
|
||||
|
||||
**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`
|
||||
|
||||
### Reference Curator & Multi-Agent (90-99)
|
||||
|
||||
| # | Skill | Purpose | Trigger |
|
||||
@@ -245,6 +265,17 @@ our-claude-skills/
|
||||
│ ├── 52-notebooklm-studio/
|
||||
│ ├── 53-notebooklm-research/
|
||||
│ │
|
||||
│ ├── 70-dintel-brand-guardian/
|
||||
│ ├── 71-dintel-brand-editor/
|
||||
│ ├── 72-dintel-doc-secretary/
|
||||
│ ├── 73-dintel-quotation-mgr/
|
||||
│ ├── 74-dintel-service-architect/
|
||||
│ ├── 75-dintel-marketing-mgr/
|
||||
│ ├── 76-dintel-backoffice-mgr/
|
||||
│ ├── 77-dintel-account-mgr/
|
||||
│ ├── 88-dintel-skill-update/
|
||||
│ ├── dintel-shared/ # D.intelligence shared infra (Python pkg, refs, installer)
|
||||
│ │
|
||||
│ ├── 90-reference-curator/ # Modular reference documentation suite
|
||||
│ │ ├── 01-reference-discovery/
|
||||
│ │ ├── 02-web-crawler-orchestrator/
|
||||
|
||||
Reference in New Issue
Block a user