t11z

New Slash Command — Communication skill for Claude Code

Communication community

Scaffold a new Discord slash command for the bot, following the existing pattern.

How to install New Slash Command

Installs to ~/.claude/commands/t11z-claudecord-new-slash-command.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/t11z/claudecord/HEAD/.claude/commands/new-slash-command.md -o ~/.claude/commands/t11z-claudecord-new-slash-command.md

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

What New Slash Command does


description: Scaffold a new Discord slash command for the bot, following the existing pattern argument-hint:

Scaffold a new Discord slash command for claudecord.

Command spec (ask the user for anything missing — name, one-line description, options/subcommands, whether it's admin-only): $ARGUMENTS

Steps

  1. Read packages/bot/src/discord/commands/types.ts for the Command interface, and packages/bot/src/discord/commands/reset.ts + `packages/

Alternatives in Communication

  • 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 ★
  • Hermes Bot Mode — Bot Mode for the Hermes desktop: a roster of named agents with their own chats, avatars, routines, and bot-to 650 ★

Full documentation available on GitHub

View Source Repository