Summary of "클로드 코드로 100% 자동화 마케팅 에이전트 팀을 만드는 방법 (서브에이전트+스킬+MCP 모두)"

Tech/Automation Concepts Covered


Product Features / Workflow Steps (Tutorial Style)

  1. Create a project folder in VS Code / Cursor (using the Claude Code extension).

  2. Build Context docs (Markdown) in /Context

    • Take a screenshot from the agency website and use it so Claude can generate:
      • Brand guidelines
      • Design style guide
      • Business context (target audience, positioning, pain points, service lines)
  3. Build Template assets in /Template

    • Include templates for:
      • Card news / newsletter
      • PPT
      • Thumbnail images
    • Efficiency tip: convert PPT/image templates into a Markdown-reference template so Claude doesn’t repeatedly “read” large images (token efficiency).
  4. Create claude.md (project system / SOP document)

    • Claude scans the project structure and core context.
    • Ensures consistent agent behavior and repeatable deliverable quality.
  5. Install required skills

    • Install “document skills” from the Entropy / Claude Skills marketplace.
    • Scope skills to this project only using settings files (mentioned as settings.json).
  6. Generate and test sub-agents

    • Example agents include at least:
      • Research Agent
      • Design Agent
      • Review Agent
    • Validate each agent individually, then test teamwork.
    • Key principle: agents should be defined with explicit tools/models, and pipeline routing must be encoded as routing rules in claude.md (so tasks go to the right agent).
  7. Create deliverables via the agent pipeline

    • Pipeline outputs include:
      • Card news
      • PPT
      • Newsletter manuscripts
      • YouTube thumbnail variations
  8. MCP image generation for card news

    • Install MCP server; verify via MCP menu/listing.
    • Configure the image API key:
      • Start with a free tier
      • Move to paid tier for higher quality
  9. Buffer API scheduled posting

    • Generate a Buffer API key (beta access).
    • Store it in .env.
    • Test scheduling (example: posting card news to a LinkedIn thread) and confirm the results in the Buffer dashboard.

Quality / Analysis Notes and Practical Tips


Main Speakers / Sources

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video