Quick Ref / Command

Marketing Kit

/ak:skill

Marketing skill lifecycle

Marketing skill lifecycle manager for creating, adding references, optimizing, fixing logs, planning, and updating practical AgentKit marketing skills.

01

Parse Action

02

Route Reference

03

Activate Authoring

04

Research Docs

Rule 01

This skill owns the marketing skill lifecycle, not generic documentation writing.

Rule 02

Skills are practical runtime instructions for Claude to use tools, agents, and references.

Rule 03

Progressive disclosure matters: concise SKILL.md, deeper references, scripts, and examples outside the root file.

Rule 04

Plan and optimize paths should involve user review when the action calls for it.

Execution Map

Core lanes from input to output, aligned with the command's real execution path.

01

Start

Input, scope, route

  1. 1 Parse Action Read add, create, fix-logs, optimize, plan, or update as the first argument.
  2. 2 Route Reference Load references/{action}.md and execute the corresponding lifecycle workflow.
02

Work

Agent / skill execution

  1. 3 Activate Authoring Use skill-creator and claude-code guidance for skill structure, tools, and implementation conventions.
  2. 4 Research Docs Use docs-seeker when building from URLs or source material that needs authoritative documentation.
03

Verify

Gate, review, validation

  1. 5 Think Through Design Use sequential-thinking for complex multi-step skill design, optimization, or repair.
  2. 6 Author Practical Skill Write instructions that teach the agent how to use tools; keep SKILL.md concise and references detailed.
04

Close

Report, handoff, artifact

  1. 7 Review Scope Confirm changes stay in the authorized marketing-kit scope and do not cross into user-scope without permission.

Modes / Routes

add <skill-name> <ref-prompt>

Add reference files or scripts to an existing skill.

Research:
Existing skill
Review:
Scope creep
Validate:
Reference added
create <prompt-or-url>

Create a new marketing skill from a URL, GitHub source, description, or prompt.

Research:
Docs/source
Review:
Docs vs instructions
Validate:
Skill created
fix-logs [skill-name]

Fix a skill from logs.txt error output.

Research:
Logs
Review:
Symptom patch
Validate:
Error addressed
optimize <skill-name> [prompt]

Plan and optimize an existing skill for token efficiency with user approval.

Research:
Skill + refs
Review:
Lost behavior
Validate:
Optimized skill
plan <skill-name> [prompt]

Plan a new skill with user review before implementing.

Research:
Need + scope
Review:
Premature build
Validate:
Approved plan
update <skill-name> [prompt]

Directly update skill content or references.

Research:
Current skill
Review:
Unauthorized scope
Validate:
Updated skill

Sample Prompt

Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.

Create Recommended
/ak:skill create Build a marketing skill for webinar funnel planning
Use when:
You need a new marketing automation skill from a description.
Expected:
New practical skill structure with concise SKILL.md and references as needed.
Add refs
/ak:skill add ak-webinar-funnel Add email sequence templates and launch checklist
Use when:
An existing skill needs supporting references or scripts.
Expected:
Reference additions routed through the add workflow.
Optimize
/ak:skill optimize ak-social reduce root SKILL.md token load
Use when:
A skill is too large or inefficient and needs progressive disclosure.
Expected:
Optimization plan and approved concise skill update.
Fix logs
/ak:skill fix-logs ak-social
Use when:
A skill has failing log output that should drive a fix.
Expected:
Log-grounded repair of the target skill.

Handled Scope

  • Parse Action
  • Route Reference
  • Activate Authoring
  • Research Docs
  • Think Through Design
  • Author Practical Skill

Related skills

Next