meta

Installation
SKILL.md

Meta Skill - Command Handler

⚠️ IMPORTANT: This skill is a COMMAND HANDLER registration. It tells the bot to handle /meta commands by spawning Claude Code Agent SDK sessions in the telegram_agent directory.

What This Does

Registers /meta as a command handler that:

  1. Takes the user's prompt after /meta
  2. Spawns a Claude Code Agent SDK session
  3. Sets working directory to ~/ai_projects/telegram_agent
  4. Returns responses in Telegram

Implementation

The actual command handler needs to be registered in the telegram bot codebase at:

  • src/bot/handlers/claude_commands.py - Add meta command handler
  • src/bot/bot.py - Register the command

Usage Pattern

Related skills

More from glebis/claude-skills

Installs
97
GitHub Stars
187
First Seen
Jan 24, 2026