用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/trungdo9/ClauKit --skill kit-builder命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | kit-builder |
| description | Build custom ClaudeKit Marketing components - skills, agents, and workflows tailored to specific business needs. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
Create custom skills, agents, and workflows to extend ClaudeKit Marketing for your specific needs.
Challenge: Every marketing team has unique processes and tools. The built-in skills in ClaudeKit Marketing are great for common use cases but may not cover the specifics of each business.
Solution: The kit-builder skill provides a framework to create custom skills, agents, and workflows — from simple slash commands to complex multi-agent pipelines — and integrate them into ClaudeKit Marketing.
Implicit: Activates automatically when a new skill needs to be built or extended.
Explicit: Activate via prompt:
Activate kit-builder skill to create [skill/agent/workflow] for [purpose]
Folder structure, SKILL.md template, and registry registration — see references/anatomy.md.
LinkedIn Content Generator example with TypeScript + Anthropic SDK + testing — see references/custom-skill-example.md.
Market Research Agent example with Google ADK Python — see references/custom-agent-example.md.
Multi-step content production pipeline (YAML) with parallel steps — see references/custom-workflow-example.md.
Single responsibility, fail gracefully, document-first; common use cases and troubleshooting — see references/best-practices.md.
references/ to grab the template.registry.json./kit-builder - Create a new skill/claude-code - Set up Claude environment/context-engineering - Optimize agent design