Files
our-claude-skills/custom-skills/71-dintel-brand-editor
Andrew Yim e519a49cc4 feat(skills): bulk-add root SKILL.md to 61 skills (native Agent Skills loadability)
Run the additive migration pass from SKILL-MIGRATION-GUIDE: generate a root SKILL.md
for every skill that lacked one, copied from its desktop/SKILL.md (or code/SKILL.md),
with name set to the directory name and description + body preserved verbatim.

- scripts/migrate_skill_root.py: the reusable, non-destructive migrator (dry-run default).
- 61 new root SKILL.md (desktop source for most; code/SKILL.md for 61/62/92).
- Untouched: 16/17/95 (already had root); desktop/ and code/ packaging left intact.
- All 64 root SKILL.md validate: frontmatter <=1024, kebab name, description present.

Still MANUAL (no SKILL.md source — commands/README only), need hand-authored root SKILL.md:
81-mac-optimizer, 90-reference-curator, 91-multi-agent-guide, 94-dintel-bootstrap.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 01:05:20 +09:00
..

71 — D.intelligence Brand Editor & Copywriter

Agent #71 in the D.intelligence Agent Corps. Brand-compliant content generation and evaluation for D.intelligence.

What It Does

  1. Content Generation — Write new content (service pages, Magazine D. articles, training pages, inquiry pages, web copy) following D.intelligence's Korean writing style guide
  2. Content Evaluation — Audit existing content against a 14-point brand compliance checklist with scoring and fix recommendations

Agent Corps Context

Field Value
Agent # 71
Skill Name dintel-brand-editor
Version 1.1.0
Collaborates With #70 Brand Guardian (compliance review), _dintel-shared (shared constants)

This agent uses shared brand constants from _dintel-shared/src/dintel/brand.py for colors, terminology, and style rules.

Triggers

  • "write D.intelligence content", "D.intelligence 카피라이팅"
  • "create Magazine D. article", "Magazine D. 아티클 작성"
  • "evaluate brand compliance", "브랜드 검수"
  • "brand tone check", "브랜드 가이드 체크리스트"
  • "서비스 소개 작성", "웹 카피 작성"

Brand Reference

Based on the D.intelligence Brand Guide from Notion.

Universal Guardrails

  1. Never send to clients without Andrew's approval — All client-facing content must be reviewed and approved by Andrew before delivery.
  2. Never delete — always archive — Move outdated content to archive; never permanently delete.
  3. Never commit pricing without Andrew's sign-off — Pricing, quotes, and fee-related content require explicit approval.
  4. Korean-first, bilingual notation for jargon — Korean is the primary language; technical/English terms use 한글(English) bilingual notation on first use.
  5. Never cross-reference client data without consent — Client data is siloed; do not mix or reference across client accounts without explicit permission.

Structure

71-dintel-brand-editor/
├── code/
│   ├── CLAUDE.md              # Claude Code directive
│   └── scripts/
│       └── generate_credential.py  # DOCX credential generator
├── desktop/
│   ├── SKILL.md               # Claude Desktop skill
│   └── references/
│       └── dintelligence_brand_guide.md  # Full writing style guide
├── shared/
│   └── notion-schema-reference.md  # Notion DB schemas
└── README.md