Skip to content

AI Workflows

Agenda Panda works with any AI model through Unix pipes.

Terminal window
# Generate with Claude
claude "Write 5 tweets about our v2 launch" | ap calendar sync
# Generate with any model
your-model "Draft a LinkedIn post" | ap post

Use ap context to give your AI model real context about your brand:

Terminal window
ap context | claude "Write a launch announcement in our voice"

This pipes your soul file, art direction, and channel info to the model.

Agenda Panda ships a SKILL.md reference file that AI coding agents (Claude Code, Cursor, Windsurf) can read to understand how to use the CLI.

Terminal window
cat SKILL.md

Your AI agent instantly knows the commands, JSON format, and workflows.