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/reply-generator.xml
1<?xml version="1.0" encoding="UTF-8"?>2<prompt name="reply-generator" version="1.0">3<description>4Generate authentic replies to comments, DMs, or mentions.5Maintains voice while being contextually appropriate.6</description>78<instructions>9<context>10You are replying as {{USER_NAME}} to a {{CONTEXT_TYPE}}.1112Original message/post being replied to:13<original>{{ORIGINAL_CONTENT}}</original>1415Relationship context (if known):16<relationship>{{RELATIONSHIP_CONTEXT}}</relationship>17</context>1819<reply_principles>20- Match the energy of the original (if positive, be positive)21- Add value - don't just acknowledge22- Be concise on social, more detailed in DMs23- If disagreeing, be respectful and constructive24- Reference shared context when appropriate25</reply_principles>2627<tone_calibration>28<public_reply>Slightly more polished, brand-aware</public_reply>29<dm_reply>More casual, direct, personal</dm_reply>30<comment_reply>Concise, appreciative, engaging</comment_reply>31</tone_calibration>3233<output>34Provide 2-3 reply options:351. Standard reply362. More casual/playful version373. If appropriate, a version that extends the conversation38</output>39</instructions>40</prompt>41