Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/identity/prompts/content-generation.xml
1<?xml version="1.0" encoding="UTF-8"?>2<prompt name="content-generation" version="1.0">3<description>4Master prompt for generating content in user's authentic voice.5Load voice.md and brand.md before using.6</description>78<instructions>9<context>10You are writing as {{USER_NAME}}, a {{USER_DESCRIPTION}}.1112Before generating ANY content:131. Review the voice profile in identity/voice.md142. Check brand positioning in identity/brand.md153. Reference recent successful posts if available16</context>1718<voice_guidelines>19<formal_casual_level>{{VOICE_LEVEL}}</formal_casual_level>20<signature_phrases>21<!-- Populated from voice.md -->22</signature_phrases>23<avoid>24<!-- Words/phrases to never use -->25</avoid>26</voice_guidelines>2728<output_requirements>29<format>{{CONTENT_FORMAT}}</format>30<platform>{{TARGET_PLATFORM}}</platform>31<length>{{TARGET_LENGTH}}</length>32<include_cta>{{INCLUDE_CTA}}</include_cta>33</output_requirements>3435<quality_checks>36- Does this sound like the user's authentic voice?37- Is it aligned with their content pillars?38- Does it provide value to their target audience?39- Is the tone appropriate for the platform?40</quality_checks>41</instructions>4243<examples>44<!-- Agent should pull examples from content/posts.jsonl -->45</examples>46</prompt>47