Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.03 KB

File metadata and controls

19 lines (12 loc) · 1.03 KB

blitzdotdev/campaigns

Blitz Campaigns are operations you conduct with your agent to achieve a goal. Your agent improves at operating the campaign as it learns about you and your vision through continued cooperation. Eventually, your agent can autonomously conduct campaign operations.

Each campaign is a skill with memory that improves over time. PR a new directory under campaigns/, merge, and blitz.dev serves it within 5 minutes.

Add one

  1. campaigns/<name>/SKILL.md with frontmatter (name, description, metadata.config_path, metadata.depends_on).
  2. Add an entry to manifest.json (name, skill_name, title, description, trigger_phrases, skill_path, fork_template_slug).
  3. Open a PR.

See campaigns/marketing/SKILL.md for the reference.

What blitz.dev serves

  • /campaigns list (markdown, or JSON via ?format=json)
  • /campaigns/<name>/skill.md full SKILL.md
  • /campaigns/<name>/install.sh installer that drops SKILL.md into ~/.claude/skills/blitz-<name>-campaign/