meta

Manage Claude Code Agent sessions within the telegram_agent project directory via /meta commands.

3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pinion05/skills --skill meta-pinion05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta
Source: https://github.com/pinion05/skills/tree/main/meta
Command: npx skills add https://github.com/pinion05/skills --skill meta-pinion05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables seamless management of Claude Code Agent sessions directly within the telegram_agent project directory, empowering developers to work on bot code, fix bugs, and add features without leaving the Telegram context.

Core Features & Use Cases

  • Spawn Claude Code Agent SDK sessions with a defined working directory to operate inside the telegram_agent project.
  • Register and route /meta commands to trigger contextual Claude Code sessions for bot development.
  • Use cases include debugging bot logic, implementing new features, and validating changes within the bot repository.

Quick Start

Use the /meta command followed by your prompt to start a Claude Code session in the telegram_agent directory and receive code-focused assistance.

Frequently Asked Questions about meta

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

FAQPage Schema
How do I manage Claude Code Agent sessions for a Telegram bot?

You can manage Claude Code Agent sessions for a Telegram bot by registering and routing bot commands that spawn SDK sessions with a defined working directory to operate inside the project without leaving Telegram.

How do I debug and add features to a Telegram bot codebase from within Telegram?

To debug and add features to a Telegram bot codebase from within Telegram, use registered bot commands to trigger contextual Claude Code sessions that execute prompts directly in the bot repository's working directory.

Does the Claude Code Agent SDK require a specific working directory to run bot commands?

Yes, the Claude Code Agent SDK requires a defined workspace working directory to execute bot development prompts, ensuring sessions operate correctly inside the project directory.

What do I need to set up before spawning Claude Code sessions for Telegram bot work?

Before spawning Claude Code sessions for Telegram bot work, you need Claude Code Agent SDK integration, access to the project workspace, and proper bot command registration to execute prompts in the defined directory.

Why are my Telegram bot command prompts not executing in the correct workspace?

Bot command prompts fail to execute in the correct workspace when the session lacks a properly defined working directory configuration or when bot command routing is not properly registered within the project.