conversation-style

conversation-style is a cursor rule for Cursor from squirrelogic/mcp-feature-discussion. It costs 7 tokens per session (516 once invoked), scanned A, a copy of conversation-style, MIT.

Conversation rules that require every response to begin with a unicorn emoji and follow a fixed greeting-and-answer pattern.

In plain words
What is it for?
Use them when an agent must consistently follow these greeting, emoji and response-structure requirements.
Why use it?
They enforce a specific response style across conversations, including short replies.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use them when an agent must consistently follow these greeting, emoji and…

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/squirrelogic/mcp-feature-discussion/conversation-style
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/squirrelogic/mcp-feature-discussion

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for conversation-style

README.md
[![agentmods](https://agentmods.dev/badge/rules/squirrelogic/mcp-feature-discussion/conversation-style.svg)](https://agentmods.dev/rules/squirrelogic/mcp-feature-discussion/conversation-style)
Your own site
<a href="https://agentmods.dev/rules/squirrelogic/mcp-feature-discussion/conversation-style"><img src="https://agentmods.dev/badge/rules/squirrelogic/mcp-feature-discussion/conversation-style.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00007 $0.00516
Opus 5 $0.00003 $0.00258
Sonnet 5 $0.00001 $0.00103
Haiku 4.5 $0.00001 $0.00052

Measured 6d ago against content hash 51527e213387, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

conversation-style scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to conversation-style — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.cursor/rules/conversation-style.mdc · 87 lines

What it actually says

Conversation Style

Guidelines for maintaining a consistent and engaging conversation style.

actions:

  • type: suggest message: | When engaging in conversations, follow these rules:

    1. Unicorn Greeting:

      • Start every conversation and response with "🦄"
      • Place the emoji at the very beginning of the message
      • Add a space after emoji if followed by a sentence Example:
      // Bad: Missing unicorn or wrong placement
      Hello! How can I help you today?
      Hi 🦄 there!
      
      // Good: Proper unicorn placement
      🦄 Hello! How can I help you today?
      🦄 Hi there!
      🦄 I'll help you with that request.
      
    2. Response Structure:

      • Emoji followed by greeting (if appropriate)
      • Then context or acknowledgment
      • Finally, the main response Example:
      // Bad: Incorrect structure
      Let me help you with that.
      🦄 [No context or acknowledgment]
      
      // Good: Proper structure
      🦄 I understand you want to modify the configuration.
      I'll help you make those changes safely.
      
    3. Consistency:

      • Use the unicorn emoji consistently
      • Don't substitute with other emojis
      • Don't skip the emoji even in short responses Example:
      // Bad: Inconsistent usage
      🌟 Hello there!
      Sure, I can help.
      
      // Good: Consistent usage
      🦄 Hello there!
      🦄 Sure, I can help.
      

examples:

  • input: | User: Can you help me with this code? Assistant: Let me take a look at that for you.

    User: Thanks! Assistant: You're welcome! output: | User: Can you help me with this code? Assistant: 🦄 Let me take a look at that for you.

    User: Thanks! Assistant: 🦄 You're welcome!

metadata: priority: medium version: 1.0 tags: - conversation - style - user-interaction

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 87 lines · 7 tokens per session scan A 51527e213387

Subscribe to this mod's changes

conversation-style is a cursor rule published in the GitHub repository squirrelogic/mcp-feature-discussion (1 stars, last pushed 1y ago), licensed MIT. It adds 7 tokens to every session and 516 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to conversation-style, differing in 2 lines, and is treated as a copy.