agentsclimarketplace

Message reaction flow

Skill ryuzo-k/yomira/skills/message-reaction-flow

Simulate how a recipient may interpret a sales DM, email, follow-up, ask, apology, partnership message, or request. Focuses on the recipient's structural decision flow and private reaction.From its SKILL.md

Install
npx -y skills add ryuzo-k/yomira --skill message-reaction-flow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 342 tokens by cl100k_base, as published. Nobody here has run it

Message Reaction Flow

Purpose

Use this skill before sending a message where the recipient's interpretation matters.

The goal is not to write a prettier message. The goal is to simulate the recipient's decision flow:

  1. Do they understand what this is?
  2. Do they feel respected or interrupted?
  3. Do they believe the sender?
  4. Do they see a reason to reply now?
  5. What private suspicion or desire appears?
  6. What action do they take?

Context Collection

Extract:

  • exact message
  • sender identity and relationship to recipient
  • recipient type
  • prior context
  • desired reply/action
  • what the sender is worried about
  • constraints such as politeness, urgency, status, or money

If the exact message is missing, ask for it or create clearly labeled variants only if requested.

API Use

Use Yomira with:

{
  "artifact": {
    "type": "message",
    "content": "EXACT MESSAGE"
  },
  "objective": "Decide whether this message should be sent as-is, revised, or replaced.",
  "audience": {
    "description": "Recipient type, relationship, context, and likely state of mind."
  },
  "simulation": {
    "target_n": 40,
    "max_agent_voices": 8,
    "max_output_tokens": 16000
  }
}

Output

Return:

  • reply likelihood
  • ghost/ignore likelihood
  • suspicion triggers
  • status or emotional triggers
  • raw recipient voices
  • structural revision targets
  • whether to send, revise, or choose a different ask

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,452. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.