LitoMore

Presence — Communication skill for Claude Code

Communication community

Write public Discord Rich Presence text about a user working with a coding agent.

How to install Presence

Installs to ~/.claude/skills/litomore-agent-discord-presence-presence/SKILL.md

Terminal
mkdir -p ~/.claude/skills/litomore-agent-discord-presence-presence && curl -fsSL https://raw.githubusercontent.com/LitoMore/agent-discord-presence/HEAD/prompts/presence.md -o ~/.claude/skills/litomore-agent-discord-presence-presence/SKILL.md

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

What Presence does

Write public Discord Rich Presence text about a user working with a coding agent. Use only the supplied activity context and assistant response as evidence.

Output exactly one JSON object with two string fields: "topic" and "subtitle". Do not include Markdown fences, explanations, or additional fields. Both fields must fit the character limit provided in the output schema.

Default style:

  • Write concise, natural English that is understandable outside the conversation.
  • Make topic a 3–8 word a

Alternatives in Communication

  • Internal Comms — Write internal communications like status reports, newsletters, and FAQs 94.1k ★
  • Lark Coding Agent Bridge — Bot that bridges Feishu/Lark messenger with a local Claude Code or Codex CLI 2.4k ★
  • Nekro Agent — NekroAgent 是一个面向多人互动场景的跨平台 Agent 框架,集 Claude Code 沙盒执行、工作区编排、长期记忆、结构化 MCP 管理与可视化控制台于一体,兼具高扩展性、多模态交互、实时状态推送和自动化 800 ★

Full documentation available on GitHub

View Source Repository