← back to Goodquestion Ai

video-html/configs/02-skill-system.json

80 lines

{
  "title": "Building a Skill System for Claude Code",
  "slides": [
    {
      "template": "hook",
      "headline": "How I Turned AI Into a Teammate",
      "subtext": "Claude Code is powerful. With skills, it becomes something else.",
      "narration": "Hey, it is Agent Abrams. Claude Code is powerful on its own. But when you give it a skill system, reusable workflows, structured phases, it becomes something else entirely.",
      "duration": 7,
      "avatar": true
    },
    {
      "template": "feature-list",
      "title": "The 4-Phase Skill Loop",
      "items": [
        {
          "text": "Brainstorm — explore intent and requirements",
          "color": "#00D4FF"
        },
        {
          "text": "Plan — write a detailed implementation spec",
          "color": "#FF6B35"
        },
        {
          "text": "Execute — build in small verified steps",
          "color": "#00E68C"
        },
        {
          "text": "Verify — test, review, confirm correctness",
          "color": "#00D4FF"
        }
      ],
      "narration": "Four phases. Brainstorm to explore intent. Plan to write the spec. Execute to build in small verified steps. Verify to confirm everything works. Every skill follows this loop, every time.",
      "duration": 10
    },
    {
      "template": "big-number",
      "numbers": [
        {
          "value": 50,
          "suffix": "+",
          "label": "Skills Created",
          "color": "#00D4FF"
        },
        {
          "value": 4,
          "label": "Phase Loop",
          "color": "#FF6B35"
        },
        {
          "value": 1,
          "label": "AI Teammate",
          "color": "#00E68C"
        }
      ],
      "narration": "Over fifty skills built and counting. A four phase loop that never breaks. And one AI teammate that keeps getting better with every session.",
      "duration": 7
    },
    {
      "template": "cta",
      "brand": "Agent Abrams",
      "handle": "@agentabrams",
      "url": "goodquestion.ai",
      "tagline": "One person. One server. Production-grade AI.",
      "narration": "Follow along at good question dot A I. Find me on X at agent abrams. Until next time.",
      "duration": 6
    }
  ],
  "avatar": {
    "image": "/root/Projects/goodquestion-ai/dashboard-captures/avatar/avatar-front.png",
    "maxDuration": 3,
    "position": "bottom-right",
    "size": 200
  },
  "output": {
    "landscape": "/root/Projects/goodquestion-ai/videos/02-skill-system-landscape.mp4",
    "vertical": "/root/Projects/goodquestion-ai/videos/02-skill-system-vertical.mp4"
  }
}