{
  "markdown": "# ai-builder-kit\n\nA [Claude Code plugin marketplace](https://docs.anthropic.com/en/docs/claude-code) — a collection of plugins, skills, and hooks for AI-assisted workflows.\n\n## Available Skills\n\n| Skill | Last Modified | Description |\n|-------|--------------|-------------|\n| [ai-knowledge-harvester](skills/ai-knowledge-harvester/) | 2026-03-28 | Harvest AI docs from repos into a centralized private knowledge repository |\n| [conversation-logger](skills/conversation-logger/) | 2026-05-17 | Log Claude Code / Codex sessions as per-session `YYYY-MM-DD-{N}-{slug}.md` files (date + zero-based stage counter + topic slug — folder sort = chronological order). New day = new file. |\n| [chat-conversation-logger](skills/chat-conversation-logger/) | 2026-05-17 | Log Claude.ai chat conversations as `YYYY-MM-DD-{N}-{slug}.md` files with verbatim prompts, attachment metadata, and per-turn tool record. Stage prefix `{N}` is always present so listings stay chronologically sorted. |\n| [branded-pptx](skills/branded-pptx/) | 2026-03-29 | Create branded PowerPoint decks from templates — analyzes themes, slide masters, layouts with shape dimensions, text capacity, and visual data tracking. Timestamped run folders. **Requires**: [pptx](https://github.com/anthropics/skills) skill + Python 3.12+ |\n| [drawio](skills/drawio/) | 2026-04-27 | Generate `.drawio` XML diagrams in Jack's brand style (swimlane frames, 4-color semantic palette, rounded boxes + cylinders for data stores, orthogonal edges, dashed reserved for return/response). Step 0 interview with multiple-choice defaults; render-view-fix loop with versioned-iteration artifacts (`-v1`, `-v2`, …). Ships with two worked output examples, a sample-input reference, and an evals harness. |\n| [hlx-admin-api-executor](skills/hlx-admin-api-executor/) | 2026-03-22 | Interactive AEM Edge Delivery Services Admin API executor |\n| [playwright-demo-video](skills/playwright-demo-video/) | 2026-06-11 | Generate polished demo videos (MP4) from Playwright specs — on-screen captions, ElevenLabs AI voiceover with exact timestamp sync, freeze-frame merge, background music. Includes auto-discover mode that scans a project and generates a demo spec. **Requires**: ffmpeg, Node.js 18+, Playwright in the target project, ElevenLabs API key (for voiceover) |\n\n## Available Plugins\n\n| Plugin | Last Modified | Description |\n|--------|--------------|-------------|\n| [hlx-admin-api-executor-guarded](plugins/hlx-admin-api-executor-guarded/) | 2026-03-22 | AEM Edge Delivery Services Admin API executor with PreToolUse guardrails |\n\n## Getting Started\n\n### Option A: Install with `npx skills` (Recommended)\n\nList available skills:\n\n```bash\nnpx skills add jackzhaojin/ai-builder-kit --list\n```\n\nInstall a specific skill:\n\n```bash\nnpx skills add jackzhaojin/ai-builder-kit --skill hlx-admin-api-executor\n```\n\nInstall all skills:\n\n```bash\nnpx skills add jackzhaojin/ai-builder-kit --yes\n```\n\n### Option B: Add as a Claude Code marketplace\n\n1. In Claude Code, run `/plugin` and navigate to **Marketplaces** > **+ Add Marketplace**. Enter:\n\n   ```\n   https://github.com/jackzhaojin/ai-builder-kit.git\n   ```\n\n   Or add it directly to your `~/.claude/settings.json`:\n\n   ```json\n   {\n     \"extraKnownMarketplaces\": {\n       \"ai-builder-kit\": {\n         \"source\": {\n           \"source\": \"git\",\n           \"url\": \"https://github.com/jackzhaojin/ai-builder-kit.git\"\n         }\n       }\n     }\n   }\n   ```\n\n2. Run `/plugin` in Claude Code, go to **Discover**, select a plugin, and choose your install scope:\n\n   - **User scope** — available in all your projects\n   - **Project scope** — available to all collaborators on the current repo\n   - **Local scope** — available only to you in the current repo\n\n3. After installing, run `/reload-plugins` to activate the plugin in your current session.\n",
  "bytes": 3822,
  "sha": "08b705cf06443bc2d880d0b728cec51e6488a5a7f84124492834ae09bc232bd0",
  "repo_slug": "jackzhaojin/ai-builder-kit",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_jackzhaojin_ai_builder_kit_hlx_admin_api_a7e9ac4d/readme"
}