meta

Register and route /meta prompts to Claude Code Agent SDK sessions in telegram_agent.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/KISHOR403/claude-skills --skill meta-kishor403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta
Source: https://github.com/KISHOR403/claude-skills/tree/main/meta
Command: npx skills add https://github.com/KISHOR403/claude-skills --skill meta-kishor403

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables rapid command handling for Claude Code within the Telegram bot project by registering a /meta command that launches Claude Code Agent SDK sessions in the telegram_agent directory.

Core Features & Use Cases

  • Registers and routes /meta prompts to Claude Code Agent SDK sessions within telegram_agent.
  • Sets the working directory to ~/ai_projects/telegram_agent and streams responses back to Telegram.
  • Supports bug fixes, feature work, and bot maintenance by coordinating Claude Code sessions from chat.

Quick Start

Invoke /meta with a user prompt to start a Claude Code Agent SDK session in the telegram_agent folder.

Frequently Asked Questions about meta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Claude Code session from a Telegram bot command?

To trigger Claude Code from Telegram, this Skill registers a /meta command that launches Agent SDK sessions. It sets the working directory to the telegram_agent folder and streams the agent's responses back to the Telegram chat to complete end-to-end command handling.

Can I use a Telegram bot to delegate bug fixes to Claude Code agents?

Yes, you can delegate bug fixes to Claude Code agents through Telegram. The /meta command handler routes your prompts directly to Agent SDK sessions, allowing the agent to perform maintenance, fix bugs, and add features within the telegram_agent directory.

What is the best way to manage Claude Code Agent SDK sessions for a Telegram bot?

The best way to manage Agent SDK sessions is by using a command handler that standardizes session creation and routing. This Skill manages the session lifecycle, sets the working directory to ~/ai_projects/telegram_agent, and routes responses back to Telegram automatically.

How does command handling work when spawning a Claude Code session in telegram_agent?

Command handling for Claude Code sessions works by intercepting a prompt, initializing an Agent SDK session in the telegram_agent directory, and streaming output. The /meta command captures the prompt, spawns the agent process, and pipes the results directly back to the chat interface.

Do I need a specific working directory to run Claude Code commands from Telegram?

Yes, a specific working directory is required. This Skill automatically sets the working directory to ~/ai_projects/telegram_agent when spawning the Claude Code Agent SDK session, ensuring the agent operates within the correct project context for bot maintenance.

Why are my Telegram bot commands not triggering Claude Code sessions?

Commands fail to trigger Claude Code sessions if the command handler is not properly registered or the working directory is incorrect. This Skill ensures the /meta command is actively registered and routes prompts to the Agent SDK in the telegram_agent directory to prevent routing failures.