Generate Content banner
PolicyEngine PolicyEngine

Generate Content

Communication community

Description

--- name: generate-content description: Generate social images and posts from a blog post or announcement arguments: - name: source description: URL or file path to the blog post/announcement required: true - name: audiences description: Comma-separated list of audiences (uk, us, global) default: "uk,us" - name: outputs description: Comma-separated list of outputs (social-image, social-copy, all) default: "all" --- # Content generation command Generate branded Pol

Installation

Installs to ~/.claude/skills/policyengine-policyengine-claude-generate-content/SKILL.md

Terminal
mkdir -p ~/.claude/skills/policyengine-policyengine-claude-generate-content && curl -fsSL https://raw.githubusercontent.com/PolicyEngine/policyengine-claude/HEAD/commands/generate-content.md -o ~/.claude/skills/policyengine-policyengine-claude-generate-content/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository